var searchString=location.search
var pos=searchString.indexOf("?")
if (pos==0){
var wor0,wor1,wor2,wor3;
arr=searchString.split('&');
if (arr.length > 1){
wor0=arr[0].substr(1,searchString.length);
wor1=arr[1];
wor2=arr[2];
wor3=arr[3].replace(/%20/g," ");
}
else{
wor0=arr[0].substr(1,searchString.length);
wor1="参数错误";
wor2="参数错误";
wor3="参数错误";
}
}


//全屏  代码开始
function lbsong()
{
window.open("about:blank","lbsong","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,top=0,left=0,width=250,height=100");
}

function open_window(url,windowname,size)
{
window.open(url,windowname,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=yes,top=10,left=10,"+ size);
}

function game(ListenURL, WinName)
{
window.open(ListenURL, "qqrmgame", "marginheight=0 marginwdith=0,toolbar=no,width=800,height=600,directories=no,title=no,status=no,scrollbars=yes,resizable=yes,menubar=no");
return false;
}
//Navigator浏览器兼容函数；
function MM_reloadPage(init) {
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//全屏 代码结束 
 

