//=================================flash ¸µÅ©¼³Á¤==========================================//

page_home = "/cn/index.php";
page_korean = "/cn/index.php";
page_sitemap = "/en/index.php";
page_contactus = "/cn/html/contact.htm";

/**/
page0100="/cn/html/about.htm"; // Chairman¡¯s Welcome
page0101="/cn/html/about.htm";  //Chairman¡¯s Welcome
page0102="/cn/html/jiegou.htm";   //Our Philosophy
page0103="/cn/html/quality.htm" ; //Affiliated Companies
page0104="/webapp/about/history.jsp"; //History


/**/
page0200="/cn/product.php";  // Product & Service
page0201="/cn/product.php?id=35";  //Product & Service
page0202="/cn/product.php?action=type&id=24";  // Clients & Services
page0203="/cn/product.php";  //Our Strength


/**/
page0300="/cn/html/market.htm";  //nvestment Philosophy
page0301="/cn/html/market.htm";  //Investment Philosophy
page0302="/cn/html/market.htm";  //Investment Process
page0303="/webapp/overview/managers.jsp";  //Our Managers


/**/
page0400="/cn/cart_login.php";  // Products List
page0401="/cn/cart_login.php";  //Products List
page0402="/cn/reg_user.php";  //NAV/Rate of return
page0403="/cn/html/contact.htm"  //Risk Management/Compliance

/**/
page0500="/en/index.php" // (1depth)µ¿¹®È¸ ¼Ò°³
page0501="/webapp/press/press.jsp";  //È¸Àå´Ô ÀÎ»ç¸»

function GoSwfUrl(name, win) {		// win -> default _self
	try{
		if (eval(name) == "") {
			alert("¼­ºñ½º ÁØºñÁß");
			return;	
		} else {
			document.location.href = eval(name);
	/*
			if (win == null) {
				document.location.href = eval(name);
			} else {
				window.open(eval(name), win);
			}
	*/
		}
	}catch(e){
	}
}


