var oldPage="tFront";

function setPage()
  {
		
   //window.document.getElementById("tFront").src="prospectus/tabLemon.gif";
   
  }
  
 function getPage(n,p)
 	{
 		window.document.getElementById(oldPage).src="prospectus/tabWhite.gif";
 		oldPage=n;
 		window.document.getElementById(n).src="prospectus/tabLemon.gif"; 	
 		window.document.getElementById(p).src=p+"/"+p+n+".jpg";
 			
 	}