<!-- ¸¶¿ì½º·Ñ¿À¹ö ½ÃÀÛ-->

			function restore(name, nsdoc) {
				var img = eval((navigator.appName == 'Netscape') ? nsdoc+'.'+name : 'document.all.'+name);
				if (name == '')
					return;
				if (img && img.altsrc) {
					img.src    = img.altsrc;
					img.altsrc = null;
				}
			}
			function change(name, nsdoc, rpath, preload) {
				var img = eval((navigator.appName == 'Netscape') ? nsdoc+'.'+name : 'document.all.'+name);
				if (name == '')
					return;
				if (img) {
					img.altsrc = img.src;
					img.src    = rpath;
				}
			}

<!-- ¸¶¿ì½º·Ñ¿À¹ö ³¡-->


<!-- ¼­ºê·¹ÀÌ¾î½ÃÀÛ -->

function na_show_layer(lname, flag)
{
  var layer = (navigator.appName.indexOf('Netscape', 0) != -1) ? document.layers[lname] : document.all[lname];
  if (lname == '')
    return;
  if (navigator.appName.indexOf('Netscape', 0) != -1)
    layer.visibility = (flag == 0) ? 'show' : 'hide';
  else
    layer.style.visibility = (flag == 0) ? 'visible' : 'hidden';
}

<!-- ¼­ºê·¹ÀÌ¾î³¡ -->


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 MM_checkBrowser(NSvers,NSpass,NSnoPass,IEvers,IEpass,IEnoPass,OBpass,URL,altURL) { //v4.0
  var newURL='', verStr=navigator.appVersion, app=navigator.appName, version = parseFloat(verStr);
  if (app.indexOf('Netscape') != -1) {
    if (version >= NSvers) {if (NSpass>0) newURL=(NSpass==1)?URL:altURL;}
    else {if (NSnoPass>0) newURL=(NSnoPass==1)?URL:altURL;}
  } else if (app.indexOf('Microsoft') != -1) {
    if (version >= IEvers || verStr.indexOf(IEvers) != -1)
     {if (IEpass>0) newURL=(IEpass==1)?URL:altURL;}
    else {if (IEnoPass>0) newURL=(IEnoPass==1)?URL:altURL;}
  } else if (OBpass>0) newURL=(OBpass==1)?URL:altURL;
  if (newURL) { window.location=unescape(newURL); document.MM_returnValue=false; }
}

function openChromeslessWindow(openUrl, winName, wWidth, wHeight, wPosx, wPosy, wTIT,
												windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel,
													bCenter, sFontFamily, sFontSize, sFontColor){
	
	openchromeless(openUrl,winName, wWidth, wHeight, wPosx, wPosy, wTIT, wTIT ,
							windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel,
								bCenter, sFontFamily, sFontSize, sFontColor);
}

<!-- Å©·ÒÃ¢³¡ -->


<!-- µ¿¿µ»ó ¹öÆ° -->

function TVplay()
{
	if (MediaPlayer1.PlayState != 2) 
	{
	MediaPlayer1.Play();
	}
}
function TVstop()
{
	MediaPlayer1.Stop(); 
	MediaPlayer1.CurrentPosition=0;
}
function TVpause()
{
	if (MediaPlayer1.PlayState == 2) 
	{
		MediaPlayer1.Pause(); 
	}
}

<!-- µ¿¿µ»ó ¹öÆ° ³¡-->


<!-- Muju Today ÆË¾÷Ã¢ -->
function mjpopup(f,num,id)
{
window.open("/Board/News/mjnews_popup.php?no="+f+"&num="+num+"&id="+id+"&id2="+id,"news","width=450,height=440,scrollbars = no,menubar=no,statusbar=no,left=no,top=no");
}

<!-- Muju Today ÆË¾÷Ã¢ ³¡-->


<!-- Today ÆË¾÷Ã¢ -->
function tdpopup(f,num,id)
{
window.open("/Board/Todaymj/today_popup.php??no="+f+"&num="+num+"&id="+id,"news","width=516,height=400,scrollbars = yes,menubar=no,statusbar=no,left=no,top=no");
}

<!-- Today ÆË¾÷Ã¢ ³¡-->


<!-- ¹«ÁÖÅõ¾î°øÁö ÆË¾÷Ã¢ -->
function mjtoupopup(f,num,id)
{
window.open("/tour/notice/popup.php??no="+f+"&num="+num+"&id="+id,"news","width=450,height=440,scrollbars = no,menubar=no,statusbar=no,left=no,top=no");
}

<!-- ¹«ÁÖÅõ¾î°øÁö ÆË¾÷Ã¢ ³¡-->


<!-- ¹«ÁÖÁÖ¸·°øÁö ÆË¾÷Ã¢ -->
function jumakpopup(f,num,id)
{
window.open("/jumak/notice/popup.php??no="+f+"&num="+num+"&id="+id,"news","width=450,height=440,scrollbars = no,menubar=no,statusbar=no,left=no,top=no");
}

<!-- ¹«ÁÖÁÖ¸·°øÁö ÆË¾÷Ã¢ ³¡-->



<!-- ¹«ÁÖ·¹Á®°øÁö ÆË¾÷Ã¢ -->
function leisurepopup(f,num,id)
{
window.open("/leisure/notice/popup.php??no="+f+"&num="+num+"&id="+id,"news","width=516,height=400,scrollbars = yes,menubar=no,statusbar=no,left=no,top=no");
}

<!-- ¹«ÁÖ·¹Á®°øÁö ÆË¾÷Ã¢ ³¡-->


<!-- Mchannel ÆË¾÷Ã¢ -->
function mchapopup(f,num,id)
{
window.open("/mchannel/notice/popup.php??no="+f+"&num="+num+"&id="+id,"news","width=450,height=440,scrollbars = no,menubar=no,statusbar=no,left=no,top=no");
}

<!-- Mchannel ÆË¾÷Ã¢ ³¡-->


<!-- ÀçÅ×Å© ÆË¾÷Ã¢ -->
function jetechpopup(f,num,id)
{
window.open("/jetech/notice/popup.php??no="+f+"&num="+num+"&id="+id,"news","width=450,height=440,scrollbars = no,menubar=no,statusbar=no,left=no,top=no");
}

<!-- ÀçÅ×Å© ÆË¾÷Ã¢ ³¡-->


<!-- ½ºÅ°ÀÌº¥Æ® ÆË¾÷Ã¢ -->
function eventskipopup(f,num,id)
{
window.open("/eventski/notice/popup.php??no="+f+"&num="+num+"&id="+id,"news","width=450,height=440,scrollbars = no,menubar=no,statusbar=no,left=no,top=no");
}

<!-- ½ºÅ°ÀÌº¥Æ® ÆË¾÷Ã¢ ³¡-->


<!-- Ä¿¹Â´ÏÆ¼ ÆË¾÷Ã¢ -->
function commpopup(f,num,id)
{
window.open("/comm/notice/popup.php??no="+f+"&num="+num+"&id="+id,"news","width=450,height=440,scrollbars = no,menubar=no,statusbar=no,left=no,top=no");
}

<!-- Ä¿¹Â´ÏÆ¼ ÆË¾÷Ã¢ ³¡-->

<!-- ¹«ÁÖ114 °øÁö»çÇ× -->
function mj114popup(f,num,id)
{
window.open("/mj114/no1/popup.php??no="+f+"&num="+num+"&id="+id,"news","width=450,height=440,scrollbars = no,menubar=no,statusbar=no,left=no,top=no");
}

<!-- ¹«ÁÖ114 °øÁö»çÇ× ³¡-->


<!-- ¹«ÁÖ»çÀÌ¹ö°¶·¯¸® -->
function cygpopup(f,num,id)
{
window.open("/gallery/News/mjnews_popup.php??no="+f+"&num="+num+"&id="+id,"news","width=516,height=400,scrollbars = no,menubar=no,statusbar=no,left=no,top=no");
}

<!-- ¹«ÁÖ»çÀÌ¹ö°¶·¯¸®³¡-->



<!-- ³¯¾¾ÆË¾÷ -->

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 MM_openBrWindow(theURL,winName,features) {
window.open(theURL,winName,features);
}

<!-- ÁÖ°¡Áö¼ö°Ë»ö³¡ -->


<!-- ÇÃ·¡½¬ÆË¾÷ -->

function FlashOpenwin(theURL) {
	window.open(theURL, "", "toolbar=no, menubar=no, status=no, location=no, scrolbars=no, resizable=no, width=940, height=635");
}

<!-- ÇÃ·¡½¬ÆË¾÷³¡ -->


<!-- ÆË¾÷¸Þ¼¼Áö -->

function MM_popupMsg(msg) { 
  alert(msg);
}

<!-- ÆË¾÷¸Þ¼¼Áö³¡ -->

<!--ÆË¾÷ -->
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
<!-- ÆË¾÷³¡ -->