// JavaScript Document
document.write('<div id="topbar">');
document.write('<div id="navigation" class="basic_font nav">');
document.write('<div class="nav_container"><a href="index.html" target="_self">HOME</a>&nbsp;&nbsp;|&nbsp;&nbsp;</div>');
document.write('<div class="nav_container"><a href="desktops.html" target="_self">DESKTOPS</a>&nbsp;&nbsp;|&nbsp;&nbsp;</div>');
document.write('<div class="nav_container"><a href="laptops.html" target="_self">LAPTOPS</a>&nbsp;&nbsp;|&nbsp;&nbsp;</div>');
document.write('<div class="nav_container"><a href="servers.html" target="_self">SERVERS</a>&nbsp;&nbsp;|&nbsp;&nbsp;</div>');
document.write('<div class="nav_container"><a href="store.html" target="_self">STORE</a>&nbsp;&nbsp;|&nbsp;&nbsp;</div>');
document.write('<div class="nav_container"><a href="testimonials.html" target="_self">TESTIMONIALS</a>&nbsp;&nbsp;|&nbsp;&nbsp;</div>');
document.write('<div class="nav_container"><a href="contact.html" target="_self">CONTACT</a></div>');
document.write('</div>');
document.write('</div>');