function popup(url,width,height,top){
		parent.open(url,"","width="+width+",height="+height+",top="+top);
}
//01-runup web
function page1()
{
window.open("http://www.runup.com.sg","");
}
//2 register
function page2()
{
//window.open("http://www.on9g.com/en/viewthread.php?tid=28859","");
popup('http://rom.runup.com.sg/en/account_apply/account_apply.php',280,460,100,100);
}
//3 enter
function page3()
{
window.location.href="../../top/top.php";
}
//4 equipment
function page4()
{
window.location.href="../../08-download/08-01.php";
}
//5 forum
function page5()
{
window.open("http://www.on9g.com/en/forumdisplay.php?fid=407","on9g");

}



function backtohome()
{
window.location.href="../../top/";
}

function help()
{
//window.open("#","poll","width=617,height=700,top=0,left=0,resizable=0,scrollbars=1 ");
window.open("http://www.runup.com.sg","cs");
}

function lang()
{
//window.location.href="../../cn/top/top.php";
var url = window.location.href;
newurl = url.replace(new RegExp(/cn\//),"en/");
window.location.href= "javascript:window.location.replace(newurl); "
}