// Writes the clickable region map for the NA continent.
// Sadly, other common elements, such as the map button itself, cannot be placed here, because 
// javascript cannot parse the multiply nested quotes and double-quotes involved.
// Note that the path name is relative to the document in which this is written, not to this file.
// Every file that calls this must be at the same tree depth.
//
document.write('<map name="regionmap"> ');
document.write('<area shape="rect" coords="26,73,78,102" href="../../maps/maphtm/mexico.htm" alt="Mexico Climb Locator">');
document.write('<area shape="rect" coords="24,45,86,83"  href="../../maps/maphtm/low48.htm" alt="Lower 48 States Climb Locator">');
document.write('<area shape="rect" coords="26,19,81,53"  href="../../maps/maphtm/canada.htm" alt="Canada Climb Locator">');
document.write('<area shape="rect" coords="12,1,36,22"   href="../../maps/maphtm/alaska.htm" alt="Alaska Climb Locator">');
document.write('</map>');
