var stop;
var stopsub;
var curmenu="";
var submenu="";
var menuwidth=100;
var menuheight=18;
var menu = new Menu();
menu.addItem('<img src="images/logored.jpg" border="0" width="100" height="67" alt="">','../index.html');
menu.addItem('artistes','indexphone.html');
menu.addItem('publications','publications.html');
menu.addItem('art et entreprise','artentreprise.html');
menu.addItem('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;newsletter','newsletter.html');
menu.addItem('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;contact','contact.html','');
menu.showMenu();