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","");
window.location.href="../../top/top.php";
//alert("Coming Soon");
}
//2 register
function page2()
{
//window.open("http://www.on9g.com/en/viewthread.php?tid=28859","");
//popup('../../account_apply/account_apply.php',280,450,100,100);
//alert("即將來臨");
window.location.href="../../../cn/top/top.php";
}

//3 enter
function page3()
{
//window.location.href="/en/top/top.shtml";
//alert("Coming Soon 即將來臨");
var url = "images/page01.jpg?KeepThis=true&TB_iframe=true&width=800&height=600";
tb_show('New Scene', url);
}

//4 equipment
function page4()
{
//window.location.href="../../07-download/07-01.shtml";
var url = "images/page02.jpg?KeepThis=true&TB_iframe=true&width=800&height=700";
tb_show('New Item', url);
}
//4 equipment
function page5()
{
//window.location.href="../../07-download/07-01.shtml";
var url = "images/page03.jpg?KeepThis=true&TB_iframe=true&width=800&height=700";
tb_show('Monster', url);
}
//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); "
}