<!--
 pagina= new Array("50_Cent_PIMP","50_Cent_PIMP_",0,"Alba_Parietti_LaFattoria","Alba_Parietti_LaFattoria",0,"Alba_Parietti_Porta_a_Porta","Alba_Parietti_Porta_a_Porta",0,"Alena_Serdova_ho_visto_le_stelle","alena_serdova_ho_visto_le_stelle",0,"Alessia_Fabiani_Pressing","Alessia_Fabiani_Pressing",0,"Anastacia_Left_Outside_Alone","Anastacia_Left_Outside_Alone",0,"Angela_Melillo_italia_sul_due","angela_melillo_italia_sul_due",0,"Angela_Melillo_e_Alessia_Ventura_LaTalpa","Angela_Melillo_e_Alessia_Ventura_LaTalpa",0,"Beyoncè EMAs 2003","Be_kn_EMAs_2003_",0,"Beyoncè_Me_Myself_And_I","Beyoncè_Me_Myself_And_I",0,"Beyoncé_Naughty_Girl","Beyoncé_Naughty_Girl",0,"Britney_Spears_Everytime","Britney_Spears_Everytime",0,"Britney_Spears_Me_Against_The_Music","Br_sp_me_against_the_music",0,"Britney_Spears_Toxic","Britney_Spears_Toxic",0,"Christina Aguilera EMAs 2003","Ch_ag_EMAs_2003_",0,"Christina_Millian_Dip_It_Low","Christina_Millian_Dip_It_Low",0,"Elena_Barolo_e_Giorgia_Palmas_Veline_Striscia","Elena_Barolo_e_Giorgia_Palmas_Veline_Striscia",0,"Elisabetta_Canalis_ControCampo","Elisabetta_Canalis_ControCampo",0,"Elisabetta_Canalis_Iene","Elisabetta_Canalis_Iene",0,"Eva_Henger_libero","eva_henger_libero",0,"Federica_Ridolfi_quelli_che_il_calcio","federica_ridolfi_quelli_che_il_calcio",0,"Francesca_Chillemi_SanRemo","Francesca_Chillemi_SanRemo",0,"Holly Valance State_of_mind","Ho_va_state_of_mind",0,"Janet_Jacksson_Just_A_Little_While","Janet_Jacksson_Just_A_Little_While",0,"Kelis_Not_In_Love","Kelis_Not_In_Love",0,"Kylie Minoque EMAs 2003","Ky_mi_EMAs_2003_",0,"Kylie Minogue Slow","Ky_mi_slow",0,"Kylie_Minogue_Your_Disco_Needs_You","Kylie_Minogue_Your_Disco_Needs_You",0,"Laetitia_Casta_LuisaSanfelice","Laetitia_Casta_LuisaSanfelice",0,"Laetitia_Casta_StudioAperto","Laetitia_Casta_StudioAperto",0,"Lene_Niystrom_Pretty_Young_Thing","Lene_Niystrom_Pretty_Young_Thing",0,"Madonna_Love_Profusion","Madonna_Love_Profusion",0,"MariaGrazia_Cucinotta_Porta_A_Porta","MariaGrazia_Cucinotta_Porta_A_Porta",0,"Mascia_Ferri_StudioAperto","Mascia_Ferri_StudioAperto",0,"Matilde_Brandi_Striscia","Matilde_Brandi_Striscia",0,"Nina Moric_BravoGrazie","NinaMoric_BravoGrazie",0,"Nina_Moric_StudioAperto","Nina_Moric_StudioAperto",0,"Outkast_The_Way_You_Move","Outkast_The_Way_You_Move",0,"Paola_e_Chiara_Blu a Top_of_the_Pops","Paola_e_Chiara_Blu_at_Top_of_the_Pops",0,"Rachel_Stevens_Sweet_Dreams_My_L_A_Ex","Rachel_Stevens_Sweet_Dreams_My_L_A_Ex",0,"Rossella_Brescia_StudioAperto","Rossella_Brescia_StudioAperto",0,"Samantha_Fox_1996_Calendario","Samantha_Fox_1996_Calendario",0,"Sarah Connor Bounce","Sa_co_bounce",0,"Sarah_Connor_Just_One_Last_Dance","Sarah_Connor_Just_One_Last_Dance",0,"Shanika_Smackdown","Shanika_smackdown",0,"Simona_Ventura_SanRemo","Simona_Ventura_SanRemo",0,"Stacy_Ferguson_Hey_Mama","Stacy_Ferguson_Hey_Mama",0,"Stacy_Ferguson_Shut_Up","Stacy_Ferguson_Shut_Up",0,"Sugababes_Hole_In_The_Head","Sugababes_Hole_In_The_Head",0,"Sugababes_In_The_Middle","Sugababes_In_The_Middle",0)
// testo,link, immaggine --- se non c'è link allora il valore sarà =0, se non c'è la  gif il valore sarà =0
 
 colorelink=0; // colore testo linkabile
colorenormale=0; // colore testo normale
colonne=3; // numero delle colonne
c=0; // contatore normale ciclo
col=1; // contatore colonne
tipomenu="verticale"; // tipo di menu da usare

 
// menu orizzontale

if (tipomenu=="orizzontale") 
{

 do
  {
   
// testo  normale
if (pagina[c+1]==0)   
{ 
  if (pagina[c+2]==0)
       // solo testo
   { document.write('<b><font color='+colorenormale+'>'+pagina[c]+'</font></b>'); }
      // con la gif
  else
   {document.write('<img src="img/'+pagina[c+1]+'.gif" alt='+pagina[c]+' border=0>');}

  }
 
// links
else
 { 
   if (pagina[c+2]!=0)   // con la gif 
{ document.write('<a href="'+pagina[c+1]+'.htm"><img src="img/'+pagina[c+1]+'.gif" alt='+pagina[c]+' border=0> </a>'); }
    
   else // link di testo
    {
       document.write('<a href="'+pagina[c+1]+'.htm"><font color='+colorelink+'>'+pagina[c]+'</font></a>');
     }

  }

col++;

// if per controllare se mettere o no il trattino
if (pagina[c+3]!=undefined)
{ document.write('<font color=colorenormale> - </font>');  }

// if per l'incolonnamento
if (colonne>0)
 { if (col>colonne)
  { document.write('<br>'); 
   col=1; }
  } 
   


   c=c+3;
  

}
  while(pagina[c]!=undefined)

} // chiusura menu orizzontale


// menu verticale
if (tipomenu=="verticale")
{
 do
  {
   
// testo  normale
if (pagina[c+1]==0)   
{ 
  if (pagina[c+2]==0)
       // senza gif
   { document.write('<b><font color='+colorenormale+'>'+pagina[c]+'</font></b><br>'); }
      // con la gif
  else
   {document.write('<img src="img/'+pagina[c+1]+'.gif" alt='+pagina[c]+' border=0><br>');}

  }
 
// links
else
 { 
   if (pagina[c+2]!=0)   // con la gif 
{ document.write('<a href="'+pagina[c+1]+'.htm"><img src="img/'+pagina[c+1]+'.gif" alt='+pagina[c]+' border=0> </a><br>'); }
    
   else // link di testo
    {
       document.write('<a href="http://www.globalshow.net/foto/'+pagina[c+1]+'.htm" target="_blank"><font color='+colorelink+'>'+pagina[c]+'</font></a><br>');
     }

  }

   
   c=c+3;
  }
  while(pagina[c]!=undefined)

} // chiusura menu verticale

// info sito
document.write(''); 
// contatore
document.write(''); 

//  Super Menu Copyrights(C) by Daniele Battaglia Dicembre 2003 - All rights are reserved 
  //-->
