function hover(obj){
  if(document.getElementById){
    UL = obj.getElementsByTagName('ul');
    if(UL.length > 0){
      sousMenu = UL[0].style;
      if(sousMenu.display == 'none' || sousMenu.display == ''){
        sousMenu.display = 'block';
              }else{
        sousMenu.display = 'none';
      }
      }
  }	//end if
}	//end hover

function setHover(){
	if(document.getElementById){
		LI = document.getElementById('menu').getElementsByTagName('li');
		nLI = LI.length;
		for(i=0; i < nLI; i++){
			LI[i].onmouseover = function(){
				hover(this);
			}
			LI[i].onmouseout = function(){
				hover(this);
			}
		}
	}	//end if
}	//end setHover

timegap=009
followspeed=10
followrate=10
suboffset_top=10;
suboffset_left=10;

effect = "fade(duration=0.1);Shadow(color='#777777', Direction=135, Strength=0)"

function openwin(url)
{
	nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,");
	nwin.focus();
}

prop1=[				// prop1 is an array of properties you can have as many property arrays as you need
"FFFFFF",			// Off Font Color
"3A4A4E",			// Off Back Color
"FFFF66",			// On Font Color
"000080",			// On Back Color
"19##8e",			// Border Color
11,					// Font Size
"normal",			// Font Style 
"",					// Font Weight
"Arial",			// Font
3,					// Padding
"menu_fichiers/rightarrow.gif",		// Sub Menu Image
1,					// 3D Border & Separator
"#FFF",				// 3D High Color
"004899",			// 3D Low Color
,					// Referer item Font Color (leave this blank to disable "000080")
,					// Referer item Back Color (leave this blank to disable "FF6")
]

menu1=[				// This is the array that contains your menu properties and details
0,					// Top
0,					// left
,					// Width
,					// Border Width
,					// Screen Position - here you can use "center;middle;right"
prop1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time
"left",				// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
"fade",				// Filter - Text variable for setting transitional effects on menu activation
1,					// Follow Scrolling - Tells the menu item to follow the user down the screen
1, 					// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
0,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
"middle",			// Position of sub image left:center:right:middle:top:bottom
1,					// Show an image on top menu bars indicating a sub menu exists below
,					// Reserved for future use


"<img src=menu_fichiers/header.jpg>","mailto:webmaster@michelbecker.com",,,,
"Home&nbsp;|","index.htm target=_top",,"Becker private gallery",,
"Peintures&nbsp;+&nbsp;|","show-menu2",,,1,
"Sculptures&nbsp;|","sculptures.htm target=_top",,"Sculptures&nbsp;de&nbsp;Michel&nbsp;Becker",1,
"Design&nbsp;+&nbsp;|","show-menu6",,,1,
"Revue&nbsp;de&nbsp;presse&nbsp;+&nbsp;|","show-menu4",,,1,
"Expositions&nbsp;+&nbsp;|","show-menu3",,"expositions et collections privées",1,
"Chouette&nbsp;d'Or&nbsp;+&nbsp;|","show-menu5",,,1,
"Affiches&nbsp;|","affiches.htm target=_top",,"Affiches offset et sérigraphies",1,
"Télécartes&nbsp;|","telecartes.htm target=_top",," Cartes téléphone et cinéma",1,
"Cotation&nbsp;|","cotation.htm target=_top",," Cotation",1,
"Sur&nbsp;le&nbsp;web&nbsp;+&nbsp;|","show-menu7",," Cotation",1,
"Mes&nbsp;liens&nbsp;préférés&nbsp;+&nbsp;|","show-menu8",,,1,
"Contact&nbsp;","mailto:webmaster@michelbecker.com",,"Contact&nbsp;Michel&nbsp;Becker",1
]

menu2=[
	,,,1,,prop1,,"left",effect,,,,,,,
	"Les&nbsp;années&nbsp;80","annees80.htm target=_top",,"Les années 80",1,
	"galerie 1","galerie01.htm target=_top",,"galerie 1",1,
	"galerie 2","galerie02.htm target=_top",,"galerie 2",1,
	"galerie 3","galerie03.htm target=_top",,"galerie 3",1,
	"galerie 4","galerie04.htm target=_top",,"galerie 4",1,
	"galerie 5","galerie05.htm target=_top",,"galerie 5",1,
	"galerie 6","galerie06.htm target=_top",,"galerie 6",1,
	"galerie 7","galerie07.htm target=_top",,"galerie 7",1,
	"<img src=menu_fichiers/feuillantslogo.jpg>","feuillants.htm target=_top",,"Hôtellerie des Feuillants à Céret",1
	]

menu3=[
	,,,1,,prop1,,"left",effect,,,,,,,
	"Expositions&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","expositions.htm target=_top",,"Expositions",1,
	"IFAM Allemagne","ifam.htm target=_top",,"IFAM",1,
	"Collections&nbsp;privées","collections.htm target=_top",,"Collections",1,
	"Ventes&nbsp;publiques","ventes.htm target=_top",,"Ventes&nbsp;publiques",1	
	]

menu4=[
	,,,1,,prop1,,"left",effect,,,,,,,
	"<img src=menu_fichiers/logo_match.jpg>&nbsp;&nbsp;PARIS-MATCH","match.htm target=_top",,,1,
	"<img src=menu_fichiers/logo_figaro.gif>&nbsp;&nbsp;FIGARO&nbsp;MAGAZINE","figaro.htm target=_top",,,1,
	"<img src=menu_fichiers/logo_libe.jpg>&nbsp;&nbsp;LIBERATION","liberation.htm target=_top",,,1,
	"<img src=menu_fichiers/logo_express.gif>&nbsp;&nbsp;L'EXPRESS","express.htm target=_top",,,1,	
	"<img src=menu_fichiers/logo_lepoint.jpg>&nbsp;&nbsp;LE&nbsp;POINT","lepoint.htm target=_top",,,1,
	"<img src=menu_fichiers/logo_vsd.gif>&nbsp;&nbsp;VSD","vsd.htm target=_top",,,1,
	"<img src=menu_fichiers/rolls.jpg>&nbsp;&nbsp;La&nbsp;Rolls&nbsp;et&nbsp;le&nbsp;Facteur","silvershadow.htm target=_top",,,1,
	"Articles divers","presse.htm target=_top",,,1		
	]

menu5=[
	,,,1,,prop1,,"left",effect,,,,,,,
	"<img src=menu_fichiers/logo_chouette.gif>&nbsp;L'histoire","http://www.chouettedor.com/chouette.htm target=_blank",,,1,
	"<img src=menu_fichiers/logo_chouette.gif>&nbsp;Les&nbsp;tableaux&nbsp;énigmes","tableauxenigmes.htm target=_top",,,1,
	"<img src=menu_fichiers/logo_chouette.gif>&nbsp;Mini&nbsp;chouettes","minichouettes.htm target=_top",,,1,
	]

menu6=[
	,,,1,,prop1,,"left",effect,,,,,,,
	"NOCTUA&nbsp;","montre_noctua.htm target=_top",,,1,
	"Objets&nbsp;&nbsp;&nbsp;&nbsp;","objets.htm target=_top",,,1,
	"<img src=menu_fichiers/logo_lego.jpg>&nbsp;LEGO","lego.htm target=_top",,,1,
	"<img src=menu_fichiers/logo_rama.gif>&nbsp;R.S.W.","rama.htm target=_top",,,1,
	"<img src=menu_fichiers/logo_patek.jpg>&nbsp;PATEK&nbsp;PHILIPPE","patek_philippe.htm target=_top",,,1,
	"<img src=menu_fichiers/cartier_logo.gif alt= dossier-confidentiel-ne-peut-être-communiqué>&nbsp;CARTIER","",,"confidentiel",1,
	"<img src=menu_fichiers/davidoff_logo.gif alt= dossier-confidentiel-ne-peut-être-communiqué>&nbsp;DAVIDOFF","",,,1,
	"<img src=menu_fichiers/logo_chanel.gif alt= dossier-confidentiel-ne-peut-être-communiqué>&nbsp;CHANEL","",,,1,
	"<img src=menu_fichiers/logo_chaumet.gif alt= dossier-confidentiel-ne-peut-être-communiqué>&nbsp;CHAUMET","",,,1,
	"<img src=menu_fichiers/logo_boucheron.jpg>&nbsp;BOUCHERON","boucheron.htm target=_top",,,1,
	"<img src=menu_fichiers/logo_piaget.jpg alt= dossier-confidentiel-ne-peut-être-communiqué>&nbsp;PIAGET","",,,1,
	"<img src=menu_fichiers/logo_lancel.jpg>&nbsp;LANCEL","lancel.htm target=_top",,,1
	]

menu7=[
	,,,1,,prop1,,"left",effect,,,,,,,
	"<img src=menu_fichiers/logo_chouette.gif>&nbsp;Boutique&nbsp;en&nbsp;ligne","http://www.noctuawatch.com target=_blank",,,1,
	"<img src=menu_fichiers/logoEbay.gif>&nbsp;Achat&nbsp;sur&nbsp;Ebay","http://search-desc.ebay.fr/search/search.dll?sofocus=bs&sbrftog=1&catref=C6&saslt=2&from=R10&satitle=chouette+d%27or&sacat=353%26catref%3DC6&bs=Rechercher&fts=2&fsop=1%26fsoo%3D1&coaction=compare&copagenum=1&coentrypage=search&floc=1&sargn=-1%26saslc%3D2&sadis=200&fpos=19320&ga10244=10425&ftrt=1&ftrv=1&saprclo=&saprchi= target=_blank",,,1
	]

menu8=[
	,,,1,,prop1,,"left",effect,,,,,,,
	"<img src=menu_fichiers/logoarnault.jpg>&nbsp;Tableau&nbsp;de&nbsp;chasse","http://perso.wanadoo.fr/philip.arnault/chasse%20en%20cours/tresor.htm target=_blank",,,1
	]
	


