<!-- Hide from old browsers...

if (document.images) {

gti1on = new Image();
gti1on.src = "img/services2.gif";
gti2on = new Image();
gti2on.src = "img/markets2.gif";
gti3on = new Image();
gti3on.src = "img/aboutus2.gif";
gti4on = new Image();
gti4on.src = "img/employers2.gif";
gti5on = new Image();
gti5on.src = "img/application2.gif";
gti6on = new Image();
gti6on.src = "img/contactus2.gif";

gti1off = new Image();
gti1off.src = "img/services1.gif";
gti2off = new Image();
gti2off.src = "img/markets1.gif";
gti3off = new Image();
gti3off.src = "img/aboutus1.gif";
gti4off = new Image();
gti4off.src = "img/employers1.gif";
gti5off = new Image();
gti5off.src = "img/application1.gif";
gti6off = new Image();
gti6off.src = "img/contactus1.gif";
}

function jason(one){
	if (document.images){
	document[one].src = eval (one + "on.src");
	}
}

function jasoff(one){
	if (document.images){
	document[one].src = eval (one + "off.src");
	}
}
//-->