function abrirbanner(theURL) { //v2.0
  window.open(theURL,"","width=400, height=400, resizable=NO, scrollbars=YES, resizable=NO, Status=NO, Titlebar=NO, Toolbar=no, Menubar=NO, Location=NO, Directories=NO, dependent=NO");
}

function popUpBanner(theURL,features) { 
  window.open(theURL,null,features);
}
