if (java3) {

         home1		= new Image();
         home1.src	= "images/home1.gif";
         home2 		= new Image();
         home2.src	= "images/home2.gif";

         menu1			= new Image();
         menu1.src		= "images/menu1.gif";
         menu2			= new Image();
         menu2.src		= "images/menu2.gif";

         about1		= new Image();
         about1.src	= "images/about1.gif";
         about2 		= new Image();
         about2.src	= "images/about2.gif";

         contact1		= new Image();
         contact1.src		= "images/contact1.gif";
         contact2 		= new Image();
         contact2.src		= "images/contact2.gif";

         location1		= new Image();
         location1.src		= "images/location1.gif";
         location2 		= new Image();
         location2.src		= "images/location2.gif";

         feedback1		= new Image();
         feedback1.src		= "images/feedback1.gif";
         feedback2 		= new Image();
         feedback2.src		= "images/feedback2.gif";

}
	 hometxt		= 'Pho Tango - Home Page.'
	 menutxt		= 'Pho Tango - View our menu.'
	 abouttxt		= 'Pho Tango - About Us.'
	 contacttxt		= 'Pho Tango - Contact Us.'
	 locationtxt		= 'Pho Tango Location.'
	 feedbacktxt		= 'Pho Tango - feedback.'

function erase() {

	window.status	= "Site info";

}