function preloader()
{
	img1 = new Image(100,100);
	img1.src='images/custom/home_blk.gif';
	
	img2 = new Image(100,100);
	img2.src='images/custom/history_blk.gif';
	
	img3 = new Image(100,100);
	img3.src="images/custom/jewelry_blk.gif";
	
	img4 = new Image(100,100);
	img4.src="images/custom/gift_blk.gif";

	img5 = new Image(100,100);
	img5.src="images/custom/services_blk.gif";
	
	img6 = new Image(100,100);
	img6.src="images/custom/learning_blk.gif";
	
	img7 = new Image(100,100);
	img7.src="images/custom/contact_blk.gif";
}