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="../realestate_general.html"><img src="../../images/sub-box.gif" border=0> Overview </a></div>'
		+'<div><a href="../realestate_canadian.html"><img src="../../images/sub-box.gif" border=0> Canadian Developments</a></div>'
		+'<div><a href="../realestate_american.html"><img src="../../images/sub-box.gif" border=0> American Developments</a></div>'
		+'<div class="content">&nbsp;&nbsp;&nbsp;&nbsp;&bull; Residential</div>'
		+'<div><a href="palisades.html">&nbsp;&nbsp;&nbsp;&nbsp;<img src="../../images/sub-box1.jpg" border=0> Palisades</a></div>'
        +'<div><a href="parks.html">&nbsp;&nbsp;&nbsp;&nbsp;<img src="../../images/sub-box1.jpg" border=0> The Parks</a></div>'
		+'<div><a href="urbana.html">&nbsp;&nbsp;&nbsp;&nbsp;<img src="../../images/sub-box1.jpg" border=0> Urbana</a></div>'
        +'<div><a href="houston.html">&nbsp;&nbsp;&nbsp;&nbsp;<img src="../../images/sub-box1.jpg" border=0> Waterford Park<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Town Homes</a></div>'
		+'<div class="content">&nbsp;&nbsp;&nbsp;&nbsp;&bull; Commercial</div>'
		+'<div><a href="town_center.html">&nbsp;&nbsp;&nbsp;&nbsp;<img src="../../images/sub-box1.jpg" border=0> Town Center Plaza</a></div>'
		+'<div class="content">&nbsp;&nbsp;&nbsp;&nbsp;&bull; Office</div>'
        +'<div><a href="houston_office.html">&nbsp;&nbsp;&nbsp;&nbsp;<img src="../../images/sub-box1.jpg" border=0> Life Science Plaza</a></div>'
		+'<div><a href="../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_century.html"><img src="../../images/sub-box.gif" border=0> Century Investments</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_vitalflo.html"><img src="../../images/sub-box.gif" border=0> VitalFlo</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/ventures_pneumatic.html"><img src="../../images/sub-box.gif" border=0> Advanced Pneumatic Systems</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_anyway.html"><img src="../../images/sub-box.gif" border=0> AnyWay Solid Environmental<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Solutions</a></div>'
	+'<div><a href="../../Other_Ventures/romi.html"><img src="../../images/sub-box.gif" border=0> Ro\'im Olam</a></div>'
	+'</div><div><a href="../../contact_us.html" onClick="P7_TMenu(this);return true"><img src="../../images/contactinfo.jpg" border="0"></a></div>';



}