<!--
    if (document.images) {
		company = new Image()
		company.src = "images/company.gif"
		companyon = new Image()
		companyon.src = "images/company1.gif"
		
		services = new Image()
		services.src = "images/services.gif"
		serviceson = new Image()
		serviceson.src = "images/services1.gif"
		
		clients = new Image()
		clients.src = "images/clients.gif"
		clientson = new Image()
		clientson.src = "images/clients1.gif"
		
		employment = new Image()
		employment.src = "images/employment.gif"
		employmenton = new Image()
		employmenton.src = "images/employment1.gif"

		contact = new Image()
		contact.src = "images/contact.gif"
		contacton = new Image()
		contacton.src = "images/contact1.gif"
		
	}
	
	function iC(i, iName){
		if (document.images){
			document.images[i].src = eval(i + iName + ".src");
		}
	}

	function reDo(){ window.location.reload() }
    window.onresize = reDo;
// -->

