
function loadImages(){
	this[9] = new Image();
	this[9].src = "images/homeS.gif";
	this[10] = new Image();
	this[10].src = "images/consultancyS.gif";
	this[11] = new Image();
	this[11].src = "images/technologyS.gif";
	this[12] = new Image();
	this[12].src = "images/contactusMS.gif";
}
if(document.images) {
	loadImages();
}
