document.writeln("<table width=\"89\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" id=\"RollingBanner\" style=\"Z-INDEX: 1; right: 0px; VISIBILITY: visible; POSITION: absolute; TOP: 1324px\">");
document.writeln("<tr>");
document.writeln("<td><img src=\"service\/top.gif\" onClick=\"HideMe(\'RollingBanner\')\" style=\"cursor:hand\" width=\"89\" height=\"26\" border=\"0\" usemap=\"#Map\"><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td><a href=\"msnim:chat?contact=sales@affordwatch.com\"><img src=\"service\/msn.gif\" alt=\"talk on msn\" width=\"89\" height=\"25\" border=\"0\"><\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td><a href=\"mailto:sales@affordwatch.com\"><img src=\"service\/email.gif\" alt=\"email for inquire\" width=\"89\" height=\"25\" border=\"0\"><\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td height=\"25\" align=\"center\" background=\"service\/mid.gif\"><a style=\"text-decoration:none; color:yellow;\" href=\"http:\/\/www.affordwatch.com\/discount.php\" target=\"_blank\">Discount<\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td height=\"25\" align=\"center\" background=\"service\/line.gif\"><a href=\"http:\/\/www.affordwatch.com\/order-pay.php\" target=\"_blank\"><img src=\"service\/paypal.jpg\" alt=\"you can pay us with paypal\" width=\"81\" height=\"53\" border=\"0\"><\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td><img src=\"service\/bottom.gif\" width=\"89\" height=\"12\"><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln("<map name=\"Map\"><area shape=\"rect\" coords=\"74,3,85,14\" href=\"#\"><\/map>")
<!--
if (window.screen.width>800)
{document.getElementById("RollingBanner").style.display="";}

  var isDOM = (document.getElementById ? true : false); 
  var isIE4 = ((document.all && !isDOM) ? true : false);
  var isNS4 = (document.layers ? true : false);
  var isNS = navigator.appName == "Netscape";

  function getRef(id) {
 if (isDOM) return document.getElementById(id);
 if (isIE4) return document.all[id];
 if (isNS4) return document.layers[id];
  }

  var scrollerHeight = 88;
  var puaseBetweenImages = 3000;
  var imageIdx = 0;

  function moveRightEdge() {
 var yMenuFrom, yMenuTo, yOffset, timeoutNextCheck;

 if (isDOM) {
  yMenuFrom   = parseInt (divMenu.style.top, 10);
  if (document.body.scrollTop)
  {
     yMenuTo     = document.body.scrollTop +120; 
   }
  else
  {
  yMenuTo     = (isNS ? window.pageYOffset : document.body.scrollTop)+141 ; 
  }
  //定义浮动窗口离屏幕顶部的距离;
 }
 timeoutNextCheck = 10;

 if (yMenuFrom != yMenuTo) {
  yOffset = Math.ceil(Math.abs(yMenuTo - yMenuFrom) / 20);
  if (yMenuTo < yMenuFrom)
   yOffset = -yOffset;
  if (isNS4)
   divMenu.top += yOffset;
  else if (isDOM)
   divMenu.style.top = parseInt (divMenu.style.top, 10) + yOffset;
   timeoutNextCheck = 10;
 }
 
 cf();
 setTimeout ('moveRightEdge()', timeoutNextCheck);
  }
  
  function cf() {
    
    RollingBanner.style.right=5; 
 //定义浮动窗口离屏幕左边的距离;   
  }
  

  if (isDOM) {
    var divMenu = getRef('RollingBanner');
    divMenu.style.top = (isNS ? window.pageYOffset : document.body.scrollTop) + 100; 
    divMenu.style.visibility = "visible";
    moveRightEdge();
 
  }
  

function HideMe(chipname)
{
this.chipname=chipname;
document.getElementById(chipname).style.display = "none";
}//关闭窗口

//-->