function lobbywin(){
window.open("https://www.galaxiworldusa.com/en/index.html","_self")
}

function cashierwin(){
window.open("https://www.galaxiworldusa.com/en/dollarlink.html","_blank")
}

function gamehistwin(){
// adding time to prevent cashing the request
today=new Date();
var gHisUrl = 'https://www.galaxiworldusa.com/servlets/ViewLastGame?alt=t&game=t&time='+today.getTime();
//alert('gamehistwin called. go to '+gHisUrl);
window.open(gHisUrl,"_self")
}

function contactwin(){
window.open("https://www.galaxiworldusa.com/en/right_contact_us.html","_self")
}

function downloadLog(){
window.open("http://www.galaxiworldusa.com/installGalaxi.exe")
}

function gpointswin(){
window.open("http://www.galaxiworldusa.com/lobby/play4money.html","_self")
}

function pokerwin(){
window.open("#","_self")
}

function jackpots(){
window.open("http://www.galaxiworldusa.com/servlets/ListProgressive/?doorway=0&getform=../lobby/listjackpots.html","_self")
}

function play4money(){
window.open("http://www.galaxiworldusa.com/lobby/index.html","_self")
}

function signup(){
window.open("https://secure.gcash.com/jsp/gc/0/gcUserPass.jsp","_self")
}

function play4fun(){
window.open("https://www.galaxiworldusa.com/en/confirm0_express.html","_self")
}

function homer(){
window.open("http://www.galaxiworldusa.com/en/index.html","_self")
}

function contact_games(){
this.newWindow = window.open('http://livechat.boldchat.com/aid/8764036942179894947/bc.chat?cwdid=1905626449620960932&amp;wdid=2493624561507714141&amp;rdid=475285182388561644&amp;vr=&amp;vn=&amp;vi=&amp;ve=&amp;vp=&amp;iq=&amp;curl=&amp;url=' + escape(document.location.href), 'Chat5175083523910542006', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=640,height=480');this.newWindow.focus();this.newWindow.opener=window;
}


