function startPage(){}
function stopPage(){}
function ct(){}
function OpenPopup(theURL,theNAME,theFEATURES)
{
  theFEATURES = theFEATURES + ",resizable=yes"
  window.open(theURL,theNAME,theFEATURES);
}