<!--
self.onError=null;
currentX = currentY = 0; 
whichIt = null; 
lastScrollX = 0; lastScrollY = 0;
NS = (document.layers) ? 1 : 0;
IE = (document.all) ? 1: 0;
<!-- STALKER CODE -->
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 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_jumpMenu(targ,selObj,restore){ //v3.0
  eval("this.location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->

document.writeln("<DIV id=floater style=\"Z-INDEX: 10; LEFT: 818px; WIDTH: 176px; POSITION: absolute; TOP: 80px; HEIGHT: 200px\">");
document.writeln("<table width=\"176\" border=\"0\" cellspacing=\"0\" cellpadding=\"4\">");
document.writeln("<tr>");
document.writeln("<td><img src=\"images/zh-CN/right.jpg\" width=\"176\" height=\"506\" border=\"0\" usemap=\"#Map\"></td>");
document.writeln("<map name=\"Map\">");
document.writeln("<area shape=\"rect\" coords=\"10,12,163,60\" href=\"dialog_1.htm\" target=\"_blank\">");
document.writeln("<area shape=\"rect\" coords=\"10,64,163,112\" href=\"tencent:\/\/message\/?uin=53589898&Site=www.Eeesu.com&Menu=yes\">");
document.writeln("<area shape=\"rect\" coords=\"10,114,163,164\" href=\"msnim:chat?contact=EeeSu@msn.com\">");
document.writeln("<area shape=\"rect\" coords=\"55,220,148,250\" href=\"register.php\">");
document.writeln("<area shape=\"rect\" coords=\"55,260,148,290\" href=\"member.php\">");
document.writeln("<area shape=\"rect\" coords=\"55,300,148,330\" href=\"http://www.Eeesu.com/siteadmin\">");
document.writeln("<area shape=\"rect\" coords=\"55,340,148,370\" href=\"shoppingcart.php\">");
document.writeln("<area shape=\"rect\" coords=\"55,380,148,410\" href=\"viewproduct.php\">");
document.writeln("<area shape=\"rect\" coords=\"55,420,148,450\" href=\"help.html\">");
document.writeln("<area shape=\"rect\" coords=\"55,460,148,490\" href=\"member.php?module=mysupport_supportticketadd\">");
document.writeln("<area shape=\"rect\" coords=\"655,500,148,530\" href=\"#\"></map>");
document.writeln("</tr></table>");
document.writeln("</DIV>");

