// JavaScript Document


function abre(theURL,winName,features) { 
  window.open(theURL,winName,features);
}

