document.write('<!--Home drop down menu -->');
document.write('<div id="homemenu" class="dropmenudiv" style="width: 100px;">');
document.write('<a href="../Home.html" style="font-weight: normal;">Home Page</a>');
document.write('<a href="../Support_Videos.html" style="font-weight: normal;">DataHub Videos</a>');
document.write('<a href="../Examples/Examples.html" style="font-weight: normal;">Examples</a>');
document.write('<a href="../Customers.html" style="font-weight: normal;">Customer List</a>');
document.write('<a href="../Testimonials.html" style="font-weight: normal;">Testimonials</a>');
document.write('<a href="../SuccessStories.html" style="font-weight: normal;">Success Stories</a>');
document.write('<a href="../News/cogentnews.html" style="font-weight: normal;">News Archive</a>');
document.write('<a href="../WhatIsOPC.html" style="font-weight: normal;">What is OPC?</a>');
document.write('</div>');

document.write('<!--Features drop down menu -->');       
document.write('<div id="featuresmenu" class="dropmenudiv" style="width: 110px;">');
document.write('<a href="../Features/OPC_Tunnelling.html" style="font-weight: normal;">OPC Tunnelling</a>');
document.write('<a href="../Features/OPC_Logging.html" style="font-weight: normal;">OPC Data Logging</a>');
document.write('<a href="../Features/OPC_Bridging.html" style="font-weight: normal;">OPC Bridging</a>');
document.write('<a href="../Features/OPC_Aggregation.html" style="font-weight: normal;">OPC Aggregation</a>');
document.write('<a href="../Features/OPC_to_Excel.html" style="font-weight: normal;">OPC to Excel</a>');
document.write('<a href="../Features/OPC_to_Web.html" style="font-weight: normal;">OPC to Web</a>');
document.write('<a href="../Features/OPC_Scripting.html" style="font-weight: normal;">OPC Scripting</a>');
document.write('<a href="../Features/OPC_to_Email.html" style="font-weight: normal;">OPC to Email / SMS</a>');
document.write('<a href="../Features/OPC_to_LinuxQNX.html" style="font-weight: normal;">OPC to Linux / QNX</a>');
document.write('<a href="../Features/OPC_to_MES.html" style="font-weight: normal;">OPC to MES / ERP</a>');
document.write('<a href="../Features/System_Monitor.html" style="font-weight: normal;">System Monitor</a>');
document.write('</div>');

document.write('<!--Download drop down menu -->');                                                
document.write('<div id="downloadmenu" class="dropmenudiv" style="width: 130px;">');
document.write('<a href="../Download.html" style="font-weight: normal;">Download Software</a>');
// document.write('<a href="../Beta_Software.html" style="font-weight: normal;">Beta Software</a>');
document.write('<a href="../ReleaseNotes.html" style="font-weight: normal;">Release Notes</a>');
document.write('<a href="../TechSpecs.html" style="font-weight: normal;">Technical Specs</a>');
document.write('<a href="../Documentation.html" style="font-weight: normal;">Documentation</a>');
document.write('</div>');

document.write('<!--Licensing drop down menu -->');                                                 
document.write('<div id="licensingmenu" class="dropmenudiv" style="width: 120px;">');
document.write('<a href="../Licensing.html" style="font-weight: normal;">Licensing</a>');
document.write('<a href="../SoftwareUpgrades.html" style="font-weight: normal;">Software Upgrades</a>');
document.write('<a href="../OEM_Licensing.html" style="font-weight: normal;">OEM Licensing</a>');
document.write('<a href="../Sales_Partners.html" style="font-weight: normal;">Sales Partners</a>');
document.write('<a href="../Company.html" style="font-weight: normal;">Contact Cogent</a>');
document.write('</div>');

document.write('<!--Support drop down menu -->');                                                 
document.write('<div id="supportmenu" class="dropmenudiv" style="width: 130px;">');
document.write('<a href="../Support.html" style="font-weight: normal;">Technical Support</a>');
document.write('<a href="../Support_Videos.html" style="font-weight: normal;">DataHub Videos</a>');
document.write('<a href="../Documentation.html" style="font-weight: normal;">Documentation</a>');
document.write('<a href="../TechSpecs.html" style="font-weight: normal;">Technical Specs</a>');
document.write('<a href="http://developers.cogentrts.com/phpbb/index.php" target="_blank" style="font-weight: normal;">Support Forum</a>');
document.write('<a href="../Features/OPC_to_Excel_Macros.html" style="font-weight: normal;">Helpful Excel Macros</a>');
document.write('<a href="../Tech_Partners.html" style="font-weight: normal;">Technical Partners</a>');
document.write('<a href="../Company.html" style="font-weight: normal;">Contact Cogent</a>');
document.write('</div>');

document.write('<!--Partners drop down menu -->');                                                 
document.write('<div id="partnersmenu" class="dropmenudiv" style="width: 110px;">');
document.write('<a href="../Partners.html" style="font-weight: normal;">Partners Program</a>');
document.write('<a href="../Sales_Partners.html" style="font-weight: normal;">Sales Partners</a>');
document.write('<a href="../Tech_Partners.html" style="font-weight: normal;">Technical Partners</a>');
document.write('</div>');

document.write('<!--Company drop down menu -->');                                                 
document.write('<div id="companymenu" class="dropmenudiv" style="width: 110px;">');
document.write('<a href="../News/cogentnews.html" style="font-weight: normal;">News Archive</a>');
document.write('<a href="../Company.html" style="font-weight: normal;">About Cogent</a>');
document.write('<a href="../Company.html" style="font-weight: normal;">Contact Cogent</a>');
document.write('<a href="../Customers.html" style="font-weight: normal;">Customer List</a>');
document.write('<a href="../Testimonials.html" style="font-weight: normal;">Testimonials</a>');
document.write('<a href="../SuccessStories.html" style="font-weight: normal;">Success Stories</a>');
document.write('</div>');
