/*
각 페이지 상단에 해당 페이지에 알맞게 아래와 같이 설정
	<script type="text/javascript">
		var HSglobal   = "0";			//1뎁스메뉴설정
		var HSmain    = "1";			//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("준비중입니다.");
	
		else document.location.href = url;
	}
	catch (e)
	{
		alert(e.message);
	}
}

function gotoView(idx){ // 작품 상세보기
	document.location.href="/product/productview.php?idx="+idx;
}
function homeIndex() {
	document.location.href = '/';
}
//------------------ GNB 출력함수 ------------------//
function GSMenu() {
	flashnavi('gnb','../images/swf/sub.swf','100%','118','gNum='+gNum+'&mNum='+mNum,'transparent','transparent');
}


//---------------------------------- 링크 설정 ----------------------------------- //

//-- 메인 --//
link_0 = new Array("../main.html")

//-- 사업개요 --//
link_0_0 = new Array("../company/info.html")
link_0_1 = new Array("../company/info.html")
link_0_2 = new Array("../company/judgment.html")
link_0_3 = new Array("../company/gbi.html")

//-- 작품소개 --//
link_1_0 = new Array("../product/productlist.php")  
link_1_1 = new Array("../product/productlist.php")   

//-- 접수안내신청 --//
link_2_0 = new Array("../receipt/receiptinfo.html")   
link_2_1 = new Array("../receipt/receiptinfo.html")   
link_2_2 = new Array("../receipt/receiptwrite.php")   

link_10_1 = new Array("../notice/noticelist.php") //공지사항
link_10_2 = new Array("../news/newslist.php") //뉴스

