//Add a new image to the variable list if it will become a rollover.
//Follow the numerical syntax exactly.
//Notice the difference in the name of the image in the index file
//and the variable name of the image.

function rollOver () {}
	if(document.images)
{
var royce1=new Image(); royce1.src='images/contact.gif';
var royce2=new Image(); royce2.src='images/about.gif';
var royce3=new Image(); royce3.src='images/purchase.gif';
var royce4=new Image(); royce4.src='images/links.gif';
var royce5=new Image(); royce5.src='images/home.gif';
var royce6=new Image(); royce6.src='images/contacto.gif';
var royce7=new Image(); royce7.src='images/abouto.gif';
var royce8=new Image(); royce8.src='images/purchaseo.gif';
var royce9=new Image(); royce9.src='images/linkso.gif';
var royce10=new Image(); royce10.src='images/homeo.gif';
}  

