function hilite(elem)
{
	elem.style.background = '#FFC';
}

function lowlite(elem)
{
	elem.style.background = '';
}

<!--
function myPopup2() {
myleft=(screen.width)?(screen.width-400)/2:100;
mytop=(screen.height)?(screen.height-440)/2:100;
window.open( "form.html", "myWindow",
"status = 1, height = 440, width = 400, resizable = 0, top="+mytop+", left="+myleft+"" )
}
//-->


