// JavaScript Document
home1 =new Image;
home2 =new Image;
product1 =new Image;
product2 =new Image;
blogs1 =new Image;
blogs2 =new Image;
photos1 =new Image;
photos2 =new Image;
calendar1 =new Image;
calendar2 =new Image;
contact1 =new Image;
contact2 =new Image;
home1.src = "images/home.gif";
home2.src = "images/home1.gif";
product1.src="images/products.gif";
product2.src="images/products1.gif";
blogs1.src="images/blogs.gif";
blogs2.src="images/blogs1.gif";
photos1.src="images/photos.gif";
photos2.src="images/photos1.gif";
calendar1.src="images/calendar.gif";
calendar2.src="images/calendar1.gif";
contact1.src="images/contact.gif";
contact2.src="images/contact1.gif";
