function loadPictures() {
//medium
	imagea = new Image();	imagea.src = "gifs/cupboards_lockers_medium.jpg"; 
	imageb = new Image();	imageb.src = "gifs/personnel_lockers_medium.jpg"; 
	imagec = new Image();	imagec.src = "gifs/mesh_lockers_medium.jpg";
	imaged = new Image();	imaged.src = "gifs/module_lockers_medium.jpg"; 
	imagee = new Image();	imagee.src = "gifs/polythene_lockers_medium.jpg";
	imagef= new Image();	imagef.src = "gifs/storage_cupboards_medium.jpg"; 
	imageg = new Image();	imageg.src = "gifs/hazardous_goods_medium.jpg"; 
	imageh = new Image();	imageh.src = "gifs/seats_stands_medium.jpg";
//large
	imagei = new Image();	imagei.src = "gifs/cupboards_lockers_large.jpg"; 
	imagej = new Image();	imagej.src = "gifs/personnel_lockers_large.jpg"; 
	imagek = new Image();	imagek.src = "gifs/mesh_lockers_large.jpg";
	imagel = new Image();	imagel.src = "gifs/module_lockers_large.jpg"; 
	imagem = new Image();	imagem.src = "gifs/polythene_lockers_large.jpg";
	imagen = new Image();	imagen.src = "gifs/storage_cupboards_large.jpg"; 
	imageo = new Image();	imageo.src = "gifs/hazardous_goods_large.jpg"; 
	imagep = new Image();	imagep.src = "gifs/seats_stands_large.jpg";
} 

function newImage(imagename,imagewidth,imageheight) {
   var newfile = imagename;
   var result;
   result = imagename.indexOf("cupboards_lockers");
   if (result != -1) {newfile="gifs/cupboards_lockers_large.jpg";} 
   result = imagename.indexOf("personnel_lockers");
   if (result != -1) {newfile="gifs/personnel_lockers_large.jpg";} 
   result = imagename.indexOf("mesh_lockers");
   if (result != -1) {newfile="gifs/mesh_lockers_large.jpg";} 
   result = imagename.indexOf("module_lockers");
   if (result != -1) {newfile="gifs/module_lockers_large.jpg";} 
   result = imagename.indexOf("polythene_lockers");
   if (result != -1) {newfile="gifs/polythene_lockers_large.jpg";} 
   result = imagename.indexOf("storage_cupboards");
   if (result != -1) {newfile="gifs/storage_cupboards_large.jpg";} 
   result = imagename.indexOf("hazardous_goods");
   if (result != -1) {newfile="gifs/hazardous_goods_large.jpg";} 
   result = imagename.indexOf("seats_stands");
   if (result != -1) {newfile="gifs/seats_stands_large.jpg";} 

   newscreen=window.open(newfile,'_top','toolbar=no,location=no,directories=no, status=no,  screenX=100, screenY=30, left=100, top=30, scrollbars=no, resizable=yes, copyhistory=no, width=500, height=480');
}
function replaceImage(imageLoc,imageName, imageWidth, imageHeight) {
	document.images[imageLoc].src = imageName;
	document.images[imageLoc].width = imageWidth;
	document.images[imageLoc].height = imageHeight;
	return true;
	}
function replaceText(textName) {
	document.formText.picText.value = textName;
	return true;
	}
var cupboardsLockers="Brookstore offer a wide range of personnel lockers and cupboards for a variety of uses throughout offices and factories.";
var personnelLockers="Our personnel lockers have a robust construction with reinforced doors plus options for a sloping top, integral seat and stand.";
var meshLockers="Our mesh lockers are finished in a bright zinc metal. They offer high visual security and are ideal for airing damp clothes.";
var moduleLockers="Our module storage units come in three sizes and can be bolted together to form stacks and nests.  They are ideal for personal and tool storage.";
var polytheneLockers="These specially designed lockers are for use in wet environments or where there is a need for a non-corrosive and hygienic storage solution.";
var seatsStands="Our range of seats and stands combine with our range of lockers. Our sales engineers can advise you on their suitability.";
var storageCupboards="We offer a wide range of storage cupboards for use in both office and industrial environments as well as cupboards with tambour doors where extra security is required.";
var hazardousGoods="Our range of cabinets are suitable for the storage of hazardous items such as flammable materials or materials which give off noxious vapours. The cabinets have reinforced doors and a removable 75mm sealed sump base tray with nitrate rubber seal. All units comply with current legislation on the storage of hazardous materials.";
