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