caminho_s = 'http://www.ksb.com.br/';caminho = 'http://www.ksb.com.br/';function vai(url_link,nome_target,tipo){ switch(nome_target){ case "topo": target = 0; break; case "principal": target = 1; break; case "rodape": target = 2; break; default: target = 1; break; } if (tipo == "seguro") { if (url_link=="principal.htm"){ if ((parent[2].location.href != caminho_s+"rodape_home.htm")|(parent[2].location.href != caminho+"rodape_home.htm")) { parent[2].location.href = caminho_s+"rodape_home.htm"; } } else { if ((parent[2].location.href == caminho_s+"rodape_home.htm")|(parent[2].location.href == caminho+"rodape_home.htm")) { parent[2].location.href = caminho_s+"rodape.htm"; } } parent[target].location.href = caminho_s+url_link; } else { if (url_link=="principal.htm") { if ((parent[2].location.href != caminho_s+"rodape_home.htm")|(parent[2].location.href != caminho+"rodape_home.htm")) { parent[2].location.href = caminho+"rodape_home.htm"; } } else { if ((parent[2].location.href == caminho_s+"rodape_home.htm")|(parent[2].location.href == caminho+"rodape_home.htm")) { parent[2].location.href = caminho+"rodape.htm"; } } parent[target].location.href = caminho+url_link; } }