// ADICIONAR AOS FAVORITOS - INÍCIO //

function addFav(){
    var url = "http://www.webmensagens.com";
    var title = "Web Mensagens - Mensajes e Imágenes para Orkut, Hi5, MySpace, Facebook y Quepasa!";
    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);}
}

// COPIAR CÓDIGO - INÍCIO //

function copiar(texto)
{
    texto.select();
    var cop = texto.createTextRange();
    cop.execCommand("Copy");
}

// MOSTRA JANELA CÓDIGO COPIADO - INÍCIO //

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

