//General

		function AbrirEmailPage()
		{
			url = escape(location.href);
			urlIndique = 'http://www.actionaid.org.br/indique/indique_amigo.asp?Url=' + url;
			window.open(urlIndique,'indique','width=350,height=350,top=50,left=50');  
		}
