<!--

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/bharatpestcontrolservices/pcat-gifs/products-small/pre-post-construction-termite-control-services_10896521.jpg");
index_2 = newImage("http://bhptemp.mypcat.com/bharatpestcontrolservices/pcat-gifs/products-small/rats-control-services_10899625.jpg");
index_3 = newImage("http://bhptemp.mypcat.com/bharatpestcontrolservices/pcat-gifs/products-small/carpet-treatment-services_10899626.jpg");
index_4 = newImage("http://bhptemp.mypcat.com/bharatpestcontrolservices/pcat-gifs/products-small/lawn-treatment-services_10899627.jpg");
index_5 = newImage("http://bhptemp.mypcat.com/bharatpestcontrolservices/pcat-gifs/products-small/pigeon-control_10899628.jpg");
index_6 = newImage("http://bhptemp.mypcat.com/bharatpestcontrolservices/pcat-gifs/products-small/fumigation-services_10896522.jpg");
index_7 = newImage("http://bhptemp.mypcat.com/bharatpestcontrolservices/pcat-gifs/products-small/disinfestation-services_10899624.jpg");
index_8 = newImage("http://bhptemp.mypcat.com/bharatpestcontrolservices/pcat-gifs/products-small/pest-control-services_10940605.gif");
index_9 = newImage("http://bhptemp.mypcat.com/bharatpestcontrolservices/pcat-gifs/products-small/wood-borrower_10940624.jpg");
preloadFlag = true;
	}
}

// -->
