//-----------------------------------------------------------------------------------
// ¸¶ÀÌÅ©·Î¼ÒÇÁÆ® ÀÎÅÍ³ÝÀÍ½ºÇÃ·Î·¯ ¾×Æ¼ºê¿¢½º »óÈ£ÄÁÆ®·Ñ ¹®Á¦¿¡ µû¸¥ ÇØ°á ½ºÅ©¸³Æ®
//----------------------------------------------------------------------------------- 

// ÀÎÀÚ ¼³¸í
// s: ¼Ò½ºÆÄÀÏ
// d: ¾ÆÀÌµð
// m: wmode (transparent ³ª opaque µîµî)
// w: ¼Ò½ºÆø
// h: ¼Ò½º³ôÀÌ

function printcode(s, d, m, w, h)
{
        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="+w+" height="+h+" id="+d+">");
        document.write("<param name=wmode value="+m+" />");
        document.write("<param name=movie value="+s+" />");
        document.write("<param name=quality value=high />");
		document.write("<param name=menu value=false />");
        document.write("<embed src="+s+" quality=high wmode="+m+" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash\" width="+w+" height="+h+">");
        document.write("</embed>");
        document.write("</object>");
}

function __ws__(id)
{
 document.write(id.innerHTML);id.id="";
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function onMovePage(obj, flag, target) {

  // ÀÌµ¿ÇÒ url
  var url = obj.options[obj.selectedIndex].value;
  if (url == "") return;

  target = (target == undefined)? "" : target;

  if (flag)
	openPopup("", url, "", "", "", "", "", "fullscreen=no,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes");
  else
	window.location = url;
}