function printmenu()
{
	document.write('<div class="chromestyle" id="chromemenu">');
	document.write('<ul>');
	document.write('<li><a href="/index.html" rel="dropmenu1">Home</a></li>');
	document.write('<li><a href="#" rel="dropmenu2">Solutions</a></li>');
	document.write('<li><a href="#" rel="dropmenu3">Products</a></li>');
	document.write('<li><a href="#" rel="dropmenu4">Support</a></li>');
	document.write('<li><a href="#" rel="dropmenu5">Company</a></li>');
	document.write('</ul>');
	document.write('</div>');
	document.write('');
	document.write('<div id="dropmenu1" class="dropmenudiv">');
	document.write('<a href="/web-security.html">About CacheGuard</a>');
	document.write('<a href="/web-appliance.html">Why CacheGuard?</a>');
	document.write('</div>');
	document.write('');
	document.write('<div id="dropmenu2" class="dropmenudiv">');
	document.write('<a href="/internet-gateway.html">Internet Gateway</a>');
	document.write('<a href="/web-quality-of-service.html">Quality of Service</a>');
	document.write('<a href="/url-filtering.html">URL Guarding</a>');
	document.write('<a href="/content-filtering.html">Content Filtering</a>');
	document.write('<a href="/high-availability.html">High Availability</a>');
	document.write('<a href="/ssl-terminator.html">SSL Terminator</a>');
	document.write('<a href="/web-accelerator.html">Web Accelerator</a>');
	document.write('<a href="/network-firewall.html">Network Firewall</a>');
	document.write('<a href="/web-optimization.html">Web Optimization</a>');
	document.write('<a href="/load-balancing.html">Load Balancing</a>');
	document.write('<a href="/web-authentication.html">Authentication</a>');
	document.write('<a href="/dhcp-dns.html">DHCP & DNS</a>');
	document.write('<a href="/large-business.html">Large Business</a>');
	document.write('</div>');
	document.write('');
	document.write('<div id="dropmenu3" class="dropmenudiv">');
	document.write('<a href="/cacheguard-os.html">CacheGuard OS</a>');
	document.write('<a href="/hardware-appliance.html">Hardware Appliance</a>');
	document.write('<a href="/url-blacklists.html">URL Blacklists</a>');
	document.write('<a href="/cacheguard-price.html">Pricing System</a>');
	document.write('<a href="/purchase-cacheguard.html">Purchase Online</a>');
	document.write('</div>');
	document.write('');
	document.write('<div id="dropmenu4" class="dropmenudiv">');
	document.write('<a href="/cacheguard-support.html">Services</a>');
	document.write('<a href="/cacheguard-documentation.html">Documentation</a>');
	document.write('<a href="/download-cacheguard.html">Downloads</a>');
	document.write('<a href="/cacheguard-news.html">News</a>');
	document.write('</div>');
	document.write('');
	document.write('<div id="dropmenu5" class="dropmenudiv">');
	document.write('<a href="/about-cacheguard.html">About Us</a>');
	document.write('<a href="/contact-cacheguard.html">Contact Us</a>');
	document.write('<a href="/cacheguard-partners.html">Partners</a>');
	document.write('</div>');
	document.write('');
	document.write('<script type="text/javascript">');
	document.write('cssdropdown.startchrome("chromemenu")');
	document.write('</script>');
}
