   top.GoPage = "";
   top.GoPage1 = "";
   top.GoPage2 = "";
if(typeof top.frames["godi"] == "undefined"){
 var srch = location.search;
 if(srch.length>1){
  srch = srch.substr(1);
  if(srch.indexOf("&")>0){
   var tok = srch.split("&");
   var ndx = 0;
   if(topLanguage(tok[ndx])){
    top.GoLanguage = tok[ndx];
    ndx++;
   }
   if(topPage(tok[ndx])) {
    top.GoPage = tok[ndx];
    ndx++;
    if(topPage1(top.GoPage, tok[ndx])) {
     top.GoPage1 = tok[ndx];
     ndx++;
     if(topPage2(top.GoPage, top.GoPage1, tok[ndx])) {
      top.GoPage2 = tok[ndx];
      ndx++;
      if(topPage3(top.GoPage, top.GoPage1, top.GoPage2, tok[ndx])) {
       top.GoPage3 = tok[ndx];
       ndx++;
      }
     }
    }
   }
  } else {
   if(topLanguage(srch))
    top.GoLanguage = srch;
   else if(topPage(srch)) {
    top.GoPage = srch;
   }
  }
 };
}
function topLanguage(tok){
var rc = (tok=="IT" ||
          tok=="FR" ||
          tok=="EN" ||
          tok=="ES" ||
          tok=="GE");
return rc;
};

function topPages(tok, tok1, tok2){
return   (tok=="artista"       ||
          tok=="attivita"      ||
          tok=="autobiografia" ||
          tok=="contesto"      ||
          tok=="formazione"    ||
          tok=="fortuna"       ||
          tok=="immagini"      ||
          tok=="intervista"    ||
          tok=="opere"         ||
          tok=="poetica"       ||
          tok=="produzione"    ||
          tok=="ragionamenti"  ||
          tok == "contributi" &&
           ((typeof tok1)=="undefined" ||
            tok1=="1956_spinosa"    ||
            tok1=="1967_miele"      ||
            tok1=="1969_colasanto"  ||
            tok1=="1969_fiengo"     ||
            tok1=="1969_izzo"       ||
            tok1=="1970_barbieri"   ||
            tok1=="1970_malandrino" ||
            tok1=="1971_girace"     ||
            tok1=="1971_notte"      ||
            tok1=="1976_ruju"       ||
            tok1=="1977_mercuri"    ||
            tok1=="1977_miele"      ||
            tok1=="1978_civello"    ||
            tok1=="1978_donofrio"   ||
            tok1=="1978_rossi"      ||
            tok1=="1981_franza"     ||
            tok1=="1983_grassi"     ||
            tok1=="1983_micacchi"   ||
            tok1=="1985_micacchi"   ||
            tok1=="1987_marucci"    ||
            tok1=="1988_calabrese"  ||
            tok1=="1989_bonuomo"    ||
            tok1=="1989_salvatori"  ||
            tok1=="1991_agnese"     ||
            tok1=="1992_notte"      ||
            tok1=="1993_agnese"     ||
            tok1=="1993_simongini"  ||
            tok1=="1996_calabrese"  ||
            tok1=="1996_notte"      ||
            tok1=="2000_agnese"     ||
            tok1=="2002_carli"      ||
            tok1=="2003_turcoliveri"||
            tok1=="2004_agnese"     ||
            tok1=="2004_lombardi"   ||
            tok1=="2006_canova"     ||
            tok1=="2006_lombardi"   ||
            tok1=="2006_maiorino"   ||
            tok1=="2006_turcoliveri"||
            tok1=="2007_agnese"     ||
            tok1=="2010_agnese"     ||
            tok1=="2010_lombardi"   ||
            tok1=="2011_palumbi"    )  ||
          tok == "evidenza" &&
           ((typeof tok1)=="undefined" ||
            tok1=="crocetti"        ||
            (tok1=="savonarola"  &&
              ((typeof tok2)=="undefined" ||
              (typeof tok2)!="undefined" )) ||
            tok1=="montalbano"      ||
            tok1=="delmonte"        )  ||
          tok == "video" &&
           ((typeof tok1)=="undefined" ||
            tok1=="ciampi"          ||
            tok1=="crocetti"        ||
            tok1=="faleria"         ||
            tok1=="lombardi"        )  ||
          tok == "vistoda" &&
           ((typeof tok1)=="undefined" ||
            tok1=="Barisani"        ||
            tok1=="De_Stefano"      ||
            tok1=="Di_Ruggiero"     ||
            tok1=="Notte"        )
         );
};
function topPage(tok){
  return topPages(tok)
}
function topPage1(tok, tok1){
  return topPages(tok, tok1)
}
function topPage2(tok, tok1, tok2){
  return topPages(tok, tok1, tok2);
};
function topPage3(tok, tok1, tok2, tok3){
  return topPages(tok, tok1, tok2) && (typeof tok3)!="undefined";

};
