function main(){window.document.location.href="/insiter.php";}

// È¸»ç¼Ò°³
function sub0101(){window.document.location.href="/insiter.php?design_file=3645.php";}
function sub0102(){window.document.location.href="/insiter.php?design_file=3646.php";}
function sub0103(){window.document.location.href="/insiter.php?design_file=3647.php";}
function sub0104(){window.document.location.href="/insiter.php?design_file=3747.php";}
function sub0105(){window.document.location.href="/insiter.php?design_file=3687.php&OM_15=on";}
function sub0106(){window.document.location.href="/insiter.php?design_file=3649.php";}
function sub0107(){window.document.location.href="/insiter.php?design_file=3650.php";}
function sub0108(){window.document.location.href="/insiter.php?design_file=3651.php";}
function sub0109(){window.document.location.href="/insiter.php?design_file=3652.php";}


// Áý¸ÕÁöÁøµæÀÌ
function sub0201(){window.document.location.href="/insiter.php?design_file=3655.php";}
function sub0202(){window.document.location.href="/insiter.php?design_file=3656.php";}
function sub0203(){window.document.location.href="/insiter.php?design_file=3657.php";}
function sub0204(){window.document.location.href="/insiter.php?design_file=3693.php";}


// ¾Ë·º½º¼­ºñ½º
function sub0301(){window.document.location.href="/insiter.php?design_file=3662.php&OM_31=on";}
function sub0302(){window.document.location.href="/insiter.php?design_file=3665.php&OM_32=on";}
function sub0303(){window.document.location.href="/insiter.php?design_file=3667.php&OM_33=on";}
function sub030301(){window.document.location.href="/insiter.php?design_file=3668.php&OM_33=on";}


// ¼öÇÇ¾Æ¼­ºñ½º
function sub0401(){window.document.location.href="/insiter.php?design_file=3672.php&OM_41=on";}
function sub0402(){window.document.location.href="/insiter.php?design_file=3676.php&OM_42=on";}
function sub0403(){window.document.location.href="/insiter.php?design_file=3817.php&OM_43=on";}


// °¡»ó°ßÀû
function sub0501(){window.document.location.href="/insiter.php?design_file=3783.php";}
function sub0502(){window.document.location.href="/insiter.php?design_file=3679.php";}


// Ã¢¾÷¾È³»
function sub0601(){window.document.location.href="/insiter.php?design_file=3680.php";}
function sub0602(){window.document.location.href="/insiter.php?design_file=3681.php";}
function sub0603(){window.document.location.href="/insiter.php?design_file=3682.php";}
function sub0604(){window.document.location.href="/insiter.php?design_file=3683.php";}
function sub0605(){window.document.location.href="/insiter.php?design_file=3684.php";}
function sub0606(){window.document.location.href="/insiter.php?design_file=3685.php";}
function sub0607(){window.document.location.href="/insiter.php?design_file=3686.php";}


// °í°´¼¾ÅÍ
function sub0701(){window.document.location.href="/insiter.php?design_file=3705.php";}
function sub0702(){window.document.location.href="/insiter.php?design_file=3770.php";}
function sub0703(){window.document.location.href="/insiter.php?design_file=3717.php&OM_73=on";}
function sub0704(){window.document.location.href="/insiter.php?design_file=3723.php";}
function sub0705(){window.document.location.href="/insiter.php?design_file=3729.php";}
function sub0706(){window.document.location.href="/insiter.php?design_file=3735.php";}


//////////////////////////////
function sub0801(){window.document.location.href="/daks/sub08/08_01.php?chk_on=m1";}
function sub0802(){window.document.location.href="/daks/sub08/08_02.php?chk_on=m2";}
function sub0803(){window.document.location.href="/daks/sub08/08_03.php?chk_on=m3";}
function sub0804(){window.document.location.href="/daks/sub08/08_04.php?chk_on=m4";}
function sub0805(){window.document.location.href="/daks/sub08/08_05.php?chk_on=m5";}



//Window Open
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 setEmbed() 
{ 
  var obj = new String; 
  var parameter = new String;
  var embed = new String; 
  var html = new String; 
  var allParameter = new String; 
  var clsid = new String; 
  var codebase = new String; 
  var pluginspace = new String; 
  var embedType = new String; 
  var src = new String; 
  var width = new String; 
  var height = new String; 

    
  this.init = function( getType , s ,w , h ) { 
      
      if ( getType == "flash") 
      { 

        clsid = "D27CDB6E-AE6D-11cf-96B8-444553540000";        
        codebase = "http://downlocd.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"; 
        pluginspage = "http://www.macromedia.com/go/getflashplayer"; 
        embedType = "application/x-shockwave-flash"; 
      } 
      /* type Ãß°¡ 
      else if ( ) 
      { 
      } 
      */ 
            
      parameter += "<param name='movie' value='"+ s + "'>\n";  
      parameter += "<param name='quality' value='high'>\n";    
      
      src = s; 
      width = w; 
      height = h; 
  } 
  
  this.parameter = function( parm , value ) {      
      parameter += "<param name='"+parm +"' value='"+ value + "'>\n";        
      allParameter += " "+parm + "='"+ value+"'"; 
  }  
  
  this.show = function() { 
      if ( clsid ) 
      { 
        obj = "<object classid=\"clsid:"+ clsid +"\" codebase=\""+ codebase +"\" width='"+ width +"' height='"+ height +"'>\n"; 
      } 
      
      embed = "<embed src='" + src + "' pluginspage='"+ pluginspage + "' type='"+ embedType + "' width='"+ width + "' height='"+ height +"'"+ allParameter +" ></embed>\n"; 
      
      if ( obj ) 
      { 
        embed += "</object>\n"; 
      } 
      
      html = obj + parameter + embed; 
      
      document.write( html );  
  } 
  
} 




 
// Image rollover
var changedImg;
function EImgChg(flag)
{	
	source=event.srcElement;
	if (source.name == "")
	{ return false;	}

	if(changedImg == source.name)
	return;

	else if (document.images && source.tagName=="IMG")	{
			imgElement = source.name;
			imgPath = source.src;

			imgPathLen = imgPath.length;
			imgPathFlag = imgPath.lastIndexOf("/");
			imgName = imgPath.substring(0,imgPathFlag+1);

			document.images[imgElement].src = imgName + imgElement + "_" + flag + ".gif";
	}
}
