<!--
/*
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=160; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=5 // no quotes!!
waitTime=2000; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="slategray";
menuIsStatic="yes";
menuWidth=150; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="lightgrey";
hdrBGColor="teal";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="12";
linkFontFamily="Tahoma";
linkFontSize="2";
linkBGColor="";
linkOverBGColor="";
linkTarget="_top";
linkAlign="Left";
barBGColor="dimgray";
barFontFamily="Mirror";
barFontSize="4";
barFontColor="lime";
barVAlign="center";
barWidth=28; // no quotes!!

startMenu("Menu-Yourevitch", "o MENU ° Souris o")
addItem("Accueil", "index.htm", "");
addItem("Galerie 1", "presentation.htm", "");
addItem("Galerie 2", "galerie1.htm", "");
addItem("Galerie 3", "galerie2.htm", "");
addItem("Slide-Show", "slideshow.htm", "");
addItem("Collection Privée", "collection-privee.htm", "");
addItem("Collection Satouiev", "satouiev.htm", "");
addItem("Contact-Mail-To", "mailto:alex@alexy-espace.com", "_blank");

addHdr("Ma Galerie Détail");
addItem("Galerie Surréaliste", "surrealiste.htm", "");
addItem("Galerie Figuratif", "figuratif.htm", "");
addItem("Galerie Copies", "copies.htm", "");
addItem("Galerie Imitations", "imitations.htm", "");
addItem("Galerie (néant*)", "#", "");
addItem("Coordonnées Maps", "coordonnees.htm", "");
addItem("Sites Amis", "sitesamis.htm", "");
addItem("Coin LOISIRS", "loisirs/loisirs.htm", "");
endMenu()
//-->