function onMouseOver(obj) {
	obj.className="navMouseOver";
}

function onMouseOut(obj) {
	obj.className="";
}

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=401,height=411,left = 445,top = 200');");
}

function popUp2(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=420,height=260,left = 519.5,top = 200');");
}

function popUp3(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=617,height=272,left = 340,top = 274.5');");
}

function doRoll(obj,useDir) {
	obj.src=(useDir)?"images/buttons/"+obj.name+"_roll.gif":"../images/buttons/"+obj.name+"_roll.gif";
}

function doOriginal(obj,useDir) {
	obj.src=(useDir)?"images/buttons/"+obj.name+"_org.gif":"../images/buttons/"+obj.name+"_org.gif";
}

function mailLink(txtAddress) {
	txtAddress=txtAddress + "@" + "hernandezconcretepumping" + "." + "c" + "o" + "m";
	return "<a href='mailto: "+txtAddress+"'>";	
}
