<!--

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("pcat-gifs/products-small/Dataline-Safes.jpg");
		index_2 = newImage("pcat-gifs/products-small/Depository-Safes.jpg");
		index_3 = newImage("pcat-gifs/products-small/Electronic-Safes.jpg");
		index_4 = newImage("pcat-gifs/products-small/Hotel-Room-Safes.jpg");
		index_5 = newImage("pcat-gifs/products-small/fire-20resisting-20safes-20for-20documents_10374014.jpg");
		index_6 = newImage("pcat-gifs/products-small/fire-20and-20burglar-20resisting-20safes_10374015.jpg");
		index_7 = newImage("pcat-gifs/products-small/fire-20resisting-20filling-20-26-20record-20cabinet_10374018.jpg");
		index_8 = newImage("pcat-gifs/products-small/storwel-20-26-20wardrobes_10374022.jpg");
		index_9 = newImage("pcat-gifs/products-small/Strong-Room-Doors.jpg");
		index_10 = newImage("pcat-gifs/products-small/premises-20security-20equipment_10374020.jpg");
		index_11 = newImage("pcat-gifs/products-small/metal-20detectors_10374021.jpg");
		index_12 = newImage("pcat-gifs/products-small/Currency-Counting-Machines.jpg");
		preloadFlag = true;
	}
}

// -->
