// JavaScript Document
function pegaURL (menu)
	{
		if (menu == 0)
		{
			location.href = "index.aspx";
		}
		if (menu == 1)
		{
			location.href = "sobr.aspx";
		}
		if (menu == 2)
		{
			location.href = "prod.aspx";
		}
		if (menu == 3)
		{
			location.href = "serv.aspx";
		}
		if (menu == 4)
		{
			location.href = "rece.aspx";
		}
		if (menu == 5)
		{
			location.href = "noti.aspx";
		}
		if (menu == 6)
		{
			location.href = "agen.aspx";
		}
		if (menu == 7)
		{
			location.href = "http://www.elancers.net/frames/rich/frame_geral.asp";
		}
		if (menu == 8)
		{
			location.href = "sac.aspx";
		}
		if (menu == 9)
		{
			location.href = "vend.aspx";
		}
	}

function activePage( idx )
{
	var lnk = document.getElementById( "lnkFooter" + idx );
	if( lnk )
	{
		lnk.style.cssText = "text-decoration:none; font-weight:bolder;"
		lnk.setAttribute( ((ie)?"className":"class"), "link");
		lnk.href	 = "#";
	}
}
