 function abrir(url) {

	window.open(url, '', 'status=no, resizable=no, width=1010, height=700, scrollbars=yes');

 }