// JavaScript Document

startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace(" over", "");
   }
   }
  }
 }
}
window.onload=startList;

function HeaderFlash()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="340" height="176">\n');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="movie" value="../flash/fish.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<embed src="../flash/fish.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="340" height="176"  wmode="transparent"></embed>\n');
document.write('</object>\n');
}

function HomeFlash()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="547" height="415">\n');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="movie" value="../flash/home.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<embed src="../flash/home.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="547" height="415"  wmode="transparent"></embed>\n');
document.write('</object>\n');
}

function GeneralFlash()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="297" height="600">\n');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="movie" value="../flash/general.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<embed src="../flash/general.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="297" height="600"  wmode="transparent"></embed>\n');
document.write('</object>\n');
}
