// JavaScript Document
var currentPage = "";

function loadPage(pageid){
  // if (pageid === "swim1"){}
currentPage = pageid;
//alert (currentPage);
if (currentPage =="mainpage") $('showFrame1').style.visibility = "hidden";

loadButtons();

}
function showFrame1(){
if (currentPage =="mainpage")  $('showFrame1').style.visibility = "visible";
}
function closeFrame1(){
if (currentPage =="mainpage") $('showFrame1').style.visibility = "hidden";
}

function pretendButtonsTo(inValue){
	inValue.style.backgroundColor = "#390";
	inValue.style.cursor = "pointer";
}
function pretendButtonsFro(inValue){
inValue.style.backgroundColor = "#060";
}
	
function sendMeAway(inValue){
// alert ($(inValue).innerHTML);	
// alert (inValue);	

if ($(inValue).id === "swim_info") {
	 location.href = ("swimInfo2009.html");
 }
  if ($(inValue).id === "swim_info") {
	 location.href = ("kayakInfo2009.html");
 }

 else if ($(inValue).innerHTML === '<img src="images/onlineactive.jpg" alt="OnLine Active Kayak Registration">') {
	 //alert ("here1");
	   window.open("http://www.active.com/page/Event_Details.htm?event_id=1734539&assetId=7de27bb5-ab1d-45ff-8047-e607c078cbeb","kayakreg");	 
 }	
 else if ($(inValue).innerHTML === '<img src="images/onlineactive.jpg" alt="OnLine Active Swim Registration">') {
	// alert ("here2");

	   window.open("http://www.active.com/page/Event_Details.htm?event_id=1750286&assetId=3c06731f-e8b5-46d1-baf7-319e8a262472","swimreg");	 
 }	
	
 else if ($(inValue).innerHTML === "Downloadable Registration Form" &&  currentPage === "swimInfo2009") {
	 location.href = ("pdfs/SwimRegistrationForm09.pdf");	 	
 }
 else if ($(inValue).innerHTML === "Downloadable Registration Form" &&  currentPage === "kayakInfo2009") {
	 location.href = ("pdfs/KayakRegistrationForm09.pdf");	 	
 }
 else if ($(inValue).innerHTML === "Kayak / Canoe Race Information") {
	 location.href = ("kayakInfo2009.html");	 	
 }
else if ($(inValue).innerHTML === "Swim Course Map") {
	 location.href = ("images/swimcourse.jpg");	 		 
 }
else if ($(inValue).innerHTML === "Kayak / Canoe Course Map") {
	 window.open("images/kayakcourse.jpg","map2");	 		 
}

else if ($(inValue).innerHTML === "Directions to Forest River Park") {
	  window.open("http://maps.google.com/maps?f=q&hl=en&geocode=&q=Forest+River+Park,+Salem+MA+01970&sll=42.49316,-70.882909&sspn=0.013892,0.026908&ie=UTF8&z=17&iwloc=addr&om=1","swimMap");	 	
 }
 else if ($(inValue).innerHTML === "Swim Race Information") {
	 location.href = ("swimInfo2009.html");	 	
 }
  else if ($(inValue).innerHTML === "Back to Swim Page") {
	 location.href = ("swimInfo2009.html");	 	
 }

 else if ($(inValue).innerHTML === "Donate to SalemSound") {
	 window.open('http://www.salemsound.org/rdonationsie2.php','windowDonate');	 	
 }
  else if ($(inValue).innerHTML === "2008 Race Results"&&  currentPage === "kayakInfo2009") {
	 location.href = ("kayakResultsLastYear.html");	 	
 }
  else if ($(inValue).innerHTML === "2008 Swim Results"&&  currentPage === "swimInfo2009") {
	 location.href = ("swimResultsLastYear.html");	 	
 }

  else if ($(inValue).innerHTML === "Swim &amp; Fin Home Page") {
	 location.href = ("index.html");	 	
 }
  else if ($(inValue).innerHTML === "Swim &amp; Fin Event Sponsors") {
	 location.href = ("sponsors.html");	 	
 }
 
}

function sendMeAwayByButton(inValue){
// alert ($(inValue).id);	
// alert (inValue);
   if (inValue == "regkayak") {
	 window.open("http://www.active.com/page/Event_Details.htm?event_id=1734539&assetId=7de27bb5-ab1d-45ff-8047-e607c078cbeb","kayakreg");	 
 }  else if (inValue == "regswim" ) {
	// alert ("here2");
	   window.open("http://www.active.com/page/Event_Details.htm?event_id=1750286&assetId=3c06731f-e8b5-46d1-baf7-319e8a262472","swimreg");	 
 }	

}
function loadButtons(){
	if (currentPage === "swimInfo2009") {
		$('button1').innerHTML = '<img src="images/onlineactive.jpg" alt="OnLine Active Swim Registration"/>';
		$('button2').innerHTML = "Downloadable Registration Form";
        $('button3').innerHTML = "2008 Swim Results";
		$('button4').innerHTML = "Swim Course Map";
		$('button5').innerHTML = "Swim & Fin Home Page";
	} else 	if (currentPage === "kayakInfo2009") {
		$('button1').innerHTML = '<img src="images/onlineactive.jpg" alt="OnLine Active Kayak Registration"/>';
		$('button2').innerHTML = "Downloadable Registration Form";
        $('button3').innerHTML = "2008 Race Results";
		$('button4').innerHTML = "Kayak / Canoe Course Map";
		$('button5').innerHTML = "Swim & Fin Home Page";
		

	} else 	if (currentPage === "mainpage") {
		$('button1').innerHTML = "Kayak / Canoe Race Information";
		$('button2').innerHTML = "Swim Race Information";
        $('button3').innerHTML = "Donate to SalemSound";
		$('button4').innerHTML = "Directions to Forest River Park";
		$('button5').innerHTML = "Swim & Fin Event Sponsors";
	} else 	if (currentPage === "sponsors") {
		$('button1').innerHTML = "Kayak / Canoe Race Information";
		$('button2').innerHTML = "Swim Race Information";
        $('button3').innerHTML = "Donate to SalemSound";
		$('button4').innerHTML = "Directions to Forest River Park";
		$('button5').innerHTML = "Swim & Fin Home Page";

	} else 	if (currentPage === "kayakResultsLastYear") {
		$('button1').innerHTML = '<img src="images/onlineactive.jpg" alt="OnLine Active Registration"/>';
		$('button2').innerHTML = "Downloadable Registration Form";
        $('button3').innerHTML = "Swim Race Information";
		$('button4').innerHTML = "Back to Kayak / Canoe Page";
		$('button5').innerHTML = "Swim & Fin Home Page";
	} else 	if (currentPage === "swimResultsLastYear") {
		$('button1').innerHTML = '<img src="images/onlineactive.jpg" alt="OnLine Active Registration"/>';
		$('button2').innerHTML = "Downloadable Registration Form";
        $('button3').innerHTML = "Swim Race Information";
		$('button4').innerHTML = "Back to Swim Page";
		$('button5').innerHTML = "Swim & Fin Home Page";
	} else 	if (currentPage === "courseMaps") {
		$('button1').innerHTML = '<img src="images/onlineactive.jpg" alt="OnLine Active Registration"/>';
		$('button2').innerHTML = "Downloadable Registration Form";
        $('button3').innerHTML = "Back to Kayak / Canoe Page";
		$('button4').innerHTML = "Back to Swim Page";
		$('button5').innerHTML = "Swim & Fin Home Page";
	}
	
}

function manualLink(inValue){
 location.href = (inValue);	 
}