if (top.frames.length > 0){ top.location=self.location;}

function OpenNewWindow(theURL,winName,features) {
   window.open(theURL,winName,features);
}


function AddFavorite(sURL, sDescr) {
  if ((navigator.appName=="Microsoft Internet Explorer")&&
    (parseInt(navigator.appVersion)>=4)) {
    window.external.AddFavorite(sURL, sDescr);
  } else {
    var msg = "Com o seu navigator\n\deve adicionar manualemente\n\rVERBOS ITALIANOS aos favoritos!\n\r";
    if (navigator.appName=="Netscape") msg += "(Tapez CTRL-D)";
    alert(msg);
  }
}



