// JavaScript Document
function abre_url(url){
	self.location = url;
}
