<!-- Hide from old browsers...

if (document.images) {

qx1on = new Image();
qx1on.src = "img/home2.gif";
qx2on = new Image();
qx2on.src = "img/coy_info2.gif";
qx3on = new Image();
qx3on.src = "img/expertise2.gif";
qx4on = new Image();
qx4on.src = "img/our_work2.gif";
qx5on = new Image();
qx5on.src = "img/contact_us2.gif";
qx6on = new Image();
qx6on.src = "img/search2.gif";
qx7on = new Image();
qx7on.src = "img/products2.gif";

qx1off = new Image();
qx1off.src = "img/home1.gif";
qx2off = new Image();
qx2off.src = "img/coy_info1.gif";
qx3off = new Image();
qx3off.src = "img/expertise1.gif";
qx4off = new Image();
qx4off.src = "img/our_work1.gif";
qx5off = new Image();
qx5off.src = "img/contact_us1.gif";
qx6off = new Image();
qx6off.src = "img/search_button.gif";
qx7off = new Image();
qx7off.src = "img/products1.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");
	}
}
//-->