function write_menutext2()
{
  	document.writeln('<DIV style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 10px; PADDING-BOTTOM: 5px; PADDING-TOP: 4px;" align="left">');
	document.writeln('&nbsp;&nbsp;<a class="prodtypemenu" href="/store/index.html">Store Home</a>');
	document.writeln('&nbsp; &nbsp;-&nbsp;&nbsp;');
	document.writeln('<a class="prodtypemenu" href="/store/about.html">About Store </a>');
	document.writeln('&nbsp; -&nbsp;');
	document.writeln('<a class="prodtypemenu" href="/store/privacy.html">Privacy Policy</a>');
	document.writeln('&nbsp;&nbsp;  - &nbsp;');
	document.writeln('<a class="prodtypemenu" href="/store/shipping.html">Shipping Info</a>');
	document.writeln('&nbsp;&nbsp;  - &nbsp;');
	document.writeln('<a class="prodtypemenu" href="/store/contact.html">Contact Us</a></DIV>');
	document.writeln('<DIV style="margin-top:15px;color:Gray;font-size:7pt;font-family:verdana,sans-serif;font-weight:normal;text-align:center;">Copyright &copy;2009, RealRelationships.com, Inc. &nbsp; All Rights Reserved.</DIV>');
}