function Favoritos_S(title, url){
if (document.all) window.external.AddFavorite(url, title);
else if (window.sidebar) window.sidebar.addPanel(title, url, "")
}
// Adicionar aos Favoritos
function Favoritos(pagina,titulo,descricao){
var agt=navigator.userAgent;
// Internet Explorer
if(agt.indexOf('MSIE')&&window.external)document.write(""+descricao+"");
else
// Gecko (Mozilla, Firefox, Firebird & Netscape)
if(agt.indexOf('Gecko')&&window.sidebar)document.write(""+descricao+"");
else
// Opera & Outros
document.write(""+descricao+"");
}
function definePagina(obj){
var defineHomeClick = document.createElement('img')
defineHomeClick.src = 'http://click.uol.com.br/?rf=hu-homepage&u=http://home.img.uol.com.br/x.gif';
if (navigator.appName.indexOf("Microsoft") != -1) {
obj.style.behavior = 'url(#default#homepage)';
obj.setHomePage('http://www.nortecnet.com.br/')
}
else {
location.href = "http://www.nortecnet.com.br";
}
}
function squirrelmail_loginpage_onload() {
document.forms[0].js_autodetect_results.value = '1';
var textElements = 0;
for (i = 0; i < document.forms[0].elements.length; i++) {
if (document.forms[0].elements[i].type == "text" || document.forms[0].elements[i].type == "password") {
textElements++;
if (textElements == 1) {
document.forms[0].elements[i].focus();
break;
}
}
}
}
function Entrar(Sender)
{
Sender.style.cursor = 'pointer'
Sender.color = 'red'
}
function Sair(Sender)
{
Sender.style.cursor='hand'
Sender.color = '#FFFFFF'
}