

function CreateMap() {
document.write('<img name="uploadTop" src="uploadTop/uploadTop.jpg" width="750" height="180" border="0" usemap="#m_uploadTop" alt="">');
document.write('<map name="m_uploadTop">');
document.write('<area shape="rect" coords="622,121,750,142" href="contactus.htm" alt="" >');
document.write('<area shape="rect" coords="325,146,435,179" href="healthsave.htm" alt="" >');
document.write('<area shape="rect" coords="1,147,130,180" href="specialists.htm" alt="" >');
document.write('<area shape="poly" coords="439,146,596,147,596,177,440,177,439,146" href="mbc.htm" target="_self" alt="" >');
document.write('<area shape="poly" coords="598,147,750,147,750,177,599,176,598,147" href="resources.htm" alt="" >');
document.write('<area shape="rect" coords="132,147,322,177" href="solutions.htm" alt="" >');
document.write('<area shape="rect" coords="0,0,495,141" href="index.html" alt="" >');
document.write('</map>');

}

