<!-- Hide from old browsers...

if (document.images) {

sehwani1on = new Image();
sehwani1on.src = "img/home2.gif";
sehwani2on = new Image();
sehwani2on.src = "img/profile2.gif";
sehwani3on = new Image();
sehwani3on.src = "img/history2.gif";
sehwani4on = new Image();
sehwani4on.src = "img/jo2.gif";
sehwani5on = new Image();
sehwani5on.src = "img/submit2.gif";
sehwani6on = new Image();
sehwani6on.src = "img/contactus2.gif";

sehwani1off = new Image();
sehwani1off.src = "img/home1.gif";
sehwani2off = new Image();
sehwani2off.src = "img/profile1.gif";
sehwani3off = new Image();
sehwani3off.src = "img/history1.gif";
sehwani4off = new Image();
sehwani4off.src = "img/jo1.gif";
sehwani5off = new Image();
sehwani5off.src = "img/submit1.gif";
sehwani6off = new Image();
sehwani6off.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");
	}
}
//-->