// JavaScript Document

function homepage() 
{  
  if(document.all)
    document.body.style.behavior='url(#default#homepage)';
    document.body.setHomePage('http://www.imcn.it');
}




function add(){
title="mondo cattolico napoli"
window.external.AddFavorite ("http://www.mcn.it" ,title)
}


countwin=1;
function show_foto(param)
{
  window.open("finestra.html?show="+param, "foto"+countwin, "width=100 ,height=100 ,toolbar=no, location=no, status=no, menubar=no, scrollbars=no, resizable=no");
  countwin++;
}
