<!--
      var ns = 0;
      var ie = 0;
      var op = 0;
      var mac = 0;
      var win = 0;
      var lnx = 0;

      if (navigator.appVersion.indexOf("Mac") != -1)
        {
          mac=1;
          scr="mac";
        }
      else if (navigator.appVersion.indexOf("Linux") != -1)
        {
          lnx=1;
          scr="lnx";
        }
      else
        {
          win=1;
          scr="win";
        }
      //alert(scr);

      if (navigator.userAgent.indexOf("Opera") != -1)
        {op=1;}
      else if (navigator.userAgent.indexOf("MSIE") != -1)
        {ie=1;}
      else
        {ns=1;}

	  document.write("<LINK REL=\"stylesheet\" HREF=\"script/style.css\" TYPE=\"text/css\">");

  function imgSwap(pic1,pic2) {
    if (document.images) {
	  //alert(pic1)
	  //alert(pic2)
	  //alert(document[pic1].src);
      document[pic1].src = eval(pic2 + ".src");
    }
  }

  function chiudiFinestra() {
    window.close();
  }

var wind = null;
function NewWindow(mypage,myname,w,h,scroll){
  sw=screen.width;
  sh=screen.height;
  if ((sh==480) && (h>300))
    h=300;
  else if ((sh==600) && (h>500))
    h=500;
  nh=h+35;
  sh=sh - 20;
  LeftPosition = (sw) ? (sw-w)/2 : 0;
  TopPosition = (sh) ? (sh-nh-20)/2 : 0;

  if ((TopPosition+nh) > sh)
    TopPosition = 0;

  settings = 'height='+nh+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll
  wind = window.open(mypage,myname,settings)
  if(wind.window.focus){wind.window.focus();}
}

function NewWindow2(mypage,myname,w,h,scroll){
  LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
  TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
  settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll
  wind = window.open(mypage,myname,settings)
  if(wind.window.focus){wind.window.focus();}
}

function ApriFinestra(myimg,myname,w,h,imgW,imgH,myTitle,myAlt,scroll) {
  sw=screen.width;
  sh=screen.height;

  //alert(h)

  if ((sh==480) && (h>300))
    {
	  h=300;
	  scroll = 'yes';
    }
  else if ((sh==600) && (h>500))
    {
      h=500;
	  scroll = 'yes';
    }

  //alert(h)

  nh=h+45;

  sh=sh - 20;

  //alert(sw)
  //alert(sh)

  LeftPosition = (sw) ? (sw-w)/2 : 0;
  TopPosition = (sh) ? (sh-nh-20)/2 : 0;

  if ((TopPosition+nh) > sh)
    TopPosition = 0;

  //LeftPosition = (sw-w)/2;
  //TopPosition = 20;

  settings = 'height='+nh+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll


  //alert(settings)
  msg = open("",myname,settings)

  if (navigator.appVersion.indexOf("Mac") != -1) {scr="mac";}
  else {scr="win";}

  msg.document.open();
  msg.document.write("<!doctype html public \"-//w3c//dtd html 4.0 transitional//en\">\n");
  msg.document.write("<HTML>\n");
  msg.document.write("<HEAD>\n<TITLE>"+myTitle+"</TITLE>\n");
  msg.document.write("<META NAME=\"Author\" CONTENT=\"Akensoft - www.akensoft.it\">\n");

  astr='<LINK REL="stylesheet" HREF="script/style.css" TYPE="text/css">\n';
  msg.document.write(astr);

  msg.document.write("<STYLE>\n");
  msg.document.write("<!--\n");
  msg.document.write("BODY\n");

  msg.document.write("A:link {text-decoration: none;}\n");
  msg.document.write("A:visited {text-decoration: none;}\n");
  msg.document.write("-->\n");
  msg.document.write("<\/STYLE>\n");

  msg.document.write("<SCRIPT language=\"JavaScript\">\n");
  msg.document.write("function chiudiFinestra() {\n");
  msg.document.write("window.close(); }\n");
  msg.document.write("</script>\n");

  msg.document.write("</head>\n");
  msg.document.write("<body bgcolor=\"#FFFFCC\" marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 bottommargin=0 rightmargin=0>\n");
  msg.document.write("<center>\n");
  msg.document.write("<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD>\n");
  astr='<center><IMG SRC="'+myimg+'" BORDER=0 WIDTH='+imgW+' HEIGHT='+imgH+' alt=\"'+myAlt+'\" title=\"'+myAlt+'\">\n</center>\n';

  msg.document.write(astr);
  msg.document.write("</TD></TR>\n");
  msg.document.write("<tr><TD class=dida>&nbsp;</TD></tr>\n");
  msg.document.write("</TABLE>\n");

  msg.document.write("<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD>\n");
  msg.document.write("<tr><TD ALIGN=CENTER CLASS=\"closebut\">\n");
  msg.document.write("<A HREF=\"javascript:chiudiFinestra()\"><B>Chiudi finestra</B></A><BR><BR>\n</TD></tr>\n");

  msg.document.write("</TABLE>\n");
  msg.document.write("</center>\n");
  msg.document.write("</body>\n");
  msg.document.write("</HTML>");
  msg.document.close();

  if(msg.window.focus){msg.window.focus();}
}

function myAlert(msg) {
  alert(msg);
}

function goToAssoc(albObj)
  {
    var destAlbum=new Array();
    var myLink="";

    destAlbum[0]='ISA';
    destAlbum[1]='IFA';
    destAlbum[2]='ELSA';
    destAlbum[3]='Austria';
    destAlbum[4]='Belgio"';
    destAlbum[5]='Bulgaria';
    destAlbum[6]='Danimarca';
    destAlbum[7]='Estonia';
    destAlbum[8]='Finlandia';
    destAlbum[9]='Francia';
    destAlbum[10]='Germania';
    destAlbum[11]='Grecia';
    destAlbum[12]='Irlanda';
    destAlbum[13]='Islanda';
    destAlbum[14]='Lettonia';
    destAlbum[15]='Lituania';
    destAlbum[16]='Lussemburgo';
    destAlbum[17]='Norvegia';
    destAlbum[18]='Olanda';
    destAlbum[19]='Polonia';
    destAlbum[20]='RegnoUnito';
    destAlbum[21]='Spagna';
    destAlbum[22]='Svezia';
    destAlbum[23]='Svizzera';
    destAlbum[24]='Ungheria';
    destAlbum[25]='USA';
    destAlbum[26]='Canada';
    destAlbum[27]='AltriPaesi';
    destAlbum[28]='SitiConsigliati';

	itemselected=albObj.selectedIndex;
    itemselected=albObj.options[itemselected].value;
    if (itemselected>=0) {
	   myLink = "lnk_org.html#" + destAlbum[itemselected];
       window.location.href=myLink;
    }
  }


function writeComboAlbum(albObj)
  {
    document.write("<OPTION VALUE=\"-1\" selected> - ORGANISMI -");
    document.write("<OPTION VALUE=\"0\"> ISA");
    document.write("<OPTION VALUE=\"1\"> IFA");
    document.write("<OPTION VALUE=\"2\"> ELSA");
    document.write("<OPTION VALUE=\"-1\"> - ASSOCIAZIONI -");
    document.write("<OPTION VALUE=\"-1\"> - EUROPA -");
    document.write("<OPTION VALUE=\"3\"> Austria");
    document.write("<OPTION VALUE=\"4\"> Belgio");
    document.write("<OPTION VALUE=\"5\"> Bulgaria");
    document.write("<OPTION VALUE=\"6\"> Danimarca");
    document.write("<OPTION VALUE=\"7\"> Estonia");
    document.write("<OPTION VALUE=\"8\"> Finlandia");
    document.write("<OPTION VALUE=\"9\"> Francia");
    document.write("<OPTION VALUE=\"10\"> Germania");
    document.write("<OPTION VALUE=\"11\"> Grecia");
    document.write("<OPTION VALUE=\"12\"> Irlanda");
    document.write("<OPTION VALUE=\"13\"> Islanda");
    document.write("<OPTION VALUE=\"14\"> Lettonia");
    document.write("<OPTION VALUE=\"15\"> Lituania");
    document.write("<OPTION VALUE=\"16\"> Lussemburgo");
    document.write("<OPTION VALUE=\"17\"> Norvegia");
    document.write("<OPTION VALUE=\"18\"> Olanda");
    document.write("<OPTION VALUE=\"19\"> Polonia");
    document.write("<OPTION VALUE=\"20\"> Regno Unito");
    document.write("<OPTION VALUE=\"21\"> Spagna");
    document.write("<OPTION VALUE=\"22\"> Svezia");
    document.write("<OPTION VALUE=\"23\"> Svizzera");
    document.write("<OPTION VALUE=\"24\"> Ungheria");
    document.write("<OPTION VALUE=\"25\"> USA");
    document.write("<OPTION VALUE=\"26\"> Canada");
    document.write("<OPTION VALUE=\"27\"> Altri paesi");
    document.write("<OPTION VALUE=\"28\"> Siti consigliati");
  }

   function ricarica()
   {document.location.reload()}

   if (document.layers) window.onresize=ricarica;

//--->