/*******************************************************************************

FILE NAME       :maps.js

DESCRIPTION     :contains image map coordinates

API DEPENDENCIES:none

*******************************************************************************/



document.write('<map name="logo2">');

document.write('<area shape="rect" coords="40,5,78,16" href="../glossary/index.htm" alt="Glossary">');

document.write('<area shape="rect" coords="16,20,78,31" href="../tools/index.htm" alt="Tools &amp; Forms">');

document.write('<area shape="rect" coords="38,35,78,46" href="../sitemap/index.htm" alt="Site Map">');

document.write('<area shape="rect" coords="45,50,78,61" href="../index.htm" alt="Home">');

document.write('<area shape="rect" coords="93,5,161,59" href="../index.htm" alt="MYRIAD">');

document.write('</map>');