/////¼­ºê¸Þ´º ·Ñ¿À¹ö
function img_change(mode) 
{ 
var reg = /(sub.+)_(on|off)/; 
var find = event.srcElement.src.match(reg)[0]; 
var name = event.srcElement.src.match(reg)[1]; 
   
event.srcElement.src = event.srcElement.src.replace(find,name+'_'+mode); 
}



//ÀÌ¹ÌÁö Ä³½¬¿¡ ÀúÀå
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

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 MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}



// ================================================= 
// ÇÃ·¡½Ã
// =================================================
function flashPrint(strFile, width, height, wmode, salign) {
	document.write("<!-- Hixie method --><!--[if IE]><object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='" + width + "' height='" + height + "' id='flash_movie' align='middle'><param name='movie' value='" + strFile + "'><param name='wmode' value='" + wmode + "'><param name='menu' value='false'><param name='scale' value='noscale'><param name='salign' value='" + salign + "'></object><![endif]--><!-- Hixie method --><!--[if !IE]> <--><object type='application/x-shockwave-flash' data='" + strFile + "' width='" + width + "' height='" + height + "'><param name='wmode' value='" + wmode + "'><param name='menu' value='false'><param name='scale' value='noscale'><param name='salign' value='" + salign + "'></object><!--> <![endif]-->");
}

// <script type="text/javascript">flashPrint('/flash/right_customer.swf','226','186','opaque','transparent', 'cm');</script>