<!------------- // 	¼±ÅÃ»óÀÚ //-------------------->
function namosw_goto_byselect(sel, targetstr)
{
  var index = sel.selectedIndex;
  if (sel.options[index].value != '') {
     if (targetstr == 'blank') {
       window.open(sel.options[index].value, 'win1');
     } else {
       var frameobj;
       if ((frameobj = eval(targetstr)) != null)
       frameobj.location = sel.options[index].value;
     }
  }
}
function frm_imgwin(img_src,idx,secter) 
{   
	var strServerName = "http://gohomestay.com";

	if (img_src.length > 12 ) {
		var urlname =  strServerName + "/"+ img_src+"&idx="+idx+"&get_secter="+secter;
		browsing_window = window.open(urlname, "browse_org","height="+secter+",width="+idx+",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no");
		browsing_window.focus();
	}
	
	return;
}

<!-----------// Å×ÀÌºí ¼¿ ¸¶¿ì½º ¿À¹ö½Ã »ö»ó º¯È­ //--------------->
function movr(src,clrOver){ if (!src.contains(event.fromElement)) {	src.bgColor = clrOver;	}}

function mout(src,clrIn) { if (!src.contains(event.toElement)) { src.style.cursor = 'default'; src.bgColor = clrIn;	}}



<!--------------- // ·Î±×ÀÎ½Ã »õÃ¢ ¶ç¿ì±â //--------------------->
function show_nt() {
        var ntWin;
        ntWin = window.open("http://mokpo.enews.co.kr/mall/kims_lib/login_form/include_login_news.php3", "introwin", "width=150,height=80");
        if (navigator.appVersion.indexOf("(X11") != -1 ||
                navigator.appVersion.indexOf("(Mac") != -1)
        ntWin = window.open("http://mokpo.enews.co.kr/mall/kims_lib/login_form/include_login_news.php3", "introwin", "width=150,height=80");
        ntWin.mainWin = this;
}


<!------------------// Ã¤ÆÃ Ã¢ ¶ç¿ì±â //---------------------->
   var winObject = null;
   function openWindow(doc, name, property)
   {
      winObject = window.open(doc, name, property);
   }


<!-- Áö»ç ÀÌµ¿ -->

	function open_in(url){
		if (url != "quick"){ 	
		win=window.open(url,"","")
		}
	}


function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
  toolbar_str = toolbar ? 'yes' : 'no';
  menubar_str = menubar ? 'yes' : 'no';
  statusbar_str = statusbar ? 'yes' : 'no';
  scrollbar_str = scrollbar ? 'yes' : 'no';
  resizable_str = resizable ? 'yes' : 'no';
  window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}



function openJisuWindow(theURL,winName,features)

{ //v2.0

window.open(theURL,winName,features);

} //-->



	


