<!--

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}




var preloadFlag = false;
function preloadImages() {
	if (document.images) {
index_1 = newImage("http://bhptemp.mypcat.com/kittyslinennhomes/pcat-gifs/products-small/commercial-interior-desinging_10949542.jpg");
index_2 = newImage("http://bhptemp.mypcat.com/kittyslinennhomes/pcat-gifs/products-small/residential-interior-designing_10949543.jpg");
index_3 = newImage("http://bhptemp.mypcat.com/kittyslinennhomes/pcat-gifs/products-small/interior-designing-turnkey-projects_10952079.jpg");
index_4 = newImage("http://bhptemp.mypcat.com/kittyslinennhomes/pcat-gifs/products-small/wooden-furniture_10952080.jpg");
index_5 = newImage("http://bhptemp.mypcat.com/kittyslinennhomes/pcat-gifs/products-small/sale-purchanse-of-funiture_10952081.jpg");
index_6 = newImage("http://bhptemp.mypcat.com/kittyslinennhomes/pcat-gifs/products-small/renovation-services_10952082.jpg");
index_7 = newImage("http://bhptemp.mypcat.com/kittyslinennhomes/pcat-gifs/products-small/industrial-interior-designing_10952083.jpg");
index_8 = newImage("http://bhptemp.mypcat.com/kittyslinennhomes/pcat-gifs/products-small/civil-work_10952084.jpg");
preloadFlag = true;
	}
}

// -->
