// -- Horizontal SiteLinks page navigation bar using CCS ----------------------------

// Used at the top navigation bar in te SiteLinks page

document.write('<hr class="line3" size="6" />');
document.write('<h4><font color="black"><b>Netropolus Smart Home Learning Center Subjects-- <font color="green">Click on a subject in the List below:</font></b></font></h4>');

document.write('<div id="wrapper">');
document.write('<div id="nav4">');
document.write('<ul>');
document.write('<li><a href="http://www.netropolus.com/LEARNINGCENTER.htm"><b><font color ="maroon">LEARNING CENTER Home Page</font></b></a></li>&nbsp;');
document.write('<li><a href="http://www.netropolus.com/LEARNINGWhatisHomeAutomation.htm"><b><font color ="maroon">What is Smart Home Automation?</font></b></a></li>&nbsp;');
document.write('<li><a href="http://www.netropolus.com/LEARNINGSecurityAutomation.htm"><b><font color ="maroon">Security & Surveillance Automation</font></b></a></li>&nbsp;');
document.write('<li><a href="http://www.netropolus.com/LEARNING2ZoneHVACExample.htm"><b><font color ="maroon">Multi-Zone HVAC Installation</font></b></a></li>&nbsp;');
document.write('<li><a href="http://www.netropolus.com/LEARNINGLightAutomation.htm"><b><font color ="maroon">Lighting Control & Automation</font></b></a></li>&nbsp;');
document.write('<li><a href="http://www.netropolus.com/LEARNINGRemoteThermostatControl.htm"><b><font color ="maroon">Remote Thermostat Control - via phone</font></b></a></li>&nbsp;');
document.write('<li><a href="http://www.netropolus.com/LEARNINGINSTEONvsZWave.htm"><b><font color ="maroon">INSTEON vs. Z-Wave and X-10</font></b></a></li>&nbsp;');
document.write('<li><a href="http://www.netropolus.com/LEARNINGLinkingMultipleINSTEONDevices.htm"><b><font color ="maroon">Linking Multiple INSTEON Devices</font></b></a></li>&nbsp;');
document.write('</ul></div></div>');