var topmenu = "";
var langurl = baseurl +"/eng";
if(pageid == "mwod") {
	topmenu = "mwod";
}
else {
	var tempary = eval(pageid);
	topmenu = tempary[0];
}
//set title
if(topmenu == "mwod") {
	document.title = "Hong Kong Disneyland" + " | Magical World of Disneyland";
	document.write("<SCR" + "IPT LANGUAGE='JavaScript' SRC='" + langurl + "/js/mwod.js' TYPE='text/javascript'><\/SCR" + "IPT>");
}
else if(topmenu == "other") {
	document.title = "Hong Kong Disneyland" + " | " + tempary[1];
	document.write("<SCR" + "IPT LANGUAGE='JavaScript' SRC='" + langurl + "/js/discover.js' TYPE='text/javascript'><\/SCR" + "IPT>");
}
else {
	var temptopary = eval(topmenu);
	document.title = "Hong Kong Disneyland" + " | " + temptopary[0];
	document.write("<SCR" + "IPT LANGUAGE='JavaScript' SRC='" + langurl + "/js/discover.js' TYPE='text/javascript'><\/SCR" + "IPT>");
}

