function ventanita3 (URL){
      ventana = window.open(URL,"Recomendar","width=480,height=320,top=70,left=500, scrollbars=NO, menubar=NO,toolbar=NO");
	  ventana.focus();
}
