
/*
Copyright © MaXimuS 2000-2001, All Rights Reserved.
Site: http://www.absolutegb.com/maximus
E-mail: maximus@nsimail.com
Version: 6.3 (NS6 compatibility + NS4 x-axis scroll bar fix)
*/
// Permission granted to SimplytheBest.net to feature script in its 
// DHTML script collection at http://simplythebest.net/info/dhtml_scripts.html

YOffset=19; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="blue";
menuIsStatic="yes";
menuWidth=200; // Must be a multiple of 10! no quotes!!
hdrFontFamily="Arial Black";
hdrFontSize="4";
hdrFontColor="blue";
hdrBGColor="yellow";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="50";
linkFontFamily="Arial Black";
linkFontSize="3";
linkBGColor="#cccccc";
linkOverBGColor="#ffff99";
linkTarget="_top";
linkAlign="Left";
barBGColor="blue";
barFontFamily="Arial Black";
barFontSize="4";
barFontColor="yellow";
barVAlign="center";
barWidth=17; // no quotes!!

startMenu("CAZZIONARIO", "MENU DEL SITO")
addItem('Home Page', 'index.html', '_self');
addItem('Le Migliori Cazzate Della Rete', 'le_migliori_cazzate_della_rete.htm', '_self');
addItem('Immagini', 'immagini.htm', '_self');
addItem('Download', 'download.htm', '_self');
addItem('Barzellette', 'barzellette.htm', '_self');
addItem('InutiLINK', 'inutilink.htm', '_self');
addItem('Gif Animate', 'gif.htm', '_self');
addItem('Lo Spazio di Nyon', 'lo_spazio_di_nyon.htm', '_self');
addItem('Ricerca', 'motore_di_ricerca.htm', '_self');
addItem('Commenti', 'commenti.htm', '_self');
addItem('Friends', 'links.htm', '_self');
addItem('IO', 'io.htm', '_self');
addItem('Email', 'mailto:jeanlucag@libero.it', '_self');
endMenu()