var hbar0 = "'hbar0.gif'";
var hbar1 = "'hbar1.gif'";

var menuClass     = "menu_hide";
var galleriesOpen = 0;

function toggleSubMenu(curmenu)
{
    curmenu.className = curmenu.className == "menu_show" ?"menu_hide" :"menu_show";
}

function toggleGalleries()
{
    toggleSubMenu(ga_1);
    toggleSubMenu(ga_2);
    toggleSubMenu(ga_3);
    toggleSubMenu(ga_4);
	 
	 galleriesOpen = galleriesOpen ?0 :1;
}

function changePage(newPage)
{
    document.location.href = newPage+'?g='+galleriesOpen;
}

/*
 * set the menu to be correct from the previous page
 */
var getGEstring        = (document.location.href.indexOf('?g='));
var getGalleryExpanded = (document.location.href.charAt(getGEstring + 3));

if( getGalleryExpanded == 1 )
{
    menuClass = "menu_show";
	 galleriesOpen = 1;
}
else 
{
    menuClass = "menu_hide";
	 galleriesOpen = 0;
}

var g1Name = "Pacific&nbsp;Northwest";
var g2Name = "Nature";
var g3Name = "Other";
var g4Name = "Nautical";

var tabStop = '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';

document.write(
    '<td width="3%" valign="top" align="right">'+
	 
    '<div><a href="javascript:changePage(\'index.htm\');"  onMouseOver="document.HomeBar.src=\'images/hbar1.gif\'" onMouseOut="document.HomeBar.src=\'images/hbar0.gif\'">Home</a       >&nbsp;<img border="0" src="images/hbar0.gif" align="middle" name="HomeBar" width="16" height="1"><br></div>'+
    '<div><a href="javascript:toggleGalleries();" onMouseOver="document.GallBar.src=\'images/hbar1.gif\'" onMouseOut="document.GallBar.src=\'images/hbar0.gif\'"><font color="#ffffdd"><b>Galleries</b></font></a  >&nbsp;<img border="0" src="images/hbar0.gif" align="middle" name="GallBar" width="16" height="1"><br></div>');
