// JavaScript Document

function abrir(url){
	window.open(url,'popup','width=600, height=400, scrollbars=yes');
}
