
	<!-- Hide script from old browsers

	if (document.images) {
		aboutOff = new Image;
		aboutOn = new Image;
		demosOff = new Image;
		demosOn = new Image;
		howOff = new Image;
		howOn = new Image;
		emailOff = new Image;
		emailOn = new Image;
		contactOff = new Image;
		contactOn = new Image;
		newsOff = new Image;
		newsOn = new Image;
		johnOff = new Image;
		johnOn = new Image;
		helenOff = new Image;
		helenOn = new Image;
		
		aboutOff.src = "images/buttons/aboutOff.jpg";
		aboutOn.src = "images/buttons/aboutOn.jpg";
		demosOff.src = "images/buttons/demosOff.jpg";
		demosOn.src = "images/buttons/demosOn.jpg";
		howOff.src = "images/buttons/howOff.jpg";
		howOn.src = "images/buttons/howOn.jpg";
		emailOff.src = "images/buttons/emailOff.jpg";
		emailOn.src = "images/buttons/emailOn.jpg";
		contactOff.src = "images/buttons/contactOff.jpg";
		contactOn.src = "images/buttons/contactOn.jpg";
		newsOff.src = "images/buttons/newsOff.jpg";
		newsOn.src = "images/buttons/newsOn.jpg";
	
		helenOff.src = "images/demos/helenOff.jpg";
		helenOn.src = "images/demos/helenOn.jpg";
		
		johnOff.src = "images/demos/johnOff.jpg";
		johnOn.src = "images/demos/johnOn.jpg";
		
	} else {
		aboutOff = "";
		aboutOn = "";
		document.about = "";
		
		demosOff = "";
		demosOn="";
		document.demos="";
		
		howOff="";
		howOn ="";
		document.how;
		
		emailOff = "";
		emailOn= "";
		document.email= "";
		
		contactOff= "";
		contactOn= "";
		document.contact= "";
		
		newsOff= "";
		newsOn= "";
		document.news= "";
		
		johnOff= "";
		johnOn= "";
		document.john= "";
		
		helenOff= "";
		helenOn= "";
		document.helen= "";
		
	}

	// End hiding script from old browsers -->

	
	
	

