function Webs_openWindow(theURL,winName,features) 
{
  window.open(theURL,winName,features);
}

function senddata(button){
  document.form.button.value = button;
}

function MM_openBrWindow(theURL,winName,features) {
features=features + 'screenX=0,screenY=0'; 
  window.open(theURL,winName,features);
}
