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

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

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


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


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


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

/**/
page0500="/cn/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){
	}
}

