<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




document.write('<a href="index.html">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="about.htm">About Us</a>');


document.write('&nbsp;|&nbsp;');

document.write(' <a href="residential.htm">Residential</a>');


document.write('&nbsp;|&nbsp;');

document.write(' <a href="commercial.htm">Commercial</a>');


document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact Us</a>');

document.write('<br>GE and GE Security logos are registered trademarks of General Electric.<br>');


document.write('<br><br>All contents &copy; Copyright 2007 Nite Vision Security, LLC<br>');


// EDIT THE NEXT LINE



var brwd	  = "yes"	// SHOW  COPYRIGHT


   if (brwd == "yes") {
document.write('<a href="http://www.bellrockwebdesign.com" target="_blank">A Bell Rock Web Design</a><br>');
}





//  End -->