/* Copyright: Martin J. Marsh, Jun/Nov 2006 - www.ecomarshosgame.com - This version updated May 2007. Individual use permissions only. */ var posit,onebut; posit=0; onebut=-1; function imagesetter() { pic1=new Image(); pic1.src="Storbutnn/Homebutn2.jpg"; pic3=new Image(); pic3.src="Storbutnn/Searchbutn2.jpg"; pic5=new Image(); pic5.src="Storbutnn/Writngbutn2.jpg"; pic7=new Image(); pic7.src="Storbutnn/WrkCVbutn2.jpg"; pic9=new Image(); pic9.src="Storbutnn/Gallrybutn2.jpg"; pic11=new Image(); pic11.src="Storbutnn/Eclnkbutn2.jpg"; picA=new Array(pic1,pic3,pic5,pic7,pic9,pic11); } function dentconcv() { posit=onebut; switch (posit){ case 0: document.getElementById("buttn_1").src = picA[posit].src; break; case 1: document.getElementById("buttn_2").src = picA[posit].src; break; case 2: document.getElementById("buttn_3").src = picA[posit].src; break; case 3: document.getElementById("buttn_4").src = picA[posit].src; break; case 4: document.getElementById("buttn_5").src = picA[posit].src; break; case 5: document.getElementById("buttn_6").src = picA[posit].src; break; default: return; } } function tonextpg1() {setTimeout('document.location="index.html"', 1000)} function tonextpg2() {setTimeout('document.location="Srchengns.htm"', 1000)} function tonextpg3() {setTimeout('document.location="Writnglnk.htm"', 1000)} function tonextpg4() {setTimeout("document.location='passnochck.htm'", 1000)} function tonextpg5() {setTimeout('document.location="Galleryfiles/Gallrypge1.htm"', 1000)} function tonextpg6() {setTimeout('document.location="Eco_Links.htm"', 1000)}