function DisplayMenyy2()
{
  document.open();
  document.writeln("		<div class='chromestyle' id='chromemenu'>");
  document.writeln("			<ul>");
  document.writeln("				<li><a href='http://www.tk8.com'>Home</a></li>");
  document.writeln("				<li><a href='http://www.tk8.com/products.asp' rel='popProducts'>Products</a></li>");
  document.writeln("				<li><a href='http://www.tk8.com/downloads.asp' rel='popDownload'>Download</a></li>");
  document.writeln("				<li><a href='http://www.tk8.com/store.asp' rel='popStore'>Purchase</a></li>	");
  document.writeln("				<li><a href='http://www.tk8.com/support.asp' rel='popSupport'>Support</a></li>	");
  document.writeln("				<li><a href='http://www.tk8.com/company.asp' rel='popCompany'>Company</a></li>	");
  document.writeln("			</ul>");
  document.writeln("			</div>");
  document.writeln("			<div id='popProducts' class='dropmenudiv'>");
  document.writeln("				<a href='http://www.tk8.com/backup/'>TK8 Backup</a>");
  document.writeln("				<a href='http://www.tk8.com/safe/'>TK8 Safe</a>");
  document.writeln("				<a href='http://www.tk8.com/stickynotes/'>TK8 StickyNotes</a>");
  document.writeln("				<a href='http://www.tk8.com/contact/'>TK8 Contact CRM</a>");
  document.writeln("				<a href='http://www.tk8.com/hrm/'>TK8 Personnel HRM</a></div>");
  document.writeln("			<div id='popDownload' class='dropmenudiv'>");
  document.writeln("				<a href='http://www.tk8.com/backup/download.asp'>TK8 Backup</a>");
  document.writeln("				<a href='http://www.tk8.com/safe/download.asp'>TK8 Safe</a>");
  document.writeln("				<a href='http://www.tk8.com/stickynotes/download.asp'>TK8 StickyNotes</a>");
  document.writeln("				<a href='http://www.tk8.com/contact/download.asp'>TK8 Contact CRM</a>");
  document.writeln("				<a href='http://www.tk8.com/hrm/download.asp'>TK8 Personnel HRM</a></div>");
  document.writeln("			<div id='popStore' class='dropmenudiv'>");
  document.writeln("				<a href='http://www.tk8.com/backup/order.asp?src=mm1'>TK8 Backup</a>");
  document.writeln("				<a href='http://www.tk8.com/safe/order.asp?src=mm1'>TK8 Safe</a>");
  document.writeln("				<a href='http://www.tk8.com/stickynotes/order.asp?src=bw1'>TK8 StickyNotes Pro</a>");
  document.writeln("				<a href='http://www.tk8.com/store.asp?product=contact&par=ml4'>TK8 Contact CRM</a>");
  document.writeln("				<a href='http://www.tk8.com/store.asp?product=personnel&par=ml5'>TK8 Personnel HRM</a></div>");
  document.writeln("			<div id='popSupport' class='dropmenudiv'>");
  document.writeln("				<a href='http://www.tk8.com/support_faq.asp'>Knowledgebase / FAQ</a>");
  document.writeln("				<a href='http://www.tk8.com/support.asp'>Ask Your Question</a>");
  document.writeln("				<a href='http://www.tk8.com/support_lostkey.asp'>Request Lost License Info</a></div>");
  document.writeln("			<div id='popCompany' class='dropmenudiv'>");
  document.writeln("				<a href='http://www.tk8.com/company_contacts.asp'>Contact Us</a>");
  document.writeln("				<a href='http://www.tk8.com/company.asp'>About Us</a>");
  document.writeln("				<a href='http://www.tk8.com/company_press.asp'>Press Room</a>");
  document.writeln("				<a href='http://www.tk8.com/company_resellers.asp'>Reseller Program</a>");
  document.writeln("				<a href='http://www.tk8.com/company_affiliates.asp'>Affiliate Program</a>");
  document.writeln("				<a href='http://www.tk8.com/company_oembranding.asp'>OEM & Branding</a></div>");
}
