<!-- Hide from old browsers...

if (document.images) {

mori1on = new Image();
mori1on.src = "img/home2.jpg";
mori2on = new Image();
mori2on.src = "img/aboutus2.jpg";
mori3on = new Image();
mori3on.src = "img/services2.jpg";
mori4on = new Image();
mori4on.src = "img/apply2.jpg";
mori5on = new Image();
mori5on.src = "img/contact2.jpg";
mori6on = new Image();
mori6on.src = "img/clients2.gif";
mori7on = new Image();
mori7on.src = "img/business2.gif";
mori8on = new Image();
mori8on.src = "img/jobs2.jpg";
mori9on = new Image();
mori9on.src = "img/ann2.jpg";
mori10on = new Image();
mori10on.src = "img/poea2.jpg";
mori11on = new Image();
mori11on.src = "img/pres2.jpg";


mori1off = new Image();
mori1off.src = "img/home1.jpg";
mori2off = new Image();
mori2off.src = "img/aboutus1.jpg";
mori3off = new Image();
mori3off.src = "img/services1.jpg";
mori4off = new Image();
mori4off.src = "img/apply1.jpg";
mori5off = new Image();
mori5off.src = "img/contact1.jpg";
mori6off = new Image();
mori6off.src = "img/clients1.gif";
mori7off = new Image();
mori7off.src = "img/business1.gif";
mori8off = new Image();
mori8off.src = "img/jobs1.jpg";
mori9off = new Image();
mori9off.src = "img/ann1.jpg";
mori10off = new Image();
mori10off.src = "img/poea1.jpg";
mori11off = new Image();
mori11off.src = "img/pres1.jpg";
}

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");
	}
}
//-->
