function writeMenu() {

var str='';

str+='<a href="'+thisPath+'index.htm">HOME</a><br><img src="'+thisPath+'spacer.gif" alt="" width="1" height="10" border="0"><br>';

str+='<a href="'+thisPath+'profile.htm">PROFILE</a><br><img src="'+thisPath+'spacer.gif" alt="" width="1" height="10" border="0"><br>';

str+='<a href="'+thisPath+'services.htm">SERVICES</a><br><img src="'+thisPath+'spacer.gif" alt="" width="1" height="10" border="0"><br>';

str+='<a href="'+thisPath+'projects.htm">PROJECTS</a><br><img src="'+thisPath+'spacer.gif" alt="" width="1" height="10" border="0"><br>';

str+='<img src="'+thisPath+'graphics/bluesq.gif" alt="" width="17" height="9" border="0"><a href="'+thisPath+'projects/residential.htm?cat=r">residential</a><br><img src="'+thisPath+'spacer.gif" alt="" width="1" height="5" border="0"><br>';
str+='<img src="'+thisPath+'graphics/bluesq.gif" alt="" width="17" height="9" border="0"><a href="'+thisPath+'projects/commercial.htm?cat=c">commercial</a><br><img src="'+thisPath+'spacer.gif" alt="" width="1" height="5" border="0"><br>';
str+='<img src="'+thisPath+'graphics/bluesq.gif" alt="" width="17" height="9" border="0"><a href="'+thisPath+'projects/leisure.htm?cat=l">leisure/community</a><br><img src="'+thisPath+'spacer.gif" alt="" width="1" height="5" border="0"><br>';
str+='<img src="'+thisPath+'graphics/bluesq.gif" alt="" width="17" height="9" border="0"><a href="'+thisPath+'projects/conversion.htm?cat=v">conversion</a><br><img src="'+thisPath+'spacer.gif" alt="" width="1" height="5" border="0"><br>';
str+='<img src="'+thisPath+'graphics/bluesq.gif" alt="" width="17" height="9" border="0"><a href="'+thisPath+'projects/mixed_use.htm?cat=m">mixed use</a><br><img src="'+thisPath+'spacer.gif" alt="" width="1" height="10" border="0"><br>';

str+='<a href="'+thisPath+'news.htm">NEWS</a><br><img src="'+thisPath+'spacer.gif" alt="" width="1" height="10" border="0"><br>';

str+='<a href="'+thisPath+'contact.htm">CONTACT</a><br><img src="'+thisPath+'spacer.gif" alt="" width="1" height="10" border="0">';

document.write(str);

}
