function getFavoritos(){
  var title = "Cia.Marítima";
  var url = "http://www.ciamaritima.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);
}
