// JavaScript Document

<!--Begin CDpop
function popBlog() {
    openWin = window.open("blog/index.php","myWindow","top=0,left=0,width=700,height=600,scrollbars=yes,menubars=yes,location=yes,resizable=yes,toolbar=yes");
    openWin.focus();
}
//  End-->

<!--Begin image popups for SWFs
 function imgswf(page) {
so=eval("window.open('"+page+"','so','toolbar=0,scrollbars=0,location=0,status=0,menubars=0,resizable=0,width=565,height=450')")
}

function closeIt() {
    openWin.close();
}
//  End-->

<!-- Begin image popups for jpegs
function imgjpg(img){
  foto1= new Image();
  foto1.src=(img);
  Controlla(img);
}
function Controlla(img){
  if((foto1.width!=0)&&(foto1.height!=0)){
    viewFoto(img);
  }
  else{
    funzione="Controlla('"+img+"')";
    intervallo=setTimeout(funzione,20);
  }
}
function viewFoto(img){
  largh=foto1.width+20;
  altez=foto1.height+20;
  stringa="width="+largh+",height="+altez;
  finestra=window.open(img,"",stringa);
}
//  End -->
