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 '';
}


function order_print_fun() 
{ 
 p = order_print.innerHTML 
 var width = 685; 
 var height = 700; 
 ypwindow = window.open("", "Order_print", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,copyhistory=0,width="+width+",height="+height+",top=0,left=0"); 
 ypwindow.document.open(); 
 ypwindow.document.write("<html><head><title>ÅÂ¾Æº¸Çè¸ô º¸Çè»óÇ°</title></head>"); 
 ypwindow.document.write("<body leftmargin=0 topmargin=0 onload=\"window.print();self.close();\">"); 
 ypwindow.document.write("<style>.m_bar1{text-align:center; font-weight:bold; line-height:34px;  background-color:#525FD9; height:28px;}.m_bar2{text-align:center; font-weight:bold;  background-color:#dae7f8;}.m_bar3{text-align:center; font-weight:bold; line-height:34px;  background-color:#f0e4b5; height:28px;}.m_tablel {text-align:left; padding:5 5 5 10; background-color:#FFFFFF;}.m_tableb {text-align:center; padding:5 0 5 0; background-color:#FFFFFF; font-weight:bold;}.m_tablep {text-align:center; padding:5 0 5 0; background-color:#FFFFF; font-weight:bold;}.m_tablec {text-align:center; padding:5 0 5 0; background-color:#FFFFFF;}.m_pay {text-align:right; padding: 5 5 5 0 ; background-color:#FFFFFF;}TD {font-size:9pt; color: #333333; font-family:verdana,±¼¸²,tahoma; text-decoration: none; line-height:140%;letter-spacing: 0pt} b.r{ color: #D43617;} b.w { color: #ffffff;}select, textarea {font-family:µ¸¿ò, seoul, arial, helvetica; border-width:1; border-color:#cccccc; border-style:groove; font-size:12px; color:#616161; margin-top:0; margin-bottom:0; line-height:125%;padding-left:4}body,DIV,TABLE {font-size:9pt; font-family:±¼¸²,µ¸À½,verdana,tahoma; color:#747474; line-height:140%}</style>"); 
 ypwindow.document.write("<img src=http://insubebe.com/images/goods/spec_tel.gif border=0><br><br>"); 
 ypwindow.document.write(p); 
 ypwindow.document.write("</body></html>"); 
 ypwindow.document.close(); 
} 

