function NewWindowOpen(Widthss,Heightss,URLss,Namess,Scrollbarss,Resizable){
	window.open(arguments[2],arguments[3],"location=no,menubar=no,resizable=" + (arguments[5] ? arguments[5] : "yes") + ",scrollbars=" + (arguments[4] ? arguments[4] : "yes" ) + ",status=yes,toolbar=no,fullscreen=no,directories=no,width=" + arguments[0] + ",height=" +  arguments[1] + ",top=" + ((document.getElementById) ? (screen.height / 2) - ( arguments[1] / 2) : 0) + ",left=" + ((document.getElementById) ? (screen.width / 2) - (arguments[0] / 2) : 0));
}

function NewWindowOpenCopyrights(){
	window.open("http://www.fujitv.co.jp/rights/index.html?1#B","disclaimer","width=540,height=460,toolbar=yes,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes");
}

function OpenFLValone(flvPath, resizable){

		var W_w = 320;
		var H_h = 224;
		var txtes = "http://www.fujitv.co.jp/GPplayer/GPplayerLM.html?";
		
		if(flvPath.substr(flvPath.lastIndexOf('.'))=='.mp4'){
			txtes += flvPath.substr(0, flvPath.lastIndexOf('.')) + "&type=mp4";
		}else{
			txtes += flvPath + "&type=flv";
		}
		
		window.open(txtes,"spot",'location=no,menubar=no,resizable=' + resizable +',scrollbars=no,status=no,toolbar=no,fullscreen=no,directories=no,width=' + W_w + ",height=" + H_h + ",top=" + ((document.getElementById) ? (screen.height / 2) - (H_h / 2) : 0) + ",left=" + ((document.getElementById) ? (screen.width / 2) - (W_w / 2) : 0));
}

function OpenFLVEalone(flvPath, resizable){

		var W_w = 320;
		var H_h = 224;
		var txtes = "http://www.fujitv.co.jp/GPplayer/e/GPplayerJe.html?";
		
		if(flvPath.substr(flvPath.lastIndexOf('.'))=='.mp4'){
			txtes += flvPath.substr(0, flvPath.lastIndexOf('.')) + "&type=mp4";
		}else{
			txtes += flvPath + "&type=flv";
		}
		
		window.open(txtes,"spot",'location=no,menubar=no,resizable=' + resizable +',scrollbars=no,status=no,toolbar=no,fullscreen=no,directories=no,width=' + W_w + ",height=" + H_h + ",top=" + ((document.getElementById) ? (screen.height / 2) - (H_h / 2) : 0) + ",left=" + ((document.getElementById) ? (screen.width / 2) - (W_w / 2) : 0));
}

function OpenLoginFLV(playID, resizable) {
	var W_w = 260;
	var H_h = 260;
	resizable = resizable != "yes" ? "no" : "yes";
	var txtes = "https://wwws.fujitv.co.jp/safe/flvplayer/loginPlayer.html?Pathes=" + playID;
	window.open(txtes,"loginFlvWindow",'location=no,menubar=no,resizable=' + resizable +',scrollbars=no,status=no,toolbar=no,fullscreen=no,directories=no,width=' + W_w + ",height=" + H_h + ",top=" + ((document.getElementById) ? (screen.height / 2) - (H_h / 2) : 0) + ",left=" + ((document.getElementById) ? (screen.width / 2) - (W_w / 2) : 0));
}

function OpenQRC(){
	window.open("http://www.fujitv.co.jp/b_hp/qrc.html?"+arguments[0],"qrc","width=220,height=135,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes");
}
