function abrir (URL,name,width,height) {
	awindow = window.open(URL,name,'width='+width+',height='+height+',dependent=1,directories=0,location=0,menubar=0,resizable=0,scrollbars=0,toolbar=0');
	awindow.focus();
}
