/*
**
** SCoomby's Menu (with some help from Bored Guy)
**
*/

function SiteMenu(){
document.write('<table width="100%" cellspacing="0" cellpadding="0"><tr><td>');
document.write('<table width="800" align="left" border="0" cellpadding="0" cellspacing="0" class="MenuText">');
document.write('<tr height="21">');
document.write('<td rowspan="2" height="21" width="100"><img src="icons/scoomby_logo.jpg" width="100" height="50"></td>');
document.write('	<td height="21">&nbsp;<b><i>SCoomby\'s Website (www.scoomby.co.uk)</i></b></td>');
document.write('</tr>');
document.write('  <tr height="21">');
document.write('	<td height="21">&nbsp;<a href="index.htm" class="MenuText" name="http://www.scoomby.co.uk/index.htm" title="http://www.scoomby.co.uk/index.htm">Home</a> | ');
document.write('						  <a href="scoobys.htm" class="MenuText" name="http://www.scoomby.co.uk/scoobys.htm" title="http://www.scoomby.co.uk/scoobys.htm">Scoobys</a> | ');
document.write('						  <a href="home_cinema.htm" class="MenuText" name="http://www.scoomby.co.uk/home_cinema.htm" title="http://www.scoomby.co.uk/home_cinema.htm">Home Cinema</a> | ');
document.write('						  <a href="computers.htm" class="MenuText" name="http://www.scoomby.co.uk/computers.htm" title="http://www.scoomby.co.uk/computers.htm">Computers</a> | ');
document.write('						  <a href="links.htm" class="MenuText" name="http://www.scoomby.co.uk/links.htm" title="http://www.scoomby.co.uk/links.htm">Links</a> | ');
document.write('						  <a href="about_me.htm" class="MenuText" name="http://www.scoomby.co.uk/about_me.htm" title="http://www.scoomby.co.uk/about_me.htm">About Me</a> | ');
document.write('						  <a href="mailto:steve@scoomby.co.uk" class="MenuText">Contact</a></td>');
document.write('</tr>');
document.write('</table>');
document.write('</td></tr></table>');
document.write('<hr color="#000000">');
}