function write_menutext()
{
  	document.writeln('<DIV class="templatemenu" align="left"><div>');
	document.writeln('&nbsp;&nbsp;<a class="templatemenu" href="http://www.realrelationships.com"> RealRelationships Home </a>');
	document.writeln('&nbsp;&nbsp; &nbsp; -&nbsp; &nbsp;');
	document.writeln('&nbsp;&nbsp;<a class="templatemenu" href="/store/index.html"> Store Home </a>');
	document.writeln('&nbsp; &nbsp;-&nbsp; &nbsp;');
	document.writeln('<a class="templatemenu" href="/store/about.html"> About Store </a>');
	document.writeln('&nbsp; - &nbsp;');
	document.writeln('<a class="templatemenu" href="/store/privacy.html"> Privacy Policy </a>');
	document.writeln('&nbsp;&nbsp; - &nbsp;');
	document.writeln('<a class="templatemenu" href="/store/shipping.html"> Shipping Info </a>');
	document.writeln('&nbsp;&nbsp; - &nbsp;');
	document.writeln('<a class="templatemenu" href="/store/contact.html"> Contact Us </a></div></DIV>');
}