// µû¶ó´Ù´Ï´Â ¸Þ´º °ü·Ã (¸ðµ¨-¿Â¶óÀÎ°ßÀû¸µÅ©) 
self.onError=null;
currentX = currentY = 0; 
whichIt = null; 
lastScrollX = 0; lastScrollY = 0;
NS = (document.layers) ? 1 : 0;
IE = (document.all) ? 1: 0;
function heartBeat() {
if(IE) { 
diffY = document.body.scrollTop; 
diffX = 0; 
}
if(NS) { diffY = self.pageYOffset; diffX = self.pageXOffset; }
if(diffY != lastScrollY) {
percent = .1 * (diffY - lastScrollY);
if(percent > 0) percent = Math.ceil(percent);
else percent = Math.floor(percent);
if(IE) document.all.floater.style.pixelTop += percent;
if(NS) document.floater.top += percent; 
lastScrollY = lastScrollY + percent;
}
if(diffX != lastScrollX) {
percent = .1 * (diffX - lastScrollX);
if(percent > 0) percent = Math.ceil(percent);
else percent = Math.floor(percent);
if(IE) document.all.floater.style.pixelLeft += percent;
if(NS) document.floater.top += percent;
lastScrollY = lastScrollY + percent;
} 
} 
if(NS || IE) action = window.setInterval("heartBeat()",1);

function view_online_estimation () {
	document.write("<div id=floater style=\"left:815;top:245;width:92; height:106; z-index:10\">");
	document.write("<!--<a href=\"javascript:launch()\" onfocus=\"this.blur();\"><img src=\"/images/automobile/models/banner001.gif\" border=\"0\"></a><br>--><!--<a href=\"/html/automobile/estimation/estimation/estimation_step01.jsp\" onfocus=\"this.blur();\"><img src=\"/images/automobile/models/img_go_estimation2.gif\" border=\"0\"></a><br>--><a href=\"/html/automobile/models/catalog/catalog_apply.jsp\" onfocus=\"this.blur();\"><img src=\"/images/automobile/models/banner002.gif\" border=\"0\"></a><br><a href=\"http://www.hondakorea.co.kr/images/automobile/models/NewACCORD.zip\" onfocus=\"this.blur();\"><img src=\"/images/automobile/models/banner005.gif\" border=\"0\"></a><br><a href=\"http://www.hondakorea.co.kr/images/automobile/models/CR-V.zip\" onfocus=\"this.blur();\"><img src=\"/images/automobile/models/banner003.gif\" border=\"0\"></a><br><a href=\"http://www.hondakorea.co.kr/images/automobile/models/CIVIC.zip\" onfocus=\"this.blur();\"><img src=\"/images/automobile/models/banner004.gif\" border=\"0\"></a><br><a href=\"http://www.hondakorea.co.kr/images/automobile/models/insight.zip\" onfocus=\"this.blur();\"><img src=\"/images/automobile/models/banner008.jpg\" border=\"0\"></a><BR><a href=\"http://www.hondakorea.co.kr/html/automobile/models/cr-z/micro/download/cr-z.zip\" onfocus=\"this.blur();\"><img src=\"/images/automobile/models/banner008.gif\" border=\"0\"></a>");
    document.write("</div>");
}
