<!--

// FLASH ¿ë
function flash_view(flash_src,width,height){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+width+'" height="'+height+'"><PARAM NAME="movie" VALUE="'+flash_src+'"><PARAM NAME="quality" VALUE="high"><param name="wmode" value="transparent"><embed src="'+flash_src+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'"></object>');
}

// ·¹ÀÌ¾î È¿°ú
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 GoFunc() {
	var gourl = document.GoFuncForm.FuncGo[document.GoFuncForm.FuncGo.selectedIndex].value;
	if (gourl != "")
		if (document.GoFuncForm.FuncGo.selectedIndex == document.GoFuncForm.FuncGo.length-1) {
		//alert(gourl);
		window.location.href = "/" + gourl;
		}
		else {	
		//alert("/" + gourl);
		window.location.href = "/" + gourl;
		}
}


// ½ºÅ©·Ñ ¸Þ´º

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 Open_Win(url)
{
OpenWin = window.open (url, "OpenWin", "scrollbars=yes, resizable=no, width=450, height=500, left=150, top=100"); 
OpenWin.focus() ; 
}


// ¿þµùÈ¦ ¿ÀÇÂÃ¢

function Open_Win1(url)
{
OpenWin1 = window.open (url, "OpenWin", "scrollbars=no, resizable=no, width=477, height=491, left=150, top=100"); 
OpenWin1.focus() ; 
}


// ÀÚµ¿À¸·Î ÀÌ¹ÌÁö Å©±â¿¡ ¸ÂÃß¾î »õÃ¢¿­±â

function view(what) { 
var imgwin = window.open("",'wins','scrollbars=no,status=no,toolbar=no,resizable=no,location=no,menu=no,width=500,height=498,left=150,top=100'); 
imgwin.focus(); 
imgwin.document.open(); 
imgwin.document.write("<html>\n"); 
imgwin.document.write("<head>\n"); 
imgwin.document.write("<title>Á¦Ç°¾È³»</title>\n"); //¿ÀÇÂÃ¢ Å¸ÀÌÆ² ÀÌ¸§ ÁöÁ¤ÇÏ´Â ºÎºÐ 

imgwin.document.write("</head>\n"); 
imgwin.document.write('<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" bgcolor="#FFFFFF">\n'); 
imgwin.document.write('<table width="500" border="0" cellspacing="0" cellpadding="0"><tr><td>\n'); 
imgwin.document.write('<img src="../images/letspizza/open_top.gif" width="500" height="55">\n'); 
imgwin.document.write("</td></tr><tr><td>\n"); 

imgwin.document.write("<img border=0 src="+what+" xwidth=100 xheight=9 onClick='window.close();' style='cursor:hand;' border='0'>\n"); 

imgwin.document.write("</td></tr><tr><td>\n"); 
imgwin.document.write("<img src='../images/letspizza/open_down.gif' onClick='window.close();' style='cursor:hand;' border='0'>\n"); 
imgwin.document.write("</td></tr></table>\n"); 

imgwin.document.write("</body>\n"); 
imgwin.document.write("</html>\n"); 
imgwin.document.close(); 
}

//-->


