var mclick="no"; var meme="MEME"; var pictover="1"; function mouseOver() { if(pictover=="1") { var m1=document.getElementById("glassjpg"); m1.src="images/holiday/stained glass2.jpg"; pictover="2" } else { var m1=document.getElementById("glassjpg"); m1.src="images/holiday/stained glass2.jpg"; pictover="1" } } function mouseOut() { document.getElementById("glassjpg").src="images/holiday/stained glass.jpg" // if(mclick=="no") { // var m1=document.getElementById("1"); // m1.src="images/holiday/3-legged race.png" // } // mclick="no" } function changePict() { document.getElementById("pictswitch").src="images/holiday/books.jpg"; } function changeBack() { document.getElementById("pictswitch").src="images/holiday/library.jpg"; }