function addFav(){
    var url      = "http://www.asturbo.com.br";
    var title    = "AS Computadores - O Melhor Conteúdo";
    if (window.sidebar) window.sidebar.addPanel(title, url,"");
    else if(window.opera && window.print){
        var mbm = document.createElement('a');
        mbm.setAttribute('rel','sidebar');
        mbm.setAttribute('href',url);
        mbm.setAttribute('title',title);
        mbm.click();
    }
    else if(document.all){window.external.AddFavorite(url, title);}
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.
  selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function abrirPopupImpressao(url){	
	window.open(url,'popImpressao' , 'width=640, height=400,top=200,left=150,resizable=1,status=0,menubar=0,scrollbars=1');
}

function abrirPopupEnviar(url){	
	window.open(url,'popEnviar' , 'width=500, height=360,top=200,left=200,resizable=0,status=0,menubar=0,scrollbars=0');
}