
//<!-- menu -->
// Menu dei Valdagnesi
// Nicola Zordan, Wednesday 21 February 2001

var MenuArray;
MenuArray = [
//['Label','URL'],

//['Canelli','index.htm'],
//['Canelli.net','index.htm'],
//['Famiglia','index.htm'],

//["<big><font color='red'>Novita'</font></big>",'News.htm',DateYMD(2002,6,18),DateYMD(2002,6,31)],

/*
['Michele','Michele.htm'],
['<font Color="red">Y<!--ahoo-->! </font><img border=0 src="http://opi.yahoo.com/online?u=michelecanelli&m=g&t=1" alt="Se giallo Michele online con Yahoo Messenger" align="center">', 'http://it.messenger.yahoo.com'],
['Foto','Foto.htm'],
["<font color='blue'>Florida 2002</font>",'http://members.xoom.virgilio.it/Valdagnesi/amici/Photos/photosPagedi.htm'],
["<font color='blue'>Florida 2003</font>",'http://members.xoom.virgilio.it/Valdagnesi/amici/Florida2003/photosPagedi.htm'],
['',''],


//['Toto','Toto.htm'],
//['Toto, Antonio','Toto.htm'],
//['Famiglia','Famiglia.htm'],

//['Agenzia','Agenzia.htm'],

['',''],
//['Commenti','Commenti.htm'],
//['Links','Links.htm'],
//['Cerca','cerca.htm'],

//['Foto','foto/photoi.htm'],
//['',''],

//['altro','Altro.htm'],
//['',''],

////['<small>stampabile</small>',"JavaScript:document.all.Logo.innerHTML='';document.all.Caption.innerHTML='';document.all.Menu.innerHTML='';document.undefined;"],
//['<small>stampabile</small>',"JavaScript:document.all.Logo.innerHTML='';document.all.MenuTopDiv.innerHTML='';document.all.Menu.innerHTML='';document.undefined;alert('Usa Aggiorna per ri-visualizzare')"],

['<center><table border="1"><tr><td><a href="http://escati.linkopp.net/counter2001/377662.shtml"><img src="http://escati.linkopp.net/cgi-bin/counter2001.cgi?377662" alt="Escati counter" border="0"></td></tr></table></a>',''],
// ['<table border="1"><tr><td><a href="http://escati.linkopp.net/counter2001/377661.shtml"><img src="http://escati.linkopp.net/cgi-bin/counter2001.cgi?377661" alt="Escati counter" border="0"></td></tr></table></a>',''],

['Valdagnesi','http://www.Valdagnesi.com'],
['<small><i>Nicola</i></small>','http://www.NicolaZordan.net'],
*/

//['',''],

['',''],

//['<i>frames</i>','frames.htm" target="_top" 0no="'],
//['<i>no frames</i>','index.htm" target="_top" 0no="'],
//['',''],//['<SMALL><SMALL><B>Zordan</B></SMALL></SMALL>','http://www.Zordan.net'],
['<SMALL><B>NZ</B></SMALL>','http://www.NicolaZordan.net/Nik/contacti.htm']
];


//var Menu=new Array();

//Menu[Menu.length]= new MenuItem('Label','URL');
//alert(MenuArray.length);
//var Menu=Array2MenuItems(MenuArray);
var Menu=Array4MenuItems(MenuArray);


//CustomMenuLabelBefore='<b><font face="Arial" onMouseOver="this.color=\'red\'" onMouseOut="this.color=\'\'">';
CustomMenuLabelBefore='<p align="right"><b><font face="Arial">';
CustomMenuLabelAfter='</font></b>';

CustomMenuAttributes='';
CustomMenuNormalBgColor='';

CustomMenuCornerTL='corner_tl_silver.gif';
//CustomMenuCornerTL='';
CustomMenuCornerTL='';
CustomMenuCornerTR='corner_tr_silver.gif';
CustomMenuCornerBR='corner_br_silver.gif';
CustomMenuCornerBL='corner_bl_silver.gif';
//CustomMenuFixedWidth=true;
CustomMenuFixedWidth=false;
CustomMenuFixedWidth=true;

CustomMenuCornerTL='corner_tl_valdagno.gif';
//CustomMenuCornerTL='';
CustomMenuCornerTR='corner_tr_valdagno.gif';
CustomMenuCornerBR='corner_br_valdagno.gif';
CustomMenuCornerBL='corner_bl_valdagno.gif';

CustomMenuSelectColor='yellow';
CustomMenuNormalBgColor='white';
//CustomMenuNormalBgColor='';
//CustomMenuCurrentColor='cyan';
CustomMenuCurrentColor='silver';
//CustomMenuNormalBgColor='silver';
//CustomMenuNormalBgColor='#99bbee';

CustomMenuOrizzontal=false;
//CustomMenuOrizzontal=true;
//CustomMenuFixedWidth=false;
//CustomMenuCornerTL='';
//CustomMenuCornerBR='';
//CustomMenuCornerBL='';
CustomMenuNormalBgColor='';


//CustomMenuText='';
//CustomMenuText=' ';
CustomMenuText='';

//CustomMenuOrizzontal=5;
//CustomMenuCornerTL='';
//CustomMenuFixedWidth=false;

//alert(Menu.length);

// Do not display if it is framed
//if (window.top == window.self || window.self.name=='menu') {
if (window.top == window.self || window.self.name!='page') {

document.write('<div id="MenuDiv">');
WriteMenu(Menu);
document.write('</div>');

// Do not display if it is framed
};


// Counter
//
//document.write('<br>');
//document.write('<table border="1"><tr><td>');
//document.write('<a href="http://escati.linkopp.net/counter2001/377661.shtml">');
//document.write('<img src="http://escati.linkopp.net/cgi-bin/counter2001.cgi?377661" alt="Escati counter" border="0">');
//document.write('</a>');
//document.write('</td></tr></table>');
