/* Link variables */
var UrlHost		= "www.dontblynk.com";
var UrlImage	= "http://www.dontblynk.com/image";
var UrlUpload	= "http://imgupload.dontblynk.com";
var UrlHttp		= "http://www.dontblynk.com";
var UrlHttps	= "https://security.dontblynk.com";
var UrlSting	= "http://kos.dontblynk.com";
var UrlSeal		= "http://sealonline.dontblynk.com";
var UrlCraypas	= "http://krazyaces.dontblynk.com";
var UrlThis     = "http://www.dontblynk.com";
var UrlChannel  = "http://channel.dontblynk.com";
var UrlSealShop	= "https://soshop.dontblynk.com";
var UrlSoforum	= "http://soforum.dontblynk.com";
var UrlKoforum	= "http://koforum.dontblynk.com";
var UrlKaforum	= "http://kaforum.dontblynk.com";
var UrlMir="http://mir2.dontblynk.com";


/* GNB Links */
function Fun_Web_UrlMenu(menuNo){

	var go = window.top.document.location;
	if (menuNo == "00000") {go.href = UrlHttp;}

	//account
	if (menuNo == "01010") {go.href = UrlHttps + "/Member/Member.html";}
	if (menuNo == "01011") {go.href = UrlHttps + "/Member/Member_Edit_Step1.html";}
	if (menuNo == "01012") {go.href = UrlHttps + "/Member/Agree.html";}
	if (menuNo == "01013") {go.href = UrlHttps + "/Member/IdPwd.html";}
	if (menuNo == "01014") {go.href = UrlHttps + "/Member/Member_Finish.html";}
	if (menuNo == "01015") {go.href = UrlHttps + "/Member/Member_Finish_cp.html";}

	//support
	if (menuNo == "02010") {go.href = UrlHttp + "/Support/Faq/List.html";}
	if (menuNo == "02013") {go.href = UrlHttp + "/Support/Qna/Write.html";}
	if (menuNo == "02014") {go.href = UrlHttp + "/Support/Qna/Question.html";}

	//login-logout
	if (menuNo == "03010") {go.href = UrlHttps + "/Login/Login.html";}
	if (menuNo == "03011") {go.href = UrlHttps + "/Login/Logout.html";}
	if (menuNo == "03012") {go.href = UrlHttps + "/Login/Logout.html?retcode=login";}

	// game list
	if (menuNo == "04010") {go.href = UrlSeal;}
	if (menuNo == "04011") {go.href = UrlSting;}
	if (menuNo == "04012") {go.href = UrlCraypas;}
	//if (menuNo == "04011") {alert('Comming Soon');}
	if (menuNo == "04013") {go.href = UrlMir;}

	//news category
	if (menuNo == "05010") {go.href = UrlHttp + "/News/News.html";}
	if (menuNo == "05011") {go.href = UrlHttp + "/News/Announcement/List.html";}
	if (menuNo == "05012") {go.href = UrlHttp + "/News/Update/List.html";}
	if (menuNo == "05013") {go.href = UrlHttp + "/News/Event/List.html";}
	if (menuNo == "05014") {go.href = UrlHttp + "/News/Letter/List.html";}

	//cash
	if (menuNo == "06011") {go.href = UrlHttps + "/Blynk/BlynkAdd.html";}
	if (menuNo == "06012") {go.href = UrlHttps + "/Blynk/BlynkUsed.html";}
	if (menuNo == "06013") {go.href = UrlHttps + "/Blynk/BlynkAdded.html";}
	if (menuNo == "06014") {go.href = UrlHttps + "/Blynk/InComm.html";}

	//downloadMonday, August 24, 2009
	if (menuNo == "07011") {go.href = UrlHttp + "/Download/Downseal.html";}
	if (menuNo == "07012") {go.href = UrlHttp + "/Download/Downkos.html";}
	if (menuNo == "07013") {go.href = UrlHttp + "/Download/Downcraz.html";}
	if (menuNo == "07014") {go.href = UrlMir + "/download/index.aspx";}

	//alert('ddd');	//forum
	if (menuNo == "08011") {go.href = UrlSeal+'/forum_action.asp';}
	if (menuNo == "08012") {go.href = UrlCraypas+'/forum_action.asp';}
	if (menuNo == "08013") {go.href = UrlSting+'/forum_action.asp';}
	if (menuNo == "08014") {go.href = UrlMir+'/community/forum.aspx';}

	//portal_flash_banner
	if (menuNo == "09011") {go.href = UrlSeal+'';}
	if (menuNo == "09021") {go.href = UrlSealShop+'/grabbit_start.html';}
	if (menuNo == "09012") {go.href = UrlCraypas+'';}
	if (menuNo == "09013") {go.href = UrlSting+'';}
	if (menuNo == "09014") {go.href = Urlrohan+'';}

	if (menuNo == "99999") {go.href = UrlHttp;}
}
