function movepic(img_name,img_src) {
document[img_name].src=img_src;
}

function preloader()
{
	img1 = new Image(100,100);
	img1.src="images/custom/home-img01.jpg";
	
	img2 = new Image(100,100);
	img2.src="images/custom/home-img02.jpg";
	
	img3 = new Image(100,100);
	img3.src="images/custom/home-img03.jpg";
	
	img4 = new Image(100,100);
	img4.src="images/custom/home-img04.jpg";

	img5 = new Image(100,100);
	img5.src="images/custom/home-img05.jpg";
	
	img6 = new Image(100,100);
	img6.src="images/custom/home-img06.jpg";
	
	img7 = new Image(100,100);
	img7.src="images/custom/home-img07.jpg";
	
	img8 = new Image(100,100);
	img8.src="images/custom/home-img08.jpg";
	
	img9 = new Image(100,100);
	img9.src="images/custom/home-img09.jpg";
}