﻿document.write("<TABLE WIDTH=175 BORDER=0 CELLPADDING=0 CELLSPACING=0>");
document.write("	<TR><TD>");
document.write("<img src='images/blueThumbnail.jpg' width='175' height='198' border='0' usemap='#MapBlue'> ");
document.write("<map name='MapBlue'>");
document.write("  <area shape='rect' coords='57,10,145,43' href='alarms.html' target='_self'>");
document.write("  <area shape='rect' coords='61,129,156,142' href='domestic.html' target='_self'>");
document.write("  <area shape='rect' coords='61,147,161,160' href='commercial.html' target='_self'>");
document.write("  <area shape='rect' coords='61,164,142,178' href='police.html' target='_self'>");
document.write("  <area shape='rect' coords='110,183,173,195' href='alarms.html' target='_self'>");
document.write("</map>");
document.write("	</TD></TR>");
document.write("</TABLE>");

