Hello
I have a javascript that changes an image when u rollover it..
EX. I have a map and each state is an image.. when i rollover it, the state highlights, and i can click on the state and it brings me to a page in coldfusion that lists all the street listings for that state...
what i want to incorporate into the script is this:
when i rollover a state, i want it to change text underneath the map...
Number of Street Directories in MA: 5
so MA and 5 would be the text that changes depending on the state... and the number of streets will come from reading the StreetDirectory table in my database.
Here is my current code:
<!--- Say you have a query to pull the reviews per street --->
<cfquery name="getStreets" DATASOURCE="#request.dsn#">
SELECT StreetID, streetname, NumberOfReviews, City, State, USlocation
FROM StreetDirectory
order by StreetName
</cfquery>
<div align="center"><img src="../maps/blankmap-01.jpg" width="285" height="198" name="otherImage" usemap="#otherImageMap" border="3" alt=""><span class="titles">
<map name="otherImageMap">
<area shape="poly" coords="66,133" href="#">
<area shape="poly" coords="65,132,46,131,31,137,31,145,32,161,36,181,59,170,73,163,96,176,100,171,86,163,72,161,65,133" href="StateDirectory.cfm?State=AK" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage50')" alt="Alaska" title="Alaska">
<area shape="poly" coords="90,146,110,152,115,162,121,158,115,149,92,141,90,146" href="StateDirectory.cfm?State=HA" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage51')" alt="Hawaii" title="Hawaii">
<area shape="poly" coords="51,108,55,98,34,69,39,51,20,46,17,54,22,91,38,107,51,108" href="StateDirectory.cfm?State=CA" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage10')" alt="California" title="California">
<area shape="poly" coords="50,108,66,117,79,118,84,86,59,83,58,89,54,88,51,108" href="StateDirectory.cfm?State=AZ" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage9')" alt="Arizona" title="Arizona">
<area shape="poly" coords="53,92,54,89,57,89,65,56,39,51,34,72,53,93" href="StateDirectory.cfm?State=NV" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage11')" alt="Nevada" title="Nevada">
<area shape="poly" coords="19,46,52,53,55,44,55,40,59,35,32,28,28,23,18,46" href="StateDirectory.cfm?State=MT" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage22')" alt="Montanta" title="Montanta">
<area shape="poly" coords="58,83,82,86,86,65,76,63,78,58,64,56,59,82" href="StateDirectory.cfm?State=UT" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage12')" alt="Utah" title="Utah">
<area shape="poly" coords="106,100" href="#">
<area shape="poly" coords="78,56,80,43,72,43,62,21,65,15,60,14,57,32,52,51,77,58" href="StateDirectory.cfm?State=ID" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage21')" alt="Idaho" title="Idaho">
<area shape="poly" coords="87,81" href="#">
<area shape="poly" coords="56,33,33,28,29,22,29,12,37,15,37,11,59,17,56,35" href="StateDirectory.cfm?State=WA" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage23')" alt="Washington" title="Washington">
<area shape="poly" coords="79,44,81,39,109,45,113,24,64,15,60,22,72,44,79,45" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage24')">
<area shape="poly" coords="111,45,109,67,78,63,82,42,112,44" href="StateDirectory.cfm?State=WY" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage20')" alt="Wyoming" title="Wyoming">
<area shape="poly" coords="86,64,118,68,118,91,82,86,87,65" href="StateDirectory.cfm?State=CO" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage13')" alt="Colorado" title="Colorado">
<area shape="poly" coords="80,119,91,116,110,118,111,90,82,87,80,121" href="StateDirectory.cfm?State=NM" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage8')" alt="New Mexico" title="New Mexico">
<area shape="poly" coords="89,116,108,136,114,130,128,150,141,155,137,141,157,130,160,123,155,110,136,108,125,102,128,94,112,92,110,117,88,116" href="StateDirectory.cfm?State=TX" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage1')" alt="Texas" title="Texas">
<area shape="poly" coords="118,89,151,91,153,109,140,109,125,103,128,94,117,93,117,87" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage15')">
<area shape="poly" coords="118,89,153,91,153,83,148,72,118,74,119,89" href="StateDirectory.cfm?State=KS" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage14')" alt="Kansas" title="Kansas">
<area shape="poly" coords="119,74,147,71,143,59,110,55,108,68,120,69,120,76" href="StateDirectory.cfm?State=NE" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage19')" alt="Nebraska" title="Nebraska">
<area shape="poly" coords="143,61,142,41,111,39,111,55,142,60" href="StateDirectory.cfm?State=SD" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage26')" alt="South Dakota" title="South Dakota">
<area shape="poly" coords="143,41,141,25,111,23,110,39,142,41" href="StateDirectory.cfm?State=ND" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage25')" alt="North Dakota" title="North Dakota">
<area shape="poly" coords="142,56,169,53,162,48,161,41,164,34,172,27,142,24,144,56" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage27')">
<area shape="poly" coords="143,56,166,53,174,63,166,70,147,72,142,57" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage18')">
<area shape="poly" coords="147,71,153,82,153,95,177,93,179,91,174,81,168,70,146,71" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage17')">
<area shape="poly" coords="154,95,155,111,173,113,170,111,177,95,154,94" href="test.htm" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage16')">
<area shape="poly" coords="157,111,173,115,169,125,179,123,184,135,158,133,161,122,155,110" href="StateDirectory.cfm?State=LA" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage2')" alt="Louisiana" title="Louisiana">
<area shape="poly" coords="186,124,184,99,175,101,168,113,169,124,182,130,186,125" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage3')">
<area shape="poly" coords="175,102,202,99,215,88,176,93,176,100" href="StateDirectory.cfm?State=TN" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage52')" alt="Tennesee" title="Tennesee">
<area shape="poly" coords="179,91,184,83,183,59,171,59,176,63,168,72,180,91" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage30')">
<area shape="poly" coords="172,58,184,58,182,41,166,35,160,41,161,49,171,58" href="StateDirectory.cfm?State=IL" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage28')" alt="Illinois" title="Illinois">
<area shape="poly" coords="184,43,185,39,198,38,191,34,179,35,179,30,169,36,184,43" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage29')">
<area shape="poly" coords="189,61,186,45,193,40,202,46,206,55,202,61,186,61" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage32')">
<area shape="poly" coords="198,61,200,73,183,85,183,62,202,63" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage31')">
<area shape="poly" coords="183,85,199,77,209,78,213,85,208,89,177,94,184,85" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage34')">
<area shape="poly" coords="183,101,197,100,204,115,204,123,187,126,182,103" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage4')">
<area shape="poly" coords="202,123,222,119,234,141,233,153,228,151,219,139,218,133,210,125,205,129,198,125,188,128,192,124,204,122" href="StateDirectory.cfm?State=FL" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage6')" alt="Florida" title="Florida">
<area shape="poly" coords="197,99,210,99,224,113,222,121,203,123,203,114,196,100" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage5')">
<area shape="poly" coords="207,98,218,95,226,97,233,102,224,113,207,99" href="StateDirectory.cfm?State=SC" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage7')" alt="South Carolina" title="South Carolina">
<area shape="poly" coords="203,97,215,88,245,85,236,102,219,96,203,99" href="StateDirectory.cfm?State=NC" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage53')" alt="North Carolina" title="North Carolina">
<area shape="poly" coords="212,88,242,85,239,75,235,75,231,70,225,77,212,88" href="StateDirectory.cfm?State=VA" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage35')" alt="Virginia" title="Virginia">
<area shape="poly" coords="213,86,210,80,217,68,223,71,228,69,233,71,214,87" href="StateDirectory.cfm?State=WV" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage36')" alt="West Virginia" title="West Virginia">
<area shape="poly" coords="200,75,210,79,218,69,216,58,200,62,201,75" href="StateDirectory.cfm?State=OH" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage33')" alt="Ohio" title="Ohio">
<area shape="poly" coords="218,69,242,63,242,58,239,54,216,58,217,70" href="StateDirectory.cfm?State=PA" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage37')" alt="Pennsylvania" title="Pennsylvania">
<area shape="poly" coords="227,68,240,64,240,75,228,69" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage39')">
<area shape="poly" coords="240,68,246,70,245,78,240,76,240,69" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage40')">
<area shape="poly" coords="249,60,240,56,241,68,245,71,249,61" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage41')">
<area shape="poly" coords="247,57,243,36,234,40,231,47,220,50,216,57,239,54,247,59" href="StateDirectory.cfm?State=NY" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage42')" alt="New York" title="New York">
<area shape="poly" coords="246,52,254,51,254,55,245,57,246,52" href="StateDirectory.cfm?State=CT" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage44')" alt="Conneticuit" title="Conneticuit">
<area shape="poly" coords="247,46,257,46,265,50,258,51,248,51,247,47" href="StateDirectory.cfm?State=MA" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage46')" alt="Massachusetts" title="Massachusetts">
<area shape="poly" coords="245,46,249,47,250,34,243,36,246,48" href="StateDirectory.cfm?State=VT" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage47')" alt="Vermont" title="Vermont">
<area shape="poly" coords="250,45,257,45,252,32,250,35,250,47" href="StateDirectory.cfm?State=NH" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage48')" alt="New Hampshire" title="New Hampshire">
<area shape="poly" coords="258,44,271,32,260,18,257,18,251,33,258,45" href="StateDirectory.cfm?State=ME" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage49')" alt="Maine" title="Maine">
<area shape="poly" coords="253,51,254,55,260,52,252,50" href="StateDirectory.cfm?State=RI" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage45')" alt="Rhode Island" title="Rhode Island">
</map>
</span>
<font color="#CC0000">Number of Street Directories in MA: 5
I have a javascript that changes an image when u rollover it..
EX. I have a map and each state is an image.. when i rollover it, the state highlights, and i can click on the state and it brings me to a page in coldfusion that lists all the street listings for that state...
what i want to incorporate into the script is this:
when i rollover a state, i want it to change text underneath the map...
Number of Street Directories in MA: 5
so MA and 5 would be the text that changes depending on the state... and the number of streets will come from reading the StreetDirectory table in my database.
Here is my current code:
<!--- Say you have a query to pull the reviews per street --->
<cfquery name="getStreets" DATASOURCE="#request.dsn#">
SELECT StreetID, streetname, NumberOfReviews, City, State, USlocation
FROM StreetDirectory
order by StreetName
</cfquery>
<div align="center"><img src="../maps/blankmap-01.jpg" width="285" height="198" name="otherImage" usemap="#otherImageMap" border="3" alt=""><span class="titles">
<map name="otherImageMap">
<area shape="poly" coords="66,133" href="#">
<area shape="poly" coords="65,132,46,131,31,137,31,145,32,161,36,181,59,170,73,163,96,176,100,171,86,163,72,161,65,133" href="StateDirectory.cfm?State=AK" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage50')" alt="Alaska" title="Alaska">
<area shape="poly" coords="90,146,110,152,115,162,121,158,115,149,92,141,90,146" href="StateDirectory.cfm?State=HA" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage51')" alt="Hawaii" title="Hawaii">
<area shape="poly" coords="51,108,55,98,34,69,39,51,20,46,17,54,22,91,38,107,51,108" href="StateDirectory.cfm?State=CA" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage10')" alt="California" title="California">
<area shape="poly" coords="50,108,66,117,79,118,84,86,59,83,58,89,54,88,51,108" href="StateDirectory.cfm?State=AZ" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage9')" alt="Arizona" title="Arizona">
<area shape="poly" coords="53,92,54,89,57,89,65,56,39,51,34,72,53,93" href="StateDirectory.cfm?State=NV" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage11')" alt="Nevada" title="Nevada">
<area shape="poly" coords="19,46,52,53,55,44,55,40,59,35,32,28,28,23,18,46" href="StateDirectory.cfm?State=MT" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage22')" alt="Montanta" title="Montanta">
<area shape="poly" coords="58,83,82,86,86,65,76,63,78,58,64,56,59,82" href="StateDirectory.cfm?State=UT" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage12')" alt="Utah" title="Utah">
<area shape="poly" coords="106,100" href="#">
<area shape="poly" coords="78,56,80,43,72,43,62,21,65,15,60,14,57,32,52,51,77,58" href="StateDirectory.cfm?State=ID" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage21')" alt="Idaho" title="Idaho">
<area shape="poly" coords="87,81" href="#">
<area shape="poly" coords="56,33,33,28,29,22,29,12,37,15,37,11,59,17,56,35" href="StateDirectory.cfm?State=WA" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage23')" alt="Washington" title="Washington">
<area shape="poly" coords="79,44,81,39,109,45,113,24,64,15,60,22,72,44,79,45" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage24')">
<area shape="poly" coords="111,45,109,67,78,63,82,42,112,44" href="StateDirectory.cfm?State=WY" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage20')" alt="Wyoming" title="Wyoming">
<area shape="poly" coords="86,64,118,68,118,91,82,86,87,65" href="StateDirectory.cfm?State=CO" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage13')" alt="Colorado" title="Colorado">
<area shape="poly" coords="80,119,91,116,110,118,111,90,82,87,80,121" href="StateDirectory.cfm?State=NM" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage8')" alt="New Mexico" title="New Mexico">
<area shape="poly" coords="89,116,108,136,114,130,128,150,141,155,137,141,157,130,160,123,155,110,136,108,125,102,128,94,112,92,110,117,88,116" href="StateDirectory.cfm?State=TX" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage1')" alt="Texas" title="Texas">
<area shape="poly" coords="118,89,151,91,153,109,140,109,125,103,128,94,117,93,117,87" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage15')">
<area shape="poly" coords="118,89,153,91,153,83,148,72,118,74,119,89" href="StateDirectory.cfm?State=KS" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage14')" alt="Kansas" title="Kansas">
<area shape="poly" coords="119,74,147,71,143,59,110,55,108,68,120,69,120,76" href="StateDirectory.cfm?State=NE" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage19')" alt="Nebraska" title="Nebraska">
<area shape="poly" coords="143,61,142,41,111,39,111,55,142,60" href="StateDirectory.cfm?State=SD" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage26')" alt="South Dakota" title="South Dakota">
<area shape="poly" coords="143,41,141,25,111,23,110,39,142,41" href="StateDirectory.cfm?State=ND" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage25')" alt="North Dakota" title="North Dakota">
<area shape="poly" coords="142,56,169,53,162,48,161,41,164,34,172,27,142,24,144,56" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage27')">
<area shape="poly" coords="143,56,166,53,174,63,166,70,147,72,142,57" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage18')">
<area shape="poly" coords="147,71,153,82,153,95,177,93,179,91,174,81,168,70,146,71" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage17')">
<area shape="poly" coords="154,95,155,111,173,113,170,111,177,95,154,94" href="test.htm" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage16')">
<area shape="poly" coords="157,111,173,115,169,125,179,123,184,135,158,133,161,122,155,110" href="StateDirectory.cfm?State=LA" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage2')" alt="Louisiana" title="Louisiana">
<area shape="poly" coords="186,124,184,99,175,101,168,113,169,124,182,130,186,125" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage3')">
<area shape="poly" coords="175,102,202,99,215,88,176,93,176,100" href="StateDirectory.cfm?State=TN" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage52')" alt="Tennesee" title="Tennesee">
<area shape="poly" coords="179,91,184,83,183,59,171,59,176,63,168,72,180,91" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage30')">
<area shape="poly" coords="172,58,184,58,182,41,166,35,160,41,161,49,171,58" href="StateDirectory.cfm?State=IL" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage28')" alt="Illinois" title="Illinois">
<area shape="poly" coords="184,43,185,39,198,38,191,34,179,35,179,30,169,36,184,43" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage29')">
<area shape="poly" coords="189,61,186,45,193,40,202,46,206,55,202,61,186,61" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage32')">
<area shape="poly" coords="198,61,200,73,183,85,183,62,202,63" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage31')">
<area shape="poly" coords="183,85,199,77,209,78,213,85,208,89,177,94,184,85" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage34')">
<area shape="poly" coords="183,101,197,100,204,115,204,123,187,126,182,103" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage4')">
<area shape="poly" coords="202,123,222,119,234,141,233,153,228,151,219,139,218,133,210,125,205,129,198,125,188,128,192,124,204,122" href="StateDirectory.cfm?State=FL" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage6')" alt="Florida" title="Florida">
<area shape="poly" coords="197,99,210,99,224,113,222,121,203,123,203,114,196,100" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage5')">
<area shape="poly" coords="207,98,218,95,226,97,233,102,224,113,207,99" href="StateDirectory.cfm?State=SC" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage7')" alt="South Carolina" title="South Carolina">
<area shape="poly" coords="203,97,215,88,245,85,236,102,219,96,203,99" href="StateDirectory.cfm?State=NC" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage53')" alt="North Carolina" title="North Carolina">
<area shape="poly" coords="212,88,242,85,239,75,235,75,231,70,225,77,212,88" href="StateDirectory.cfm?State=VA" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage35')" alt="Virginia" title="Virginia">
<area shape="poly" coords="213,86,210,80,217,68,223,71,228,69,233,71,214,87" href="StateDirectory.cfm?State=WV" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage36')" alt="West Virginia" title="West Virginia">
<area shape="poly" coords="200,75,210,79,218,69,216,58,200,62,201,75" href="StateDirectory.cfm?State=OH" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage33')" alt="Ohio" title="Ohio">
<area shape="poly" coords="218,69,242,63,242,58,239,54,216,58,217,70" href="StateDirectory.cfm?State=PA" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage37')" alt="Pennsylvania" title="Pennsylvania">
<area shape="poly" coords="227,68,240,64,240,75,228,69" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage39')">
<area shape="poly" coords="240,68,246,70,245,78,240,76,240,69" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage40')">
<area shape="poly" coords="249,60,240,56,241,68,245,71,249,61" href="StateDirectory.cfm?State=" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage41')">
<area shape="poly" coords="247,57,243,36,234,40,231,47,220,50,216,57,239,54,247,59" href="StateDirectory.cfm?State=NY" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage42')" alt="New York" title="New York">
<area shape="poly" coords="246,52,254,51,254,55,245,57,246,52" href="StateDirectory.cfm?State=CT" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage44')" alt="Conneticuit" title="Conneticuit">
<area shape="poly" coords="247,46,257,46,265,50,258,51,248,51,247,47" href="StateDirectory.cfm?State=MA" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage46')" alt="Massachusetts" title="Massachusetts">
<area shape="poly" coords="245,46,249,47,250,34,243,36,246,48" href="StateDirectory.cfm?State=VT" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage47')" alt="Vermont" title="Vermont">
<area shape="poly" coords="250,45,257,45,252,32,250,35,250,47" href="StateDirectory.cfm?State=NH" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage48')" alt="New Hampshire" title="New Hampshire">
<area shape="poly" coords="258,44,271,32,260,18,257,18,251,33,258,45" href="StateDirectory.cfm?State=ME" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage49')" alt="Maine" title="Maine">
<area shape="poly" coords="253,51,254,55,260,52,252,50" href="StateDirectory.cfm?State=RI" "#viewer" onMouseOver="changeImages('otherImage', 'otherImage45')" alt="Rhode Island" title="Rhode Island">
</map>
</span>
<font color="#CC0000">Number of Street Directories in MA: 5