
var menuText = ' ';


menuText += '<table width="900" cellpadding="0" cellspacing="0" border="0">';
menuText += '<tr>';
menuText += '	<td align="center" valign="top" colspan="9">';
menuText += '		<div class="accTitle">The Air Cadet Committee of the Rotary Club of Oshawa</div>';
menuText += '	</td>';
menuText += '</tr>';
menuText += '<tr>';
menuText += '	<td colspan="3" align="center">';
menuText += '		<div class="rcoTitle">The Rotary Club of Oshawa<br />proud sponsors since 1942<br />of 151 Chadburn Squadron</div>';
menuText += '	</td>';

menuText += '	<td colspan="3" align="center" width="33%"><img src="graphics/rotary.gif" width="100" height="100" alt="The Rotary Wheel" border="0" /></td>';

menuText += '	<td align="center" width="33%" colspan="3">';
menuText += '		<div class="cscTitle">This website belongs to the<br />civilian sponsoring committee<br />of 151 Chadburn Squadron.</div>';
menuText += '		<font color="red" size="1">This is not a Canadian Forces website.</font>';
menuText += '	</td>';
menuText += '</tr>';

menuText += '<tr bgcolor="#0000bb">';
menuText += '	<td align="center" width="11%"><a href="index.html"><font face="arial" color="#aaffff" size="-1"><b>Home</b></font></a></td>';
menuText += '	<td align="center" width="11%"><a href="javascript:;" onmouseover="s_show(\'cal\',event)" onmouseout="s_hide()"><font face="arial" color="#aaffff" size="-1"><b>Activities</b></font></a></td>';
menuText += '	<td align="center" width="11%"><a href="javascript:;" onmouseover="s_show(\'join\',event)" onmouseout="s_hide()"><font face="arial" color="#aaffff" size="-1"><b>Joining</b></font></a></td>';
menuText += '	<td align="center" width="11%"><a href="javascript:;" onmouseover="s_show(\'train\',event)" onmouseout="s_hide()"><font face="arial" color="#aaffff" size="-1"><b>Training</b></font></a></td>';
menuText += '	<td align="center" width="11%"><a href="javascript:;" onmouseover="s_show(\'org\',event)" onmouseout="s_hide()"><font face="arial" color="#aaffff" size="-1"><b>Organization</b></font></a></td>';
menuText += '	<td align="center" width="11%"><a href="javascript:;" onmouseover="s_show(\'regs\',event)" onmouseout="s_hide()"><font face="arial" color="#aaffff" size="-1"><b>Regulations</b></font></a></td>';
menuText += '	<td align="center" width="11%"><a href="javascript:;" onmouseover="s_show(\'hist\',event)" onmouseout="s_hide()"><font face="arial" color="#aaffff" size="-1"><b>History</b></font></a></td>';
menuText += '	<td align="center" width="11%"><a href="javascript:;" onmouseover="s_show(\'photo\',event)" onmouseout="s_hide()"><font face="arial" color="#aaffff" size="-1"><b>Photos</b></font></a></td>';
menuText += '	<td align="center" width="11%"><a href="javascript:;" onmouseover="s_show(\'news\',event)" onmouseout="s_hide()"><font face="arial" color="#aaffff" size="-1"><b>Extras</b></font></a></td>';
menuText += '</tr>';
menuText += '</table>';

document.writeln (menuText);

