function writeMenu() {

x = document.getElementById('p7TMnav');

		x.innerHTML = '<div><a href="http://www.metrontario.com">&nbsp;&nbsp;&nbsp;<img src="../images/home_met.jpg" border="0"></a></div>'
+'<div><a href="#" onClick="P7_TMenu(this);return false"><img src="../images/companyinfo.jpg" border="0"></a>'
		+'<div><a href="../Company/company_business.html" ><img src="../images/sub-box.gif" border=0> Our Business</a></div>'
		+'<div><a href="../Company/company_community.html" ><img src="../images/sub-box.gif" border=0> Community</a></div>'
		+'<div><a href="../Company/company_history.html" ><img src="../images/sub-box.gif" border=0> History</a></div>	</div>'
	+'<div><a href="#" onClick="P7_TMenu(this);return false"><img src="../images/realestate.jpg" border="0"></a>'
		+'<div><a href="../Real_Estate/realestate_general.html"><img src="../images/sub-box.gif" border=0> Overview</a></div><div><a href="../Real_Estate/realestate_canadian.html"><img src="../images/sub-box.gif" border=0> Canadian Developments</a></div>'
+'<div><a href="../Real_Estate/realestate_american.html"><img src="../images/sub-box.gif" border=0> American Developments</a></div>'
+'<div><a href="../Real_Estate/realestate_israeli.html"><img src="../images/sub-box.gif" border=0> Israeli Developments</a></div>	</div>'	
	+'<div><a href="#" onClick="P7_TMenu(this);return false"><img src="../images/otherventures.jpg" border="0"></a>'	
        +'<div><a href="../Other_Ventures/Other_Ventures_overview.html"><img src="../images/sub-box.gif" border=0> Overview </a></div>'
		+'<div><a href="../Other_Ventures/ventures_alhadas.html"><img src="../images/sub-box.gif" border=0> A.L. Hadas Technologies</a></div>'		
		+'<div><a href="../Other_Ventures/ventures_anyway.html"><img src="../images/sub-box.gif" border=0> AnyWay Solid Environmental<br>&nbsp;&nbsp;&nbsp;&nbsp;Solutions</a></div>'
		+'<div><a href="../Other_Ventures/ventures_century.html"><img src="../images/sub-box.gif" border=0> Century Investments</a></div>'
		+'<div><a href="../Other_Ventures/ventures_isotopia.html"><img src="../images/sub-box.gif" border=0> Isotopia </a></div>'
		+'<div><a href="../Other_Ventures/romi.html"><img src="../images/sub-box.gif" border=0> Ro\'im Olam</a></div>'
		+'<div><a href="../Other_Ventures/ventures_sakura.html"><img src="../images/sub-box.gif" border=0> Sakura Products from Nature</a></div>'		
		+'<div><a href="../Other_Ventures/ventures_vitalflo.html"><img src="../images/sub-box.gif" border=0> VitalFlo</a></div>	</div>'
	+'<div><a href="../contact_us.html" onClick="P7_TMenu(this);return true"><img src="../images/contactinfo.jpg" border="0"></a></div>';



}