this._prefix ="td";
this._sulfix1 ="Empresa";
this._sulfix2 ="Central";
this._sulfix3 ="Seguros";
this._sulfix4 ="Servico";
this._sulfix5 ="Tecnica"
this._sulfix6 ="AreaRestrita";
this._sulfix7 ="Contato";


function LoadPage(obj)
{
	if( obj.id == (_prefix + _sulfix1) )
	{
		window.location = "../adm/click.aspx?url=../paginas_html/empresa.html";	
	}

	if( obj.id == (_prefix + _sulfix2) )
	{
		window.location = "../adm/click.aspx?url=../paginas_html/central_relacionamento.html";	
	}

	if( obj.id == (_prefix + _sulfix3) )
	{
		window.location = "../adm/click.aspx?url=../paginas_html/seguros.html";	
	}

	if( obj.id == (_prefix + _sulfix4) )
	{
		window.location = "../adm/click.aspx?url=../paginas_html/servicos.html";	
	}
	
	if( obj.id == (_prefix + _sulfix5) )
	{
		window.location = "../adm/click.aspx?url=../paginas_html/area_tecnica.html";	
	}
	
	if( obj.id == (_prefix + _sulfix6) )
	{
		window.location = "../adm/click.aspx?url=../paginas_html/area_cliente.html";	
	}

	if( obj.id == (_prefix + _sulfix7) )
	{
		window.location = "../adm/click.aspx?url=../paginas_html/contato.html";	
	}
} 



function toolbarOnMouseOver(obj,status)
{
	//vars
	this._tabela = obj.id;
	this._status = status;
	if(_status == "over"){
		document.getElementById(_tabela).style.backgroundColor = "#C0C0C0";
	}else if(_status == "out")
	{
		document.getElementById(_tabela).style.backgroundColor = "#DEDEDC";
	}
}

function sublinharLink(obj,status)
{
	//vars
	this._familiar = "Seguro_Familia";
	this._acidentes = "Seguro_AcidentesPessoais";
	this._saude = "Seguro_Saude";
	this._esporte = "Seguro_EspoteRadical";
	this._aeronautico = "Seguro_Aeronautico";
	this._incendio="Seguro_Incendio";
	this._vejaaqui="tblVejaAqui";
	this._noticia="linkNoticiaDinamica";
	this._buttonOk="btnOk";

	if(obj.id == _familiar && status == "over")
	{
		document.getElementById('linkFamiliar').style.textDecoration = "underline";
	}else
	{
		document.getElementById('linkFamiliar').style.textDecoration = "none";
	}
	
	if(obj.id == _acidentes && status == "over")
	{
		document.getElementById('linkAcidentes').style.textDecoration = "underline";
	}else
	{
		document.getElementById('linkAcidentes').style.textDecoration = "none";
	}

	if(obj.id == _saude && status == "over")
	{
		document.getElementById('linkSaude').style.textDecoration = "underline";
	}else
	{
		document.getElementById('linkSaude').style.textDecoration = "none";
	}
	
	if(obj.id == _esporte && status == "over")
	{
		document.getElementById('linkEsportes').style.textDecoration = "underline";
		document.getElementById('linkNovo').style.textDecoration = "underline";
	}else
	{
		document.getElementById('linkEsportes').style.textDecoration = "none";
		document.getElementById('linkNovo').style.textDecoration = "none";
	}

	if(obj.id == _aeronautico && status == "over")
	{
		document.getElementById('linkAeronautico').style.textDecoration = "underline";
	}else
	{
		document.getElementById('linkAeronautico').style.textDecoration = "none";
	}

	if(obj.id == _incendio && status == "over")
	{
		document.getElementById('linkIncendio').style.textDecoration = "underline";
	}else
	{
		document.getElementById('linkIncendio').style.textDecoration = "none";
	}

	if(obj.id == _vejaaqui && status == "over")
	{
		document.getElementById('txtNeptuniaResponde1').style.textDecoration = "underline"
		document.getElementById('txtNeptuniaResponde2').style.textDecoration = "underline"
		document.getElementById('txtNeptuniaResponde3').style.textDecoration = "underline"
		document.getElementById('linkVejaAqui').style.textDecoration = "underline";
	}else
	{
		document.getElementById('linkVejaAqui').style.textDecoration = "none";
		document.getElementById('txtNeptuniaResponde1').style.textDecoration = "none"
		document.getElementById('txtNeptuniaResponde2').style.textDecoration = "none"
		document.getElementById('txtNeptuniaResponde3').style.textDecoration = "none"
	}
	

	if(obj.id == _noticia && status == "over")
	{
		document.getElementById('tituloNoticia').style.textDecoration = "underline"
	}else
	{
		document.getElementById('tituloNoticia').style.textDecoration = "none";
	}


	if(obj.id == _buttonOk && status == "over")
	{
		document.getElementById('ddlTipoSeguro').style.backgroundColor = "#C5CBDA"
		document.getElementById('txtTipoSeguro').style.backgroundColor = "#C5CBDA"
	}else
	{
		document.getElementById('ddlTipoSeguro').style.backgroundColor = "white";
		document.getElementById('txtTipoSeguro').style.backgroundColor = "white";
	}
}

function posiciona(){
document.getElementById('barra1').style.left=(document.body.clientWidth - 418)/2;
document.getElementById('barra2').style.left=(document.body.clientWidth - 781)/2;
document.getElementById('barra3').style.left=(document.body.clientWidth - 781)/2;
document.getElementById('barra4').style.left=(document.body.clientWidth - 781)/2;
}
