/*
	<script type="text/javascript">
		var gNum = "0";	//1뎁스메뉴설정
		var mNum = "0";	//2뎁스메뉴설정
	</script>	
*/
//------------------ 플래시 호출 gotoPage ------------------//
function gotoPage(d1,d2){	
	try
	{
		var url = "";
		var link_value = "link";	
		
		if(d1 > -1) { link_value += "_" + d1; }
		if(d2 > -1) { link_value += "_" + d2; }
		
		url = eval(link_value)[0];
		if(url=="") alert("Updating soon");
	
		else document.location.href = url;
	}
	catch (e)
	{
		alert(e.message);
	}
}

function home() {
	document.location.href = '/gstar2009/eng/';
}
function eng(){ //영문바로가기
	document.location.href = 'http://www.gstar.or.kr/';
}
function goPartici(){ //참가신청바로가기
	window.open("http://reg-net.co.kr/gstar/2009/gstar09_reg_eng.htm");
}
function goDown(){ //Exhibitor_Manual
	document.location.href = '/gstar2009/eng/download/Exhibitor_Manual_Eng_10230.zip';
}
function sitemap(){ //사이트맵
	document.location.href = '/gstar2009/eng/cust/sitemap.html';
}

//------------------- 링크 설정 ------------------ //

//-- 전시정보 --//
link_0 = new Array("/gstar2009/eng/exhibition/outline.html")
link_0_1 = new Array("/gstar2009/eng/exhibition/outline.html")
link_0_2 = new Array("/gstar2009/eng/exhibition/observ.html")
link_0_3 = new Array("/gstar2009/eng/exhibition/entryinfo.html")
link_0_4 = new Array("/gstar2009/eng/exhibition/xobserv.html")
//-- 참여안내  --//
link_1 = new Array("/gstar2009/eng/partici/visitor.html")
link_1_1 = new Array("/gstar2009/eng/partici/visitor.html")
link_1_2 = new Array("/gstar2009/eng/partici/partibusi.html")
link_1_3 = new Array("/gstar2009/eng/partici/sponcer.html")
link_1_4 = new Array("/gstar2009/eng/partici/media_write.html")
link_1_5 = new Array("")
//-- 게시판  --//
link_2 = new Array("/gstar2009/eng/board/noti_list.php")
link_2_1 = new Array("/gstar2009/eng/board/noti_list.php")
link_2_2 = new Array("/gstar2009/eng/board/news_list.php")

