//history function
function goNow(a,b)
{
  var _h="http://www.excelsportfishing.com"; /* your home page */
  var _o=parent.cont; /* object of frame to manipulate */
  if(a){if(a<0)_o.history.back();else _o.history.forward()}else
  if(b){_o.document.location=_h}else
  {_o.document.location=_o.document.location}
}




//Roll over function
function change(Name,Image,No,Msg) {

			if (document.images) {

				document [Name].src = eval(Image + No + ".src");

			}

			if (Msg) self.status = eval(Image + "2");

			return true

		}





//This is for the Menu RollOver



		// Caches the dropdown menus

		if (!document.images) {}



		else {





		about0=new Image();

		about0.src="images/about_excel_0.gif";

		about1=new Image();

		about1.src="images/about_excel_1.gif";

		

		conditions0=new Image();

		conditions0.src="images/current_fishing_conditions0.gif";

		conditions1=new Image();

		conditions1.src="images/current_fishing_conditions1.gif";

		

		fishing0=new Image();

		fishing0.src="images/fishing_schedule_0.gif";

		fishing1=new Image();

		fishing1.src="images/fishing_schedule_1.gif";			

		

		gallery0=new Image();

		gallery0.src="images/photo_gallery_0.gif";

		gallery1=new Image();

		gallery1.src="images/photo_gallery_1.gif";			

		

		cuisine0=new Image();

		cuisine0.src="images/galley_cuisine_0.gif";

		cuisine1=new Image();

		cuisine1.src="images/galley_cuisine_1.gif";			

		

		home0=new Image();

		home0.src="images/sportsfisher_home_0.gif";

		home1=new Image();

		home1.src="images/sportsfisher_home_1.gif";

		}