function ChangeIMG(IMG,name){
    var index = name.indexOf("_mo.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 + "_mo.gif";
    }
    IMG.src = sPicName;
}

function inner(lang) {
    window.location.href="/888open/"+lang+"/?" + sCut;
}

function Down(lang,loc) {
    window.open( "/PokerInstaller?lang="+lang +"&" + sCutLang +  "&dl=" + loc, "popupDown","width=1,height=1,top=0,left=0");
    window.location.href = "/"+lang+"/download_short.htm?dl=" + loc;
}
