//Contents for menu 1 - Gallery
var menu1=new Array()
menu1[0]='<a href=http://www.corkharbourboats.com/gallery1/gallery1.shtml><b><font color="white" size="2" face="Lucida Handwriting">Gallery 1</font></b></a><br>'
menu1[1]='<a href=http://www.corkharbourboats.com/gallery2/gallery2.shtml><b><font color="white" size="2" face="Lucida Handwriting">Gallery 2</font></b></a><br>'
menu1[2]='<a href=http://www.corkharbourboats.com/dolphins/dolphinGallery.shtml><b><font color="white" size="2" face="Lucida Handwriting">Dolphins</font></b></a><br>'

<!--
function MM_reloadPage(init) 
{  //reloads the window if Nav4 resized
	if (init==true) with (navigator) 
	{
		if ((appName=="Netscape")&&(parseInt(appVersion)==4)) 
		{
		document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; 
		}
	}

	else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) 
		location.reload();
}//function MM_reloadPage

MM_reloadPage(true);
// -->

function MM_findObj(n, d) 
{ //v4.0
	var p,i,x;  
        if(!d) d=document; 
	if((p=n.indexOf("?"))>0&&parent.frames.length) 
	{
		d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);
	}

	if(!(x=d[n])&&d.all) x=d.all[n]; 
	for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
	for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
	if(!x && document.getElementById) x=document.getElementById(n); return x;
}

var zindex=100

function dropit2(whichone)
{
  if (window.themenu&&themenu.id!=whichone.id)
	themenu.style.visibility="hidden"
	themenu=whichone

  if (document.all)
  {
	themenu.style.left=document.body.scrollLeft+event.clientX-event.offsetX
	themenu.style.top=document.body.scrollTop+event.clientY-event.offsetY+18
	if (themenu.style.visibility=="hidden")
	{
		themenu.style.visibility="visible"
		themenu.style.zIndex=zindex++
	}
	else
	{
		hidemenu()
	}
  }
}

function dropit(e,whichone)
{
  if (window.themenu&&themenu.id!=eval(whichone).id)
	themenu.visibility="hide"
	themenu=eval(whichone)

  if (themenu.visibility=="hide")
	themenu.visibility="show"
  else
	themenu.visibility="hide"
	themenu.zIndex++
	themenu.left=e.pageX-e.layerX
	themenu.top=e.pageY-e.layerY+19
  return false
}

function hidemenu(whichone)
{
  if (window.themenu)
	themenu.style.visibility="hidden"
}

function hidemenu1()
{
  themenu.visibility="hide"
}