<!--

function openForm(form){
formWindow=window.open(form,'formWin','width=720,height=540,toolbar=no,menubar=no,scrollbars=no,titlebar=no,location=no,status=no,resizable=no');
formWindow.focus();
}

//-->