<!-- Hide from old browsers...

if (document.images) {

mabuhay1on = new Image();
mabuhay1on.src = "img/home2.gif";
mabuhay2on = new Image();
mabuhay2on.src = "img/ourcompany2.gif";
mabuhay3on = new Image();
mabuhay3on.src = "img/ourclients2.gif";
mabuhay4on = new Image();
mabuhay4on.src = "img/ourservices2.gif";
mabuhay5on = new Image();
mabuhay5on.src = "img/landbase2.gif";
mabuhay6on = new Image();
mabuhay6on.src = "img/opa2.gif";
mabuhay7on = new Image();
mabuhay7on.src = "img/opportunities2.gif";
mabuhay8on = new Image();
mabuhay8on.src = "img/applyonline2.gif";
mabuhay9on = new Image();
mabuhay9on.src = "img/contactus2.gif";
mabuhay10on = new Image();
mabuhay10on.src = "img/emplogin2.gif";

mabuhay1off = new Image();
mabuhay1off.src = "img/home1.gif";
mabuhay2off = new Image();
mabuhay2off.src = "img/ourcompany1.gif";
mabuhay3off = new Image();
mabuhay3off.src = "img/ourclients1.gif";
mabuhay4off = new Image();
mabuhay4off.src = "img/ourservices1.gif";
mabuhay5off = new Image();
mabuhay5off.src = "img/landbase1.gif";
mabuhay6off = new Image();
mabuhay6off.src = "img/opa1.gif";
mabuhay7off = new Image();
mabuhay7off.src = "img/opportunities1.gif";
mabuhay8off = new Image();
mabuhay8off.src = "img/applyonline1.gif";
mabuhay9off = new Image();
mabuhay9off.src = "img/contactus1.gif";
mabuhay10off = new Image();
mabuhay10off.src = "img/emplogin1.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");
	}
}
//-->