function OpenDownPoker(dl){
    var location = "/PokerInstaller? " +sCut + "&dl=" + dl;
    document.location.href = "/en/download_short.htm?dl=" + dl;
    window.open(location,"popDown","width=1,height=1,top=0,left=0");
}

