
// Geral

function abrir(url,nome,str)
{
	
	var win = window.open(url,nome,str);	
}