function initDefault(){
	// if(is.ie||is.ns6)blurLinks();
	
	// Preload do menu
	if (nav.getSection(1)=='home') pImenuHome();
	else if (nav.getSection(1)=='loja') pImenuIntLoja;
	else if (nav.getSection(2)=='buscaavancada' || nav.getSection(2)=='buscaavancadaporpreco' || nav.getSection(2)== 'buscabaixoconsumo'|| nav.getSection(2)=='buscarevendedores') pImenuIntBusca();
	else if (nav.getSection(2)=='politicadeprivacidade') pIPoliticaInt();
	else if (nav.getSection(2)=='termos') pITermosInt();
	else if (nav.getSection(1)=='servicos') pIServInt();
	else if (nav.getSection(1)=='aconsul') pImenuIntAconsul(nav);
	else if (nav.getSection(1)=='vida') pImenuIntVida(nav);
	else if (nav.getSection(1)=='livro') pImenuIntLivro();
	else pImenuInt(nav);
	
	// preloadImagesCabecalho();
	
	
	navInit(nav); // Inicializa navegação (arq. dynclick_navigation.js)
	document.onmousemove = NavSlideEvent; // Atribue NavSlideEvent() ao mousemove do documento
	
	if(isDef('init'))init();

}
window.onload = initDefault;
window.defaultStatus = 'Consul';
