function getStrOrgGbnCd(){
	return "102080";
}

// RtnUrl º¯È¯
function jsfGetRtnUrl(sub, strOrgGbnCd){
	if ( sub != "COR" ) {
		strSub = sub.split("_"); // subÄÚµå ºÐ¸®
		strOrgCd = strOrgGbnCd.substr(4,2); // ±â°£ÄÚµå¿¡¼­ µÚ¿¡ 2ÀÚ¸® ºÐ¸®
		strSubRtnUrl = strSub[0] + strOrgCd + "_" + strSub[1];
	}
	else {
		strOrgCd = strOrgGbnCd.substr(4,2); // ±â°£ÄÚµå¿¡¼­ µÚ¿¡ 2ÀÚ¸® ºÐ¸®
		strSubRtnUrl = sub + strOrgCd
	}
	return strSubRtnUrl;
}

function moveSub(sub) { 
	strNbodCd = "";
	strType = "";
	strRtnURL = "";
	strFilePath = "cor80/";	
	strAction = "";
	strOrgGbnCd = getStrOrgGbnCd();
	url = "";
	type = "";
	//D : Link Type(Default)
	//W : Window Open Teyp
	//B : Board Type
	switch(sub) { 
		case "COR" :	url="http://www.corrections.go.kr/HP/COR80/"; type = "D"; break;
		case "COR_LOGIN" :	url=""; type = "D"; break;
		case "COR_KOR"   :	url="http://www.corrections.go.kr"; type = "W"; break;

		case "COR_1010"   :	url="http://www.corrections.go.kr/HP/COR80/cor_01/cor_1010.jsp";	type = "D"; break; 
		case "COR_1020" :	url="http://www.corrections.go.kr/HP/COR80/cor_01/cor_102010.jsp";	type = "D"; break; 
		case "COR_102010" :	url="http://www.corrections.go.kr/HP/COR80/cor_01/cor_102010.jsp";	type = "D"; break; 
		case "COR_102020" :	url="http://www.corrections.go.kr/HP/COR80/cor_01/cor_102020.jsp";	type = "D"; break; 
		case "COR_1030" :	url="http://www.corrections.go.kr/HP/COR80/cor_01/cor_103010.jsp";	type = "D"; break; 
		case "COR_103010" :	url="http://www.corrections.go.kr/HP/COR80/cor_01/cor_103010.jsp";	type = "D"; break; 
		case "COR_103020" :	url="http://www.corrections.go.kr/HP/COR80/cor_01/cor_103020.jsp";	type = "D"; break; 
		case "COR_103030" :	url="http://www.corrections.go.kr/HP/COR80/cor_01/cor_103030.jsp";	type = "D"; break; 

		case "COR_2010"   :	url="http://www.corrections.go.kr/HP/COR80/cor_02/cor_2010.jsp";	type = "D"; break; 
		case "COR_2020"   :	url="http://www.corrections.go.kr/HP/COR80/cor_02/cor_2020.jsp";	type = "D"; break; 
		case "COR_2030"   :	url="http://www.corrections.go.kr/HP/COR80/cor_02/cor_2030.jsp";	type = "D"; break; 
		case "COR_2040"   :	url="http://www.corrections.go.kr/HP/COR80/cor_02/cor_2040.jsp";	type = "D"; break; 
		case "COR_2050"   :	url="http://www.corrections.go.kr/HP/COR80/cor_02/cor_2050.jsp";	type = "D"; break; 
		case "COR_2060"   :	url="http://www.corrections.go.kr/HP/COR80/cor_02/cor_2060.jsp";	type = "D"; break; 
		case "COR_2070"   :	url="http://www.corrections.go.kr/HP/COR80/cor_02/cor_2070.jsp";	type = "D"; break; 
		case "COR_2080"   :	url="http://www.corrections.go.kr/HP/COR80/cor_02/cor_2080.jsp";	type = "D"; break; 
		case "COR_2090"   :	url="http://www.corrections.go.kr/HP/COR80/cor_02/cor_2090.jsp";	type = "D"; break; 

		case "COR_3010" :	url="http://www.corrections.go.kr/HP/COR80/cor_03/cor_3010.jsp";	type = "D"; break;
		
		case "COR_4010" :	url="mms://vod2.ipbs.go.kr/moj/corrections/corr_subway.wmv";	type = "D"; break;

		case "COR_5010" :	type = "B";
							strNbodCd= 'qnas0150';
							strAction = "/HP/COM/bbs_05/BoardList.do";
							break;		

		case "COR_6010"   :	url="http://www.corrections.go.kr/HP/COR80/cor_06/cor_6010.jsp";	type = "D"; break; 
		case "COR_6020"   :	url="http://www.corrections.go.kr/HP/COR80/cor_06/cor_6020.jsp";	type = "D"; break; 
	}
	
	if ( url != "" ) {
		if ( type == "D") {
			this.location.href=url;
		}
		else if ( type == "W" ){
			window.open(url);
		}
	}
	else if ( type = "B" ){
		main = document.menuform;
		main.strNbodCd.value = strNbodCd;
		main.strType.value = strType;
		main.strFilePath.value = strFilePath;
		main.strRtnURL.value = jsfGetRtnUrl(sub, strOrgGbnCd);
		main.strOrgGbnCd.value = strOrgGbnCd;
		main.action = strAction;
		main.submit();	
	}
	else {
		this.location.href=url;
	}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}
