// JavaScript Document
//Menu Map

document.write('<map name="MenuMap" id="MenuMap">');
document.write('<area shape="rect" coords="232,7,314,35" href="#" />');
document.write('<area shape="rect" coords="323,8,405,38" href="index.aspx" />');
document.write('<area shape="rect" coords="422,8,502,36" href="Cards.aspx" />');
document.write('<area shape="rect" coords="509,8,590,36" href="http://shop.xinmin.cn/" target="_blank" />');
document.write('<area shape="rect" coords="603,7,673,34" href="Veneus.html" />');
document.write('<area shape="rect" coords="693,7,764,36" href="Help.aspx" />');
document.write('<area shape="rect" coords="778,9,858,37" href="GroupSales.aspx" />');
document.write('<area shape="rect" coords="873,8,944,37" href="Messages.aspx" />');
document.write('</map>');

//Bottom Menu Map

document.write('<map name="BottomMenuMap" id="BottomMenuMap">');
document.write('<area shape="rect" coords="28,11,91,43" href="help.aspx" />');
document.write('<area shape="rect" coords="96,7,154,41" href="#" />');
document.write('<area shape="rect" coords="162,10,221,44" href="#" />');
document.write('<area shape="rect" coords="231,7,287,46" href="#" />');
document.write('<area shape="rect" coords="617,7,808,46" href="http://www.shanghaidaily.com/" target="_blank" />');
document.write('<area shape="rect" coords="850,4,956,48" href="http://www.china.com.cn/" target="_blank" />');
document.write('<area shape="rect" coords="293,8,358,42" href="#" />');
document.write('</map>');



