// JavaScript Document

document.write('<img src="img/cvs_home.png" border="0" usemap="#Map">');
document.write('<map name="Map">');
document.write('<area shape="rect" coords="659,30,709,51" href="contact.htm">');
document.write('<area shape="rect" coords="597,30,654,51" href="aboutus.htm">');
document.write('<area shape="rect" coords="529,30,592,51" href="samples.htm">');
document.write('<area shape="rect" coords="483,30,525,51" href="index.php">');
document.write('</map>');

