
function abreURL(url) {

alert(url);	
	if(url != ''){
		window.open(url , "" , "");	
	}
}

