
function confTemas() {

	var a = document.URL.split("//");
	a = (a[0] ? a[1] : a[0]).split("//");
	var url = (a.join("n"));

	if (url == "www.agenciatrends.com.br/otimizacao-de-sites.html") {
		document.getElementById('css').href = '/css/style1.css';
		document.getElementById(id).style.background = "red";
        }
	if (url == "www.agenciatrends.com.br/links-patrocinados.html") {
		document.getElementById('css').href = '/css/style2.css';
        }
	if (url == "www.agenciatrends.com.br/cms.html") {
		document.getElementById('css').href = '/css/style3.css';
		document.getElementById(id).style.background = "red";
        }
	if (url == "www.agenciatrends.com.br/web-analytics.html") {
		document.getElementById('css').href = '/css/style4.css';
        }

// MENU ACTIVE
	if (url == "site.agenciatrends.com.br/") {
                document.getElementById('home').style.background = "#507218";
        }

	if (url == "site.agenciatrends.com.br/servicos.html") {
		document.getElementById('servicos').style.background = "#507218";
         }

	if (url == "site.agenciatrends.com.br/empresa.html") {
		document.getElementById('empresa').style.background = "#507218";
         }
	
        if (url == "site.agenciatrends.com.br/contato.html") {
		document.getElementById('contato').style.background = "#507218";
         }
}
