/* 온라인 설문 팝업 */	
	function popOpen_t_15(){   //온라인 설문
	window.open('http://gokams.or.kr/webzine_old/OP/PO/main.asp?cate=4&sub_num=30&pageNo=1&state=view&idx=73','','width=760,height=869,scrollbars=yes');
	}


/* 팝업 */
function OpenWindow(url,intWidth,intHeight) { 
						window.open(url, "_blank", "width="+intWidth+",height="+intHeight+",resizable=0,scrollbars=1") ;
					}


//탭메뉴 스크립트(id네임,id번호,총갯수)
function show_sub(obj,num,total){
 for(var i=1; i<=total; i++){
  if(i == num){
   document.getElementById(obj+i).style.display = 'block';
  }else{
   document.getElementById(obj+i).style.display = 'none';
  }
 }
} 




/* 팝업 */
	function popOpen1(){
	window.open('07popup/07_copy.html','','width=477,height=335,scrollbars=no');
	}
	function popOpen2(){
	window.open('07popup/07_print.html','','width=780,height=780,scrollbars=yes');
	}
	function popOpen3(){
	window.open('07popup/07_post.html','','width=358,height=660,scrollbars=no');
	}
	
	function popOpen4(){
	window.open('http://www.gokams.or.kr/webzine/08_footer/08_footer_01.html','','width=477,height=200,scrollbars=no');
	}
	function popOpen5(){
	window.open('http://www.gokams.or.kr/webzine/08_footer/08_footer_02.html','','width=712,height=850,scrollbars=yes');
	}
	function popOpen6(){
	window.open('01_issue/replDel.asp','','width=450,height=60,scrollbars=no');
	}
	function popOpen7(){
	window.open('http://www.gokams.or.kr/webzine/08_footer/08_footer_03.html','','width=640,height=420,scrollbars=yes');
	}
	
/*수정부분:S*/
/*select 부분*/
	function gotoUrl2(frm,val){
		window.open("","aaa","");

		if(val=="1"){
			frm.action="http://"+frm.go_sel.value;
		}else if(val=="2"){
			frm.action="http://"+frm.go_sel2.value;
		}else if(val=="3"){
			frm.action="http://"+frm.go_sel3.value;
		}else if(val=="4"){
			frm.action = "http://"+frm.flink1.value;
		}else if(val=="5"){
			frm.action = "http://"+frm.flink1.value;
		}else if(val=="6"){
			frm.action = "http://"+frm.flink1.value;
		}

			frm.target="aaa";
	//		frm.submit();

	}
/*수정부분:E*/
document.execCommand("BackgroundImageCache",false,true);
