function tell()
{
window.open("../../outros/tell/default.asp?Link=" + window.location.href + "","tell","toobar=no,location=no,directories=no,status=no,scrollbars=no,menubar=no,resizable=no,fullscreen=no,width=600,height=350")
}
function add()
{
window.external.AddFavorite(window.location.href, document.title)
}
function topLinks() {
if (document.topForm.topMenu.options[document.topForm.topMenu.selectedIndex].value != "") {
	window.location.href = document.topForm.topMenu.options[document.topForm.topMenu.selectedIndex].value;
	}
}