// JavaScript Document
function abrirpopup(url,title,width,height){
 var ventana=window.open(url,title,"width="+width+ ",height="+height+",resizable=yes,scrollbars=yes,menubar=no"); 
 
}