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

		contact = new Image()
		contact.src = "../images/s-contact.gif"
		contacton = new Image()
		contacton.src = "../images/s-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;
// -->

