function flash_print(url, width, height) {
	document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' ");
	document.write("codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' ");
	document.write("width='" + width + "' height='" + height + "'>");
	document.write("  <param name='movie' value='" + url + "'>");
	document.write("  <param name='quality' value='high'>");
	document.write("  <param name='wmode' value='transparent'>");
	document.write("  <embed src='" + url + "' quality='high' ");
	document.write("    pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'  ");
	document.write("    type='application/x-shockwave-flash' ");
	document.write("    width='" + width + "' height='" + height + "'>");
	document.write("  </embed>");
	document.write("</object>");
}
function media_print(url, width, height, autostart) {
	var width_print = (width) ? "width='" + width + "'": "";
	var height_print = (height) ? "height='" + height + "'": "";
	if(!autostart) autostart = '0';
	document.write("<embed src='" + url + "' wmode='transparent'");
	document.write("    "+ width_print + " " + height_print + "");
	document.write("    autostart='" + autostart + "'>");
	document.write("</embed>");
}

//<!-- LOG corp Web Analitics & Live Chat START -->
//<![CDATA[
function logCorpAScript(){
	HTTP_MSN_MEMBER_NAME="";/*member name*/
	var prtc=(document.location.protocol=="https:")?"https://":"http://";
	var hst=prtc+"asp9.http.or.kr";
	var rnd="r"+(new  Date().getTime()*Math.random()*9);
	this.ch=function(){
		if(document.getElementsByTagName("head")[0]){this.dls();}else{window.setTimeout(logCorpAnalysis.ch,30)}
	}
	this.dls=function(){
		var  h=document.getElementsByTagName("head")[0];
		var  s=document.createElement("script");s.type="text/jav"+"ascript";try{s.async=true;}catch(E){};
		if(h){s.src=hst+"/HTTP_MSN/UsrConfig/ilove12/js/ASP_Conf.js?s="+rnd;h.appendChild(s);}
	}
	this.init= function(){
		var pet_str = /dbracer85/;
		if(!pet_str.test(document.location)) {
			document.write('<img src="'+hst+'/[sr].gif?d='+rnd+'"  style="width:1px;height:1px;position:absolute;" alt="" onload="logCorpAnalysis.ch()" />');
		}
	}
}
if(typeof logCorpAnalysis=="undefined"){	var logCorpAnalysis=new logCorpAScript();logCorpAnalysis.init();}
//]]>
//<!-- LOG corp Web Analitics & Live Chat END -->
