function setPng24(obj) { 
    obj.width=obj.height=1; 
    obj.className=obj.className.replace(/\bpng24\b/i,''); 
    obj.style.filter = 
    "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ obj.src +"',sizingMethod='image');" 
    obj.src='';  
    return ''; 
} 




/****************************************************
 ÇÃ·¡½Ã Ãâ·Â ÇÔ¼ö 
 ¾ÆÀÌµð, URL, Æø, ³ôÀÌ¸¸ ÀÔ·Â¹Þ¾Æ¼­ Ãâ·Â
*****************************************************/
function FlashCommon( id, ObjUri, vWidth, vHeight ) {

	var str = "";
	str  = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="' + vWidth + '" height="' + vHeight + ' id="' + id + '" align="middle">';
	str += '<param name="movie" value="' + ObjUri + '">';
	str += '<param name="quality" value="high">';
	str += '<param name="wmode" value="transparent">';
	str += '<param name="bgcolor" value="#ffffff">';
	str += '<embed src="' + ObjUri + '" quality="high" wmode="transparent" bgcolor="#ffffff" width="' + vWidth + '" height="' + vHeight + '" id="' + id + '" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>';
	str += '</object>';

	document.writeln(str);
}



/****************************************************
¸µÅ©½Ã ÀÌ¹ÌÁö Å×µÎ¸® »èÁ¦
*****************************************************/
 function bluring(){ 
  if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus(); 
 } 
 document.onfocusin=bluring; 





/****************************************************
¸Þ´º¸µÅ©
*****************************************************/

function menu(tm) { 

//--------------------------------------------------------[È¸»ç¼Ò°³]

	if(tm == "1") {

		location.href = "/ace/about_us.html";  
	}
//--------------------------------------------------------[°­»çÀÚ°Ý]

	else if(tm == "2") {

		location.href = "/ace/qualification.html";  

	}

//--------------------------------------------------------[Ã¤¿ë¾È³»]
	else if(tm == "3") {

		location.href = "/ace/recruiting.html";  
	}

//--------------------------------------------------------[°­»ç¸®½ºÆ®]
	else if(tm == "4") {

		location.href = "/ace/list.html";  
	}


//--------------------------------------------------------[Ã¤¿ëÀýÂ÷]
	else if(tm == "5") {

		location.href = "/ace/process.html";  
	}



//--------------------------------------------------------[Testimonial]
	else if(tm == "6") {

		location.href = "/zeroboard/zboard.php?id=testimonial";  
	}
}


/****************************************************
¸Þ´º¸µÅ©
*****************************************************/

function e_menu(tm) { 

//--------------------------------------------------------[È¸»ç¼Ò°³]

	if(tm == "1") {

		location.href = "/ace/main.html";  
	}
//--------------------------------------------------------[°­»çÀÚ°Ý]

	else if(tm == "2") {

		location.href = "/ace/eng_qualification.html";  

	}

//--------------------------------------------------------[Ã¤¿ë¾È³»]
	else if(tm == "3") {

		location.href = "/ace/eng_recruiting.html";  
	}

//--------------------------------------------------------[Ã¤¿ëÀýÂ÷]
	else if(tm == "4") {

		location.href = "/ace/eng_process.html";  
	}


//--------------------------------------------------------[ÆÄÆ®³Ê]
	else if(tm == "5") {

		location.href = "/ace/eng_partnership.html";  
	}


//--------------------------------------------------------[info]
	else if(tm == "6") {

		location.href = "/ace/eng_useful_info.html";  
	}

//--------------------------------------------------------[Faq]
	else if(tm == "7") {

		location.href = "/ace/eng_faq.html";  
	}









}

