<!--//	

// +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+
//  Sunnybrook Trout Club 											
// +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+
//  Copyright 2002-2006  
//  Web Design by Earth Song Productions  
//  EMail: earthsong@sbcglobal.net		
//  Tel: 216-932-9365             
// +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+


btn1off = new Image(122,24);
btn1off.src = "images/sb_navbtn_01.gif";

btn1on = new Image(122,24);
btn1on.src ="images/sb_navbtn_01on.gif";

btn1dn = new Image(122,24);
btn1dn.src = "images/sb_navbtn_01dn.gif";


btn2off = new Image(122,24);
btn2off.src = "images/sb_navbtn_02.gif";

btn2on = new Image(122,24);
btn2on.src ="images/sb_navbtn_02on.gif";

btn2dn = new Image(122,24);
btn2dn.src = "images/sb_navbtn_02dn.gif";


btn3off = new Image(122,24);
btn3off.src = "images/sb_navbtn_03.gif";

btn3on = new Image(122,24);
btn3on.src ="images/sb_navbtn_03on.gif";

btn3dn = new Image(122,24);
btn3dn.src = "images/sb_navbtn_03dn.gif";


btn4off = new Image(122,24);
btn4off.src = "images/sb_navbtn_04.gif";

btn4on = new Image(122,24);
btn4on.src ="images/sb_navbtn_04on.gif";

btn4dn = new Image(122,24);
btn4dn.src = "images/sb_navbtn_04dn.gif";


btn5off = new Image(122,24);
btn5off.src = "images/sb_navbtn_05.gif";

btn5on = new Image(122,24);
btn5on.src ="images/sb_navbtn_05on.gif";

btn5dn = new Image(122,24);
btn5dn.src = "images/sb_navbtn_05dn.gif";


btn6off = new Image(122,24);
btn6off.src = "images/sb_navbtn_06.gif";

btn6on = new Image(122,24);
btn6on.src ="images/sb_navbtn_06on.gif";

btn6dn = new Image(122,24);
btn6dn.src = "images/sb_navbtn_06dn.gif";


btn7off = new Image(122,24);
btn7off.src = "images/sb_navbtn_07.gif";

btn7on = new Image(122,24);
btn7on.src ="images/sb_navbtn_07on.gif";

btn7dn = new Image(122,24);
btn7dn.src = "images/sb_navbtn_07dn.gif";

btn8off = new Image(122,24);
btn8off.src = "images/sb_navbtn_08.gif";

btn8on = new Image(122,24);
btn8on.src ="images/sb_navbtn_08on.gif";

btn8dn = new Image(122,24);
btn8dn.src = "images/sb_navbtn_08dn.gif";


btn9off = new Image(122,24);
btn9off.src = "images/sb_navbtn_09.gif";

btn9on = new Image(122,24);
btn9on.src ="images/sb_navbtn_09on.gif";

btn9dn = new Image(122,24);
btn9dn.src = "images/sb_navbtn_09dn.gif";


btn10off = new Image(122,24);
btn10off.src = "images/sb_navbtn_10.gif";

btn10on = new Image(122,24);
btn10on.src ="images/sb_navbtn_10on.gif";

btn10dn = new Image(122,24);
btn10dn.src = "images/sb_navbtn_10dn.gif";


btn11off = new Image(122,24);
btn11off.src = "images/sb_navbtn_11.gif";

btn11on = new Image(122,24);
btn11on.src ="images/sb_navbtn_11on.gif";

btn11dn = new Image(122,24);
btn11dn.src = "images/sb_navbtn_11dn.gif";


btn12off = new Image(122,24);
btn12off.src = "images/sb_navbtn_12.gif";

btn12on = new Image(122,24);
btn12on.src ="images/sb_navbtn_12on.gif";

btn12dn = new Image(122,24);
btn12dn.src = "images/sb_navbtn_12dn.gif";

btn13off = new Image(132,24);
btn13off.src = "images/sb_navbtn_13.gif";

btn13on = new Image(132,24);
btn13on.src ="images/sb_navbtn_13on.gif";

btn13dn = new Image(132,24);
btn13dn.src = "images/sb_navbtn_13dn.gif";


btn14off = new Image(142,24);
btn14off.src = "images/sb_navbtn_14.gif";

btn14on = new Image(142,24);
btn14on.src ="images/sb_navbtn_14on.gif";

btn14dn = new Image(142,24);
btn14dn.src = "images/sb_navbtn_14dn.gif";

//switching images with mouseover and mouseout
function changeImages() {
  if (document.images) 
  {for (var i=0; i<changeImages.arguments.length; i+=2) 
	{document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");}
  }
}



/*fp1=new Image(640,81);
fp1.src="images/sb_2.jpg";

fp2=new Image(640,81);
fp2.src="images/sb_3.jpg";

fp3=new Image(640,81);
fp3.src="images/sb_4.jpg";

fp4=new Image(640,81);
fp4.src="images/sb_5.jpg";*/



//PRELOAD PROGRESS================
/*function waitScreen()
{
//alert("Testing.");
	if (document.getElementById) 
		{  // DOM3 = IE5, NS6
			document.getElementById('hidepage').style.visibility = 'hidden';
		}
else 
	{
	if (document.layers) 
		{  // Netscape 4
			document.hidepage.visibility = 'hidden';
		}
else 
		{  // IE 4
			document.all.hidepage.style.visibility = 'hidden';
		 }
	   }
}*/

/////////////////////////////// CONTROL STYLES
/*var origClass = null;

function swapClass(whichClass)
{
	whichE1 = event.srcElement;
	origClass = whichE1.className;
	whichE1.className = whichClass;
	//whichE1.mouseout = changeBack;
}

var origClass2 = null;

function classSwap(whichClass2)
{
	whichE2 = event.srcElement;
	origClass2 = whichE2.className;
	whichE2.className = whichClass2;
	//whichE1.mouseout = changeBack;
}

var origClass3 = null;

function classSwapbutt(whichClass3)
{
	whichE3 = event.srcElement;
	origClass3 = whichE3.className;
	whichE3.className = whichClass3;
	//whichE1.mouseout = changeBack;
}*/

function testFocus()
{

	//document.all.butt.focus();
	self.focus();
	
}

/*function putHomeArrow()
{
	parent.titlebar.location.href="titlebar_2.htm";

}*/
// -->