function getFavoritos(){
  var title = "Zanotti";
  var url = "http://www.zanotti.com.br";
  if (document.all)
  window.external.AddFavorite(url, title);
  else if (window.sidebar)
  window.sidebar.addPanel(title, url, "")
}

function fScr(theURL) {
  params  = 'width='+screen.width;
  params += ', height='+screen.height;
  params += ', top=0, left=0'
  params += ', fullscreen=yes';
  params += ', scrollbars=auto';

  window.open(theURL, '', params);
}
