﻿document.writeln("<div id=\"msn\" style=\"BORDER-RIGHT:#455690 1px solid; BORDER-TOP:#a6b4cf 1px solid; Z-INDEX:99999; LEFT:0px;  BORDER-LEFT:#a6b4cf 1px solid; WIDTH:1000px; BORDER-BOTTOM:#455690 1px solid; POSITION:absolute; TOP:0px; HEIGHT:75px; BACKGROUND-COLOR:#c9d3f3\">");
document.writeln("<table width=\"1000\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("  <tr>");
document.writeln("    <td width=\"978\" height=\"75\"><img name=\"daohang03\" src=\"images/daohang03.jpg\" width=\"980\" height=\"75\" border=\"0\" id=\"daohang03\"usemap=\"#m_daohang03\"><map name=\"m_daohang03\" id=\"m_daohang03\"><area shape=\"rect\" coords=\"93,11,138,36\" href=\"card-req.aspx\"><area shape=\"rect\" coords=\"396,11,491,56\" href=\"user-index.aspx\"><area shape=\"rect\" coords=\"150,15,238,58\" href=\"user-index.aspx\"><area shape=\"rect\" coords=\"869,19,962,60\" href=\"supplier-list.aspx\"><area shape=\"rect\" coords=\"636,15,727,57\" href=\"ticket-index.aspx\"><area shape=\"rect\" coords=\"11,22,83,50\" href=\"user-registor.aspx\"></td>");
document.writeln("    <td width=\"22\" height=\"75\" style=\"CURSOR:pointer\" onclick=\"closeDiv();\" title=\"关闭\" background=\"images/close.jpg\"></td>");
document.writeln("  </tr>");
document.writeln("</table>");
document.writeln("</div>");
msn.style.top=document.documentElement.clientHeight-174;
msn.style.left=document.documentElement.clientWidth-225;
moveR();
function moveR() {
	msn.style.top=document.documentElement.scrollTop+document.documentElement.clientHeight-76;
	msn.style.left=(document.documentElement.scrollLeft+document.documentElement.clientWidth-1000)/2;
	setTimeout("moveR();",80)
}
function closeDiv(){
	msn.style.visibility='hidden';
}