<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// NOTE: To edit menus code edit the coolstyle.css


var menuwidth	= "140"	  	// OVERALL MENU WIDTH
var botmline	= "30"	  	// HEIGHT OF VERT LINE OVER MENU
var pageheight	= "200"		// HEIGHTEN ALL SUBPAGES


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" class="printhide"><tr><td>');
document.write('<img src="picts/spacer.gif" HEIGHT="10" WIDTH="10"><br>');
document.write('</td><td valign="top" align="left">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('</td></tr><tr><td class="menu-line">');
document.write('<img src="picts/spacer.gif" height="'+botmline+'" width="'+menuwidth+'"><br>');



// START MENU LINKS

// NOTE: COPY AND PASTE THE NEXT 2 LINES TO MAKE A NEW LINK



document.write('</td></tr><tr><td class="menu">');
document.write('<a href="site_map.htm">site map</a><br>');


//document.write('</td></tr><tr><td class="menu">');
//document.write('<a href="community.htm">community</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="index.html">home</a><br>');



document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu_bottom.gif" HEIGHT="1" WIDTH="81"><br>');

document.write('<p><font color="#66ccff"><a href="mailto:mikea@securityfiresystems.com">Mike Alexander</a></font><br>President &amp; CEO</p>');
document.write('<p><font color="#66ccff"><a href="mailto:stevew@securityfiresystems.com">Steve Williams</a></font><br>Vice President</p>');
document.write('<p><font color="#66ccff"><a href="mailto:jelrod@securityfiresystems.com">John Elrod</a></font><br>Fire Sprinkler &amp; Fire Alarm Sales</p>');
document.write('<p><font color="#66ccff"><a href="mailto:hdavis@securityfiresystems.com">Howard Davis</a></font><br>Design Manager</p>');
document.write('<p><font color="#66ccff"><a href="mailto:markc@securityfiresystems.com">Mark Cantu</a></font><br>Field Operations Manager</p>');
document.write('<p><font color="#66ccff"><a href="mailto:cxa001@uark.edu">Chris Alexander</a></font><br>Design</p>');

document.write('</td></tr></table>');
document.write('</td></tr></table>');


document.write('<img src="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="10"><br>');



//  End -->