// JavaScript Document

function changecolor(x){

    document.getElementById('123').src = "bagimages/alumbuttonviewselectionhigh.png";
    document.getElementById('audiotable').src = "bagimages/audiobackscreen.png";
  	
}

function changehighbutton(x){
    
	if(x=="1"){document.getElementById('newbag').style.visibility='visible';}
	if(x=="6"){document.getElementById('menu6').src="images/servicefbttnrollover.jpg";}
	if(x=="7"){document.getElementById('menu7').src="images/directionsfbttnrollover.jpg";}
	if(x=="8"){document.getElementById('menu8').src="images/eventsfbttnrollover.jpg";}
	if(x=="9"){document.getElementById('menu9').src="images/contactfbttnrollover.jpg";}
	if(x=="10"){document.getElementById('menu10').src="images/servicehbttnrollover.jpg";}
	if(x=="11"){document.getElementById('menu11').src="images/directionshbttnrollover.jpg";}
	if(x=="12"){document.getElementById('menu12').src="images/eventshbttnrollover.jpg";}
	if(x=="13"){document.getElementById('menu13').src="images/contacthbttnrollover.jpg";}
	if(x=="14"){document.getElementById('menu14').src="images/veiwbttnrollover.jpg";}
	if(x=="16"){document.getElementById('menu16').src="images/Bagintrorollover.png";}
	if(x=="17"){document.getElementById('menu17').src="images/Bagnpnrollover.png";}
	if(x=="18"){document.getElementById('menu18').src="images/Bagsmllgrprollover.png";}
	if(x=="19"){document.getElementById('menu19').src="images/Bagbiosrollover.png";}
	if(x=="20"){document.getElementById('menu20').src="images/Bagguestrollover.png";}
	if(x=="21"){document.getElementById('menu21').src="images/Bagbelieverollover.png";}
	if(x=="22"){document.getElementById('menu22').src="images/ringarrowrollover.png";}
	
}
	  

function changelowbutton(x){

      if(x=="1"){document.getElementById('newbag').style.visibility='hidden';}
	              //document.getElementById('newbag').style.visibility='hidden'}
	  if(x=="2"){ document.getElementById('menu2').src="images/ministriesbttn.png";}
	  if(x=="3"){document.getElementById('menu3').src="images/eventsbttn.png";}
	  if(x=="4"){document.getElementById('menu4').src="images/sermonbttn.png";}
	  if(x=="5"){document.getElementById('menu5').src="images/givingbttn.png";}
	  if(x=="6"){document.getElementById('menu6').src="images/servicefbttn.jpg";}
	  if(x=="7"){document.getElementById('menu7').src="images/directionsfbttn.jpg";}
	  if(x=="8"){document.getElementById('menu8').src="images/eventsfbttn.jpg";}
	  if(x=="9"){document.getElementById('menu9').src="images/contactfbttn.jpg";}
	  if(x=="10"){document.getElementById('menu10').src="images/servicehbttn.jpg";}
	  if(x=="11"){document.getElementById('menu11').src="images/directionshbttn.jpg";}
	  if(x=="12"){document.getElementById('menu12').src="images/eventshbttn.jpg";}
	  if(x=="13"){document.getElementById('menu13').src="images/contacthbttn.jpg";}
	  if(x=="14"){document.getElementById('menu14').src="images/veiwbttn.jpg";}
	  if(x=="16"){document.getElementById('menu16').src="images/Bagintro.png";}
	  if(x=="17"){document.getElementById('menu17').src="images/Bagnpn.png";}
	  if(x=="18"){document.getElementById('menu18').src="images/Bagsmllgrp.png";}
	  if(x=="19"){document.getElementById('menu19').src="images/Bagbios.png";}
	  if(x=="20"){document.getElementById('menu20').src="images/Bagguests.png";}
	  if(x=="21"){document.getElementById('menu21').src="images/Bagbelieve.png";}
	  if(x=="22"){document.getElementById('menu22').src="images/ringarrow.png";}

}
		 
		 function changepage(x){

      if(x=="1"){location.href="newbag.php";}
	  if(x=="2"){location.href="contact.html";}
	  if(x=="3"){location.href="Services.html";}
	  if(x=="4"){location.href="sermons.php";}
	  if(x=="5"){location.href="calendar.php";}
	  if(x=="6"){location.href="contact.php";}
	  if(x=="7"){location.href="contact.php";}
	  if(x=="8"){location.href="calendar.php";}
	  if(x=="9"){location.href="contact.php";}
	  if(x=="10"){location.href="contact.php";}
	  if(x=="11"){location.href="contact.php";}
	  if(x=="12"){location.href="calendar.php";}
	  if(x=="13"){location.href="contact.php";}
	  if(x=="14"){location.href="sermons.php";}
	  if(x=="15"){location.href="index.php";}
	  if(x=="16"){location.href="Bagintro.php";}
	  if(x=="17"){location.href="Bagnpn.php";}
	  if(x=="18"){location.href="Bagsmllgrp.php";}
	  if(x=="19"){location.href="Bagbios.php";}
	  if(x=="20"){location.href="Bagguests.php";}
	  if(x=="22"){location.href="bagnpn.php";}
	    if(x=="23"){location.href="WorkLogin.php";}
	   }