  function ContactUs()
{
    var w = 793;
    var h = 517;
    var LocationString = "../new888/lang/"+ sLang+ "/texts/contactusform/contactus.htm?" + sCut;
    var l = 1; //(window.screen.width-w)/2;
    var t = 1; //(window.screen.height-h)/2;
    window.open(LocationString,"contactUsWnd","status=no,toolbar=no,menubar=no,location=no,left=" + l + ",top=" + t + ",width=" + w + ",height=" + h)
}
function OpeneCogra()
{
        var w = 496;
        var h = 506;
        var l = (window.screen.width-w)/2;
        var t = (window.screen.height-h)/2;
        window.open("../new888/lang/en/texts/ecogra.htm","eCogra","resizable=yes,status=no,scrollbars=no,toolbar=no,menubar=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 =  "/?" + sCutLang + "&lang=" + LangPath;
}
