function popUp (pag, w, h)
{
	window.open (pag, '_blank', 'toolbar = no, location=no, directories=no, status=no, menubar=no, scrollbars=0, resizable=0, leftmargin=0, topmargin=0, height=' + h + ', width=' + w + '');
}