menuList = new Array();

menuList[0] = '/ver60';

menuList[10]  = '/ver60/gallery_main.php?pageNum=0'; 		//°¶·¯¸®¸ÞÀÎ
menuList[101] = '/bbs/zboard.php?id=new_02'; 		//
menuList[102] = '/bbs/zboard.php?id=new_01'; 		//
menuList[103] = '/bbs/zboard.php?id=new_03'; 		//
menuList[104] = '/bbs/zboard.php?id=closeup_gal'; 		//
menuList[105] = '/bbs/zboard.php?id=new24'; 		//
menuList[106] = '/bbs/zboard.php?id=new_25'; 		//
menuList[107] = '/bbs/zboard.php?id=new_21'; 		//
menuList[108] = '/bbs/zboard.php?id=new_05'; 		//
menuList[109] = '/bbs/zboard.php?id=new_101'; 		//
menuList[110] = '/bbs/zboard.php?id=new_19'; 		//

menuList[20] = '/ver60/community_main.php?pageNum=1'; 		//
menuList[201] = '/bbs/zboard.php?id=new_06'; 		//
menuList[202] = '/bbs/zboard.php?id=new_07'; 		//
menuList[203] = '/bbs/zboard.php?id=new_08'; 		//
menuList[204] = '/bbs/zboard.php?id=new_09'; 		//
menuList[205] = '/bbs/zboard.php?id=new_10'; 		//
menuList[206] = '/bbs/zboard.php?id=new_11'; 		//
menuList[207] = '/bbs/zboard.php?id=new_102'; 		//
menuList[208] = '/bbs/zboard.php?id=manager'; 		//
menuList[209] = '/bbs/zboard.php?id=exhibit_comm'; 		//

menuList[30] = '/ver60/chulsa_main.php?pageNum=2'; 		//
menuList[301] = '/bbs/zboard.php?id=new_12'; 		//
menuList[302] = '/bbs/zboard.php?id=new_14'; 		//
menuList[303] = '/bbs/zboard.php?id=new_15'; 		//
menuList[304] = '/bbs/zboard.php?id=new_103'; 		//
menuList[305] = '/bbs/zboard.php?id=new_13'; 		//

menuList[40] = '/ver60/photo_main.php?pageNum=3'; 		//
menuList[401] = '/bbs/zboard.php?id=new_16'; 		//
  menuList[4011] = '/bbs/zboard.php?id=new_16&category=5'; 		//°­¿øµµ
  menuList[4012] = '/bbs/zboard.php?id=new_16&category=10'; 		//°æ»óºÏµµ
  menuList[4013] = '/bbs/zboard.php?id=new_16&category=11'; 		//°æ»ó³²µµ
  menuList[4014] = '/bbs/zboard.php?id=new_16&category=12'; 		//Á¦ÁÖµµ
  menuList[4015] = '/bbs/zboard.php?id=new_16&category=9'; 		//Àü¶ó³²µµ
  menuList[4016] = '/bbs/zboard.php?id=new_16&category=8'; 		//Àü¶óºÏµµ
  menuList[4017] = '/bbs/zboard.php?id=new_16&category=7'; 		//ÃæÃ»³²µµ
  menuList[4018] = '/bbs/zboard.php?id=new_16&category=6'; 		//ÃæÃ»ºÏµµ
  menuList[4019] = '/bbs/zboard.php?id=new_16&category=1'; 		//¼­¿ïÆ¯º°½Ã
  menuList[4020] = '/bbs/zboard.php?id=new_16&category=4'; 		//°æ±âµµ
menuList[402] = '/bbs/zboard.php?id=new_17'; 		//
menuList[403] = '/bbs/zboard.php?id=new_18'; 		//

menuList[501] = '/bbs/zboard.php?id=marquee'; 		//ÀÌ¿ë¾È³»



function goLink(num, gubun){
	//gubun :'menu', 'pview'
  self.status = num;

  if(gubun=="menu"){
	  if(num==1001|| num==1003|| num==1011|| num==1012|| num==1081){//Å¸°ÙÁöÁ¤
  		if(menuList[num])  	window.open(menuList[num],"_blank");
  	}else{
  		if(menuList[num])  location.href=menuList[num];
  		//If(menuList[num])  parent.fmain.location.href=menuList[num];
  	}
  }

}
