
var menuside		= "left"	// MENU SIDE | left | right | center (and edit CSS menu borders)
document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="menutable"><tr><td align="'+menuside+'" valign="middle">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td width="10">');
document.write('<img src="images/spacer.gif" width="9" height="10" /></a><br />');

document.write('</td><td nowrap class="firstlink">');
document.write('<a href="ICT_Landing.html" class="menu" onMouseover="Sound()">Information and Communication Technologies</a>');

document.write('</td><td nowrap>');
document.write('<img src="images/spacer.gif" width="30" height="10"></a><br />');

document.write('</td><td nowrap>');
document.write('<a href="Media_Landing.html" class="menu" onMouseover="Sound()">Digital Media</a>');

document.write('</td><td nowrap>');
document.write('<img src="images/spacer.gif" width="30" height="10"></a><br />');

document.write('</td><td nowrap>');
document.write('<a href="RealEstate_Landing.html" class="menu" onMouseover="Sound()">Real Estate and Leisure</a>');

document.write('</td><td nowrap>');
document.write('<img src="images/spacer.gif" width="30" height="10"></a><br />');

//document.write('</td><td nowrap>');
//document.write('<a href="Fund_Landing.html" class="menu" onMouseover="Sound()">The Fund</a>');

document.write('</td><td nowrap>');
document.write('<img src="images/spacer.gif" width="30" height="10"></a><br />');

document.write('</td><td nowrap>');
document.write('<a href="About_Landing.html" class="menu" onMouseover="Sound()">About Us</a>');

document.write('</td><td nowrap>');
document.write('<img src="images/spacer.gif" width="9" height="10"></a><br />');


document.write('</td></tr></table>');
document.write('</td></tr></table>');

