//<!-- menu -->
// Menu Nicola Zordan
// Nicola Zordan, Monday 30 December 2001
var PageCounter;

var MenuArray;
MenuArray = [
//['Label','URL'],

['Italiano<IMG SRC="Nik/fitaly.gif" height="18" align="center" alt="In Italiano grazie" border="0">','index_i.htm'],

['<font color="gray">Work</font>','http://www.NicolaZordan.net/Work'],
//['<small>Curriculum <font color="red">Y</font></small>','http://resumes.yahoo.com/Nicola_Zordan/Resume'],
['<small><font color="gray">Curriculum</font> <font color="red">Y</font></small>','http://resumes.hotjobs.com/nicola_zordan/resume'],

//['Family contact','FamilyContact.htm'],
['Visiting us','Visit.htm'],
['<font color="#ff6600" 0color="orange">BLog</font>','http://NicolaZordan.BlogSpot.com'],

['<font color="green">Valdagnesi</font>','http://www.Valdagnesi.com'],

['',''],
['Photos','Photos.htm'],
['Trips','Trips.htm'],
['Quotes','indexHome.htm#Quotes'],
['Zordan','Zordan_org.htm'],
['<font color="#ff00ff" 0color="pink">Luisa</font>','http://www.LuisaCrosara.com'],

['Hobbies','Hobbies.htm'],
['Links','Links.htm'],

['Feedback','Feedback.htm'],

['<font size="-1">web domains</font>','WebDomains.htm'],
['<font 0size="-1">stop spam</font>','NoSpam.htm'],

['<font color="gray"><SMALL><B>Nicola</B></SMALL></font>','http://www.NicolaZordan.com'],
['<font color="gray"><SMALL><B>Zordan</B></SMALL></font>','http://www.Zordan.net'],

['Other','Other.htm'],

['<font color="gray"><small>Files FTP</small></font>','ftp://Zordan.DynDNS.org'],

['<center><table 0bgcolor="#AAAAAA" 0bgcolor="silver" 0border="1"><tr><th><font color="gray" 0color="white"># '+PageCounter+'</font></th></tr></table></a>',''],

//['',''],
['<SMALL><B>NZ</B></SMALL>','http://www.NicolaZordan.net/Nik/contacti.htm']
];


//var Menu=new Array();

CustomMenuExternalLinkColor=PagesMenuExternalLinkColor;


//Menu[Menu.length]= new MenuItem('Label','URL');
//alert(MenuArray.length);
//var Menu=Array2MenuItems(MenuArray);
var Menu=Array4MenuItems(MenuArray);


CustomMenuOrizzontal=false;
CustomMenuFixedWidth=true;


// NEW
CustomMenuText='';

CustomMenuCornerTL=PagesMenuCornerTL;
//CustomMenuCornerTL='';
CustomMenuCornerTR=PagesMenuCornerTR;
CustomMenuCornerBR=PagesMenuCornerBR;
CustomMenuCornerBL=PagesMenuCornerBL;
CustomMenuCornerBR='';
CustomMenuCornerTR='';

CustomMenuCurrentColor=PagesMenuCurrentColor;
CustomMenuNormalBgColor=PagesMenuNormalBgColor;
CustomMenuSelectColor=PagesMenuSelectColor;

CustomMenuLabelBefore=PagesMenuLabelBefore;
CustomMenuLabelAfter=PagesMenuLabelAfter;
CustomMenuAttributes=PagesMenuAttributes;

// /NEW


//alert(Menu.length);

// Do not display if it is framed
//if (window.top == window.self || window.self.name=='menu') {
//alert('Menu.js');
//alert(window.self.name!='page');
//document.write('test');
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
};

