function msOvr(imgID) { // mouse over
document.getElementById(imgID).src = "/cimages/arrowMsOver.gif";
}
function msOut(imgID) { // mouse out
document.getElementById(imgID).src = "/cimages/px.gif";
}
function msOvr2(imgID) { // mouse over
document.getElementById(imgID).src = "/cimages/arrow3msOver.gif";
}
function msOut2(imgID) { // mouse out
document.getElementById(imgID).src = "/cimages/px.gif";
}
/* function msOvr2(cellID) { // mouse over
document.getElementById(cellID).style.fontWeight = "bold";
}
function msOut2(cellID) { // mouse out
document.getElementById(cellID).style.fontWeight = "normal";
} */
function clearInputField(field) {
if (field.value=='(your email here)') { field.value=''; }
}
function altAlt() {
document.getElementById('k'+'e'+'y'+'Img1').alt = "Financial Privacy";
document.getElementById('k'+'e'+'y'+'Img2').alt = "Financial Privacy";
}
