/**
 * menu.js
 * @author R S LEE
 * @date 2010-02-01
 * @description Flash menu link
 */
function go(url, target){
	if(target == "blank"){
		window.open(url);
	} else {
		parent.main.location.href = url;
	}
}

function ci(){
	go("/main.htm");
}

function samwoo_ci(){
	go("http://www.samwoospace.co.kr", "blank");
}

// About
function m1(){
	go("/info.htm");
}

function m1_s1(){
	m1();
}

function m1_s2(){
	go("/history.htm");
}

function m1_s3(){
	//go("/partners.htm");
	go("/sysupdate/view.php?mode=partner");
}

function m1_s4(){
	go("/services.htm");
}

function m2(){
	//go("/project.htm");
	go("/sysupdate/view.php?mode=project");
}

function m3(){
	go("/portfolio/portfolio.php?c=concept");
}

function m3_s1(){
	go("/reel/reel.htm");
}

function m3_s2(){
	m3();
}

function m4(){
	go("/product/new/pd.php");
}

function m4_s1(){
	m4();
}

function m5(){
	go("/employment.htm");
}

function m5_s1(){
	m5();
}

function m5_s2(){
	go("/current_opening.htm");
}

function m6(){
	go("/contact_us.htm");
}

function korean(){
	top.location.href = "/index_k.htm";
}
