function popup(url,width,height,top,left){
window.open(url,"","width="+width+",height="+height+",top="+top+",left="+left);
}

//01-runup web
function runup_my()
{
window.open("http://www.runup.com.my/en","");
}
function page1()
{
window.open("http://www.funmily.com","");
}
//2 register
function page2()
{
window.open("http://www.funmily.com/register/index.php?action=register","");
//popup('../../account_apply/account_apply.php',280,450,100,100);
//alert("Coming Soon 即將來臨");
}
function account_sg()
{
//window.open("http://www.on9g.com/en/viewthread.php?tid=28859","");
//popup('http://rom.runup.com.sg/en/cb2_account_apply/account_apply.php',280,450,100,100);
//popup('../../quick_topup/quick_topup.php',280,450,100,200);
//alert("Coming Soon");
}
//3 enter
function page3()
{
window.location.href="/en/top/top.shtml";
//alert("Coming Soon 即將來臨");
}
function enter_en()
{
//window.location.href="../../top/top.php";
//alert("EN Coming Soon");
}
function enter_cn()
{
//window.location.href="../../top/top.shtml";
//alert("CN Coming Soon");
}
//4 equipment
function page4()
{
window.location.href="http://bok.funmily.com/en/07-download/07-01.shtml";
//alert("Coming Soon 即將來臨");
}
//5 forum
function forum_on9g()
{
window.open("http://www.on9g.com/en/forumdisplay.php?fid=543","on9g");
//alert("Coming Soon");
}
function forum_17t17p()
{
window.open("http://www1.17t17p.com/forumdisplay.php?fid=1417","17t17p");
//alert("Coming Soon");
}



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.my/en","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); "
}