function dvdrequest()
{
popup('http://rom.runup.com.sg/en/dvdrequest/dvd-request.php',530,460,100,100);
}
//01-news
function news()
{
window.location.href="../01-news/01-list.php";
}

//4 forum
function forum()
{
window.open("http://www.on9g.com/en/forumdisplay.php?fid=407","on9g");
}
//05-itemmall
function itemmall()
{
//window.location.href="../itemmall/shop_index.php";
}

function download()
{
window.location.href="../08-download/08-01.php";
}

function help()
{
//window.open("#","poll","width=617,height=700,top=0,left=0,resizable=0,scrollbars=1 ");
window.open("https://www.runup.com.sg/service","cs");
}

function lang()
{
//window.location.href="../../cn/top/top.php";
var url = window.location.href;
newurl = url.replace(new RegExp(/en\//),"cn/");
window.location.href= "javascript:window.location.replace(newurl); "
}

function register() {
popup('http://rom.runup.com.sg/en/account_apply/account_apply.php',280,460,100,100);
}
function topup() {
popup('http://rom.runup.com.sg/en/quick_topup/quick_topup.php',280,400,100,200);
//alert ("Coming Soon");
}