
url = location.href;
url = url.split('/')
directory = url[3]; 


document.write('<div id="top-nav">');
document.write('<div style="background: url(\'/_images/top_nav/top_nav_bg.gif\') no-repeat left top; width: 1280px; height: 35px;">');
        
document.write('</div>');
document.write('<div style="background-color: #0f1421; width: 1280px;">');
document.write('<div style="float:left; width: 390px;">&nbsp;</div>');

document.write('<div style="float:left; padding-right: 10px;"><a onmouseover="mopen(\'systems-rollover\')" onmouseout="mclosetime()" href="/systems_and_solutions/index.html"><img src="/_images/top_nav/systems_and_solutions');
if(directory == 'systems_and_solutions') {document.write('_on');}
document.write('.gif" border="0" alt="Systems/Solutions" /></a></div>');

document.write('<div style="float:left; padding-right: 10px;"><a href="/about_kontek/index.html"><img src="/_images/top_nav/about_kontek');
if(directory == 'about_kontek') {document.write('_on');}
document.write('.gif" border="0" alt="About Kontek" /></a></div>');

document.write('<div style="float:left; padding-right: 10px;"><a href="/partnerships/index.html"><img src="/_images/top_nav/partnership');
if(directory == 'partnerships') {document.write('_on');}
document.write('.gif" border="0" alt="Partnership" /></a></div>');

document.write('<!--<div style="float:left; padding-right: 10px;"><a href="sub_page.html"><img src="/_images/top_nav/solutions.gif" border="0" alt="Solutions" /></a></div>-->');

document.write('<div style="float:left; padding-right: 10px;"><a onmouseover="mopen(\'demonstrated-protection-rollover\')" onmouseout="mclosetime()" href="/demonstrated_protection/index.html"><img src="/_images/top_nav/why_kontek');
if(directory == 'demonstrated_protection') {document.write('_on');}
document.write('.gif" border="0" alt="Demonstrated Protection" /></a></div>');

document.write('<div style="float:left; padding-right: 10px;"><a href="/contact/index.html"><img src="/_images/top_nav/contact');
if(directory == 'contact') {document.write('_on');}
document.write('.gif" border="0" alt="Contact" /></a></div>');

document.write('<div style="clear: left; height: 1px; font-size: 1px;"></div>');
document.write('</div>');
document.write('</div>');	

document.write('<div id="systems-rollover" style="margin-left: 385px; z-index: 99; width: 160px;" class="dropdown-nav" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">');
document.write('<a title="Blast" href="/systems_and_solutions/blast_security/index.html">Blast</a>');
document.write('<a title="Ballistics" href="/systems_and_solutions/ballistics_protection/index.html">Ballistics</a>');
document.write('<a title="Perimeter" href="/systems_and_solutions/perimeter_security/index.html">Perimeter</a>');
document.write('<a title="Extreme Weather" href="/systems_and_solutions/extreme_weather/index.html">Extreme Weather</a>'); 
document.write('</div>');

document.write('<div id="demonstrated-protection-rollover" style="margin-left: 805px; z-index: 99; width: 160px;" class="dropdown-nav" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">');
document.write('<a title="Case Studies" href="/demonstrated_protection/case_studies/index.html">Case Studies</a>');
document.write('<a title="Clients" href="/demonstrated_protection/clients/index.html">Clients</a>');
document.write('<a title="Client Testimonials" href="/demonstrated_protection/client_testimonials/index.html">Client Testimonials </a>');
document.write('<a title="Multimedia" href="/demonstrated_protection/multimedia/index.html">Multimedia </a>');
document.write('</div>');


