   var ShowPopup = true;
 
function OpenPopUp()
{
    var w = 314;
    var h = 459;
    var l = (window.screen.width-w)/2;
    var t = (window.screen.height-h)/2; 
    var filename = "../../new888/popupgames.htm?" + sCut + "&dl=713";

    window.open(filename + "?" + sCut + "&dl=713",null,
    "height=" + h + ",width=" + w + ",status=no,toolbar=no,menubar=no,location=no,resize=no,left="+l+",top="+t);
}
function OpenDownPoker()
{
    setDownloadStatus();  
    document.location.href = "/?page=download_short_poker&" + sCut + "&dl=713";
    window.open("http://www.pacificpoker.com/PokerInstaller?" + sCut + "&dl=713","popDown","width=1,height=1,top=0,left=0");
}

function OpenDownCasino()
{
        setDownloadStatus();
        document.location.href = "/?page=download_short&" + sCut + "&dl=713";
        window.open("../CasinoInstaller?" + sCut + "&dl=713","popDown","width=1,height=1,top=0,left=0");
}
 
function OpenPoker(loc)
{
       var w = 820;
        var h = 565;
        var l = (window.screen.width-w)/2;
        var t = (window.screen.height-h)/2;
        
         setDownloadStatus() ;
         filename = "http://ndl.888.com/poker/?Real=1&" + sCut + "&dl="+ loc ;  
         var filename = "http://ndl.888.com/casino/application/ViewActual.html?mode=3&LangID=en&" + sCut  + "&dl="+loc;       
         window.open(filename,null, "height=" + h + ",width=" + w + ",status=no,toolbar=no,menubar=no,location=no,resize=no,left="+l+",top="+t);
}

function OpenCasino(loc)
{
        setDownloadStatus() ;
        var w = 794;
        var   h = 566;
        var l = (window.screen.width-w)/2;
        var t = (window.screen.height-h)/2; 
        var filename = "http://ndl.888.com/casino/application/ViewActual.html?mode=3&" + sCut + "&dl="+loc+"&";
        window.open(filename   ,null, "height=" + h + ",width=" + w + ",status=no,toolbar=no,menubar=no,location=no,resize=no,left="+l+",top="+t);
}

function ChangeIMG(IMG,name)
{

    var index = name.indexOf("_o.gif");
    var sPicName="";
    if (index!=-1)
    {
        sPicName= name.substr(0,index);

   sPicName = sPicName + ".gif"
   }
   else
   {
        index = name.indexOf(".gif");
        sPicName= name.substr(0,index);
        sPicName = sPicName + "_o.gif";
   }

    IMG.src = sPicName;
}

function ContactUs(brand)
{
        var w = 793;
        var h = 517;
        var l = 1; //(window.screen.width-w)/2;
        var t = 1; //(window.screen.height-h)/2;
        var LocationString ="";
        if(brand=="casino")
                LocationString = "../../new888/lang/en/texts/contactusform/contactus.htm?" + sCut;
        else
                LocationString= "http://www.pacificpoker.com/?page=contactus&flag=1100";
        var x = window.open(LocationString,"contactUsWnd","status=no,toolbar=no,menubar=no,location=no,left=" + l + ",top=" + t + ",width=" + w + ",height=" + h)   
}

function Select1_onclick()
{
        var LangPath=LangBox.value;
        LangBox.selectedIndex=1;
        if (LangPath !="none")
            window.location.href =  "../../default.htm?" + sCutLang + "&lang=" + LangPath;
}



function openLocation(location)
{
    ShowPopup = false; 
    var new_sCut = "";
    var pos = sCut.indexOf("flag=");
    
    if ( pos > -1 )
    {
        new_sCut = sCut.substring(0,pos);
        var part2= sCut.substring(pos+1);
        pos = part2.indexOf("&");
        part2 = part2.substring(pos+1);
        new_sCut += part2 + "&flag=0001";
    }
    else
    {
     new_sCut = sCut;
    }
    window.location="/?" +  new_sCut   + "&page=" + location;
}

function OpenOuter(site)
{       
    var w= (window.screen.width-5);
    var h = (window.screen.height-5);
    if (site=='playersclub')    
        window.open("http://playersclub.888.com/?" + sCut,"888PlayersClub","resizable=yes,status=yes,location=yes,scrollbars=yes,toolbar=yes,menubar=yes,left=0,top=0,width=" + w + ",height=" + h);
    else if (site=='affiliates')    
        window.open("http://affiliates.888.com/?" + sCut,"affiliates","resizable=yes,status=yes,location=yes,scrollbars=yes,toolbar=yes,menubar=yes,left=0,top=0,width=" + w + ",height=" + h);
    else if (site=='iafform')    
    window.open("http://www.pacificpoker.com/en/online-poker-invite/iafform--6.htm?" + sCut,"iafform","resizable=yes,status=yes,location=yes,scrollbars=yes,toolbar=yes,menubar=yes,left=0,top=0,width=" + w + ",height=" + h);
}