
function hxopen(){
  if( navigator.platform.charAt(0) == "M") {
  winlp =window.open("","HappyX","width=462,height=660,left=0,top=0,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,scrollbars=no");
 winlp.location.href="/happyx/happyx/HX_dummy.jsp"; 
	} else {
  winlp = window.open("","HappyX","width=462,height=620,left=0,top=0,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,scrollbars=no");
  winlp.location.href="/happyx/happyx/HX_dummy.jsp";
  }
}

function lbmenu(){
   if( navigator.platform.charAt(0) == "M") {
		winlb = window.open("","LuckyBallMenu","width=425,height=635,left=0,top=0,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,scrollbars=no");
	winlb.location.href="/game/lb_web.html";
	} else {
		winlb = window.open("","LuckyBallMenu","width=425,height=610,left=0,top=0,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,scrollbars=no");
	winlb.location.href="/game/lb_web.html";
	}
}

function lsmenu(){
   if( navigator.platform.charAt(0) == "M") {
		winls = window.open("","LuckyGameMenu","width=425,height=645,left=0,top=0,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,scrollbars=no");
		winls.location.href="/game/ls_web.html";
	} else {
		winls = window.open("","LuckyGameMenu","width=425,height=610,left=0,top=0,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,scrollbars=no");
		winls.location.href="/game/ls_web.html";
	}
}