if (document.images) 

{
Image1= new Image(100,100)
Image1.src = "http://www.willmastro.com/images/misc/menuBG.png)";

Image2= new Image(900,598);
Image2.src = "http://www.willmastro.com/images/backgrounds/01_home.jpg";
							 
Image3= new Image(900,598)
Image3.src = "http://www.willmastro.com/images/backgrounds/09_news.jpg";
							 
Image4= new Image(900,598)
Image4.src = "http://www.willmastro.com/images/backgrounds/05_lyrics.jpg";

Image5= new Image(900,598)
Image5.src = "http://www.willmastro.com/images/backgrounds/07_contact.jpg";

Image6= new Image(900,598)
Image6.src = "http://www.willmastro.com/images/backgrounds/04_live.jpg";

Image7= new Image(900,598)
Image7.src = "http://www.willmastro.com/images/backgrounds/05_lyrics.jpg";
				
Image8= new Image(900,598)
Image8.src = "http://www.willmastro.com/images/backgrounds/06_downloads.jpg";
						
Image9= new Image(900,598)
Image9.src = "http://www.willmastro.com/images/backgrounds/03_photogallery.jpg";
							 
Image10= new Image(900,598)
Image10.src = "http://www.willmastro.com/images/backgrounds/07_contact.jpg";



}