<!--

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/regentproperties/pcat-gifs/products-small/property-sale-gurgaon_10755083.jpg");
index_2 = newImage("http://bhptemp.mypcat.com/regentproperties/pcat-gifs/products-small/current-projects_10764936.jpg");
index_3 = newImage("http://bhptemp.mypcat.com/regentproperties/pcat-gifs/products-small/constructions-services_10753935.jpg");
index_4 = newImage("http://bhptemp.mypcat.com/regentproperties/pcat-gifs/products-small/residential-apartments_10755084.jpg");
index_5 = newImage("http://bhptemp.mypcat.com/regentproperties/pcat-gifs/products-small/independent-floors-villas_10755085.jpg");
index_6 = newImage("http://bhptemp.mypcat.com/regentproperties/pcat-gifs/products-small/commercial-projects_10753936.jpg");
index_7 = newImage("http://bhptemp.mypcat.com/regentproperties/pcat-gifs/products-small/commercial-office-space_10755087.jpg");
index_8 = newImage("http://bhptemp.mypcat.com/regentproperties/pcat-gifs/products-small/retail-stores_10755086.jpg");
index_9 = newImage("http://bhptemp.mypcat.com/regentproperties/pcat-gifs/products-small/luxury-farmhouse_10755091.jpg");
index_10 = newImage("http://bhptemp.mypcat.com/regentproperties/pcat-gifs/products-small/it-office-space_10755088.jpg");
index_11 = newImage("http://bhptemp.mypcat.com/regentproperties/pcat-gifs/products-small/real-estate-consultancy-service_10755089.jpg");
index_12 = newImage("http://bhptemp.mypcat.com/regentproperties/pcat-gifs/products-small/real-estate-investment-consultancy_10755090.jpg");
preloadFlag = true;
	}
}

// -->
