<!--

function openForm(theform, wid , hite) {

   newWindow = open(theform,"","width="+wid+",height="+hite+",scrollbars=1,resizable=1,toolbar=0,menubar=0,location=0,status=1,directories=0");
  } 

//-->



