var nav = (document.layers) ? true : false 
function FormOver(theObj){  if (!nav && theObj) theObj.style.backgroundColor="#DCE6F1"; }
function FormOut(theObj){   if (!nav && theObj) theObj.style.backgroundColor="#FFFFFF"; }
function FormClick(theObj){ if (!nav && theObj) theObj.style.backgroundColor="#DCE6F1"; }
function FormFocus(theObj){ if (!nav && theObj) theObj.style.backgroundColor="#DCE6F1"; }
function FormBlur(theObj){  if (!nav && theObj) theObj.style.backgroundColor="#FFFFFF"; }
