//// Ä«Å×°í¸® ¸Þ´º ·Ñ¿À¹ö ÀÌ¹ÌÁö °ü·Ã ÀÚ¹Ù½ºÅ©¸³Æ® _ START

function img_exchange_src(name, rpath, nsdoc) 
{ 
  str = (navigator.appName == 'Netscape') ? nsdoc+'.'+name : 'document.all.'+name;
  img = eval(str);
  if (img) {
    if (img.altsrc == null) {
      img.altsrc = img.src;
      img.src    = rpath;
    } else {
      var temp   = img.src;
      img.src    = img.altsrc;
      img.altsrc = temp;
    }
  } 
}

function img_preload_img()
{ 
  var img_list = namosw_preload_img.arguments;
  if (document.preloadlist == null) 
    document.preloadlist = new Array();
  var top = document.preloadlist.length;
  for (var i=0; i < img_list.length; i++) {
    document.preloadlist[top+i]     = new Image;
    document.preloadlist[top+i].src = img_list[i];
  } 
}

//BODY³» ·Ñ¿À¹ö ½ÃÅ³ ¹öÆ° ÀÌ¹ÌÁö ¼³Á¤°ü·Ã
//onmouseout="img_exchange_src('topmenu01', '/img/topmenu_01v.gif', '')" onmouseover="img_exchange_src('topmenu01', '/img/topmenu_01v.gif', '')"
//// Ä«Å×°í¸® ¸Þ´º ·Ñ¿À¹ö ÀÌ¹ÌÁö °ü·Ã ÀÚ¹Ù½ºÅ©¸³Æ® _ END




//SWF BORDER ¾ø¾Ö´Â ½ºÅ©¸³Æ® _ START
function flash(src,width,height,tr){
    object = '';
    object += '<object type="application/x-shockwave-flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" id="param" width="'+width+'" height="'+height+'">';
    object += '<param name="movie" value="'+src+'">';
    if(tr=='1'){
         object += '<param name="wmode" Value="Transparent">';
    }
    object += '<embed src="'+src+'" quality="high" ';    
    if(tr=='1'){
        object += ' wmode="transparent" ';
    }
    object += 'menu="false" width="'+width+'" height="'+height+'" swliveconnect="true" id="param" name="param" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>';
    object += '</object>';
    document.write(object);
}
//SWF BORDER ¾ø¾Ö´Â ½ºÅ©¸³Æ® _ END





//¼­ºê »ó´Ü FullMenu DIV°ü·Ã ½ºÅ©¸³Æ® _ START
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);
//¼­ºê »ó´Ü FullMenu DIV°ü·Ã ½ºÅ©¸³Æ® _ END
