document.write(''); function netgameGnbGames() { var obj = document.getElementById('gnbSupport'); obj.style.display = 'none'; var obj = document.getElementById('gnbGame'); obj.style.display = (obj.style.display != '') ? '' : 'none'; } function netgameGnbSupport() { var obj = document.getElementById('gnbGame'); obj.style.display = 'none'; var obj = document.getElementById('gnbSupport'); obj.style.display = (obj.style.display != '') ? '' : 'none'; } function ieMinWidth() { if(document.body.clientWidth < 1001) { return "1000px"; }else{ return "auto"; } } function selLanguages(languages) { if(languages == 'US' || languages == 'DE') { setLanguages(escape(languages)); } else { error("We are sorry, Currently, Multi Language Support is not fully ready yet.\nPlease try it again later."); } } function netgameGnbMenu(idx) { var goUrl; switch(idx) { case 1 : if(!netgameUserCheck()) return; goUrl = 'http://www.netgame.com/charge/charge.php'; break; case 2 : goUrl = 'http://www.netgame.com/download/download.php'; break; case 3 : if(!netgameUserCheck()) return; goUrl = 'http://www.netgame.com/account/setting.php'; break; case 4 : if(!netgameUserCheck()) return; var pageUrl = []; pageUrl['www'] = 'http://www.netgame.com/help/inquiry_chk.php?cate=inquiry&game='; pageUrl['hero'] = 'http://www.netgame.com/help/inquiry_chk.php?cate=inquiry&game=hero'; pageUrl['fate'] = 'http://www.netgame.com/help/inquiry_chk.php?cate=inquiry&game=fate'; pageUrl['cloudnine'] = 'http://www.netgame.com/help/inquiry_chk.php?cate=inquiry&game=cloudnine'; pageUrl['op7'] = 'http://www.netgame.com/help/inquiry_chk.php?cate=inquiry&game=operation7'; goUrl = pageUrl[thisGame()] ? pageUrl[thisGame()] : '#'; break; default : goUrl = 'http://www.netgame.com/'; break; } if(goUrl == '#') { error('Coming soon...'); } else { top.location.href = goUrl; } } var netgameImg = 'http://image.netgame.com/netgame/common/gnb'; var netgameGnb = ''; netgameGnb += ''; netgameGnb += '
'; netgameGnb += '

netgame

'; netgameGnb += ' '; netgameGnb += ' '; if(document.cookie.indexOf('MGUSA=') != -1 || document.cookie.indexOf('MGGNG=') != -1) { netgameGnb += '

Logout

'; } else { netgameGnb += '

'; } netgameGnb += '
'; document.write(netgameGnb);