//location link

function home(){
	location.href="/_site/index.php";
}
function day(){
	location.href="/cinema/day/day.asp";
}
function program(){
	location.href="/cinema/program/category.asp";
}
function category(vl1,vl2){
	location.href="/cinema/program/category_view.asp?g_seq="+vl1+"&p_seq="+vl2;
}
function gv(){
	location.href="/cinema/gv/re_list.asp";
}
function comunity(){
	location.href="/cinema/comunity/comunity.asp";
}




if(!PageNum){
var PageNum, SubNum
	PageNum=0;
	SubNum=0;
}
function flash(AMovie, AWidth, AHeight) {
 document.write('<object id="setval" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="' + AWidth + '" height="' + AHeight + '">'
 + '<param name="movie" value="' + AMovie + '">'
 + '<param name="wmode" value="transparent">'
 + '<param name="flashvars" value="PageNum=' + PageNum + '&SubNum='+SubNum+'">'
 + '<embed src="' + AMovie + '" id="setval" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + AWidth + '" height="' + AHeight + '"></embed>'
 + '</object>');
}

//=====¸µÅ©
function PathChk(Depth1,Depth2){
        var oneDepth = new Array();

 /************** 1 depth ***************/

 if(Depth1=="1"){
	 oneDepth[1]="/cinema/day/list.asp";
	 oneDepth[2]="/cinema/day/sum.asp";
	 oneDepth[3]="/cinema/day/calendar.asp";	 	 
location.href = oneDepth[Depth2];
 }else if(Depth1=="2"){
	 oneDepth[1]="/cinema/program/category.asp";
location.href = oneDepth[Depth2];
 }else if(Depth1=="3"){
	 oneDepth[1]="/cinema/search/s_search.asp";
location.href = oneDepth[Depth2];
 }else if(Depth1=="4"){
	 oneDepth[1]="/cinema/gv/re_list.asp";
	 oneDepth[2]="/cinema/gv/dock_list.asp";
	 oneDepth[3]="/cinema/gv/etc_list.asp";
location.href = oneDepth[Depth2];
 }else if(Depth1=="5"){
	 oneDepth[1]="/cinema/info/kofa.asp";
location.href = oneDepth[Depth2];
 }else if(Depth1=="6"){
	 oneDepth[1]="/cinema/guide/guide.asp";
location.href = oneDepth[Depth2];
 }else if(Depth1=="7"){
	 oneDepth[1]="/cinema/comunity/talk.asp";
	 oneDepth[2]="/cinema/comunity/review_list.asp";
	 oneDepth[3]="/cinema/comunity/star.asp";
	 oneDepth[4]="/cinema/comunity/new_list.asp";
	 oneDepth[5]="/cinema/comunity/qna_list.asp";
location.href = oneDepth[Depth2];
 }
}