// This is the code to create the layer for the menu on http://www.wickham.id.au
// There is nothing special in this script that cannot be in an HTML file
// This script is here so that changes can be made in one place to reflect in the whole site
// Written by Christian Wickham, August 2004

document.write("<div id='FloatMenu'>" +
"<font size='2' face='Arial'><B><I>&nbsp; &nbsp; Menu</i></b>" +
"<br><a href='http://www.wickham.id.au/'>Main Index</a>" +
"<br><a href='http://www.wickham.id.au/birdblog'>Blog</a> diary Index" +
"<br><a href='http://www.wickham.id.au/Thomas'>Thomas</a> homepage" +
"<br><a href='http://www.wickham.id.au/Slideshows'>Slideshow</a> index" +
"<br><a href='http://www.wickham.id.au/phpBB_2/'>Messageboard</a>" +
"<br><a href='http://www.wickham.id.au/migration'>Migration</a> index" +
"<br><a href='http://www.wickham.id.au/links'>Links</a> to websites" +
"<br><a href='http://www.wickham.id.au/search'>Search</a> this site" +
"</font></div>" +
"<script language='JavaScript'>" +
"floatMenu(5,-170,'FloatMenu',33).Fm() " +
"</script>");