var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Entr&eacute;e", "entree.asp"],
	["Plat de viande", "viandes.asp"],
	["Plat unique", "platunique.asp"],
	["Go&ucirc;ter", "gouter.asp"],
	["Sauce", "sauces.asp"], 
	["Dessert", "desserts.asp"],
	["Recette", "recettes.asp"],
	["Accompagnement", "accompagnement.asp"],
	["Poisson", "poissons.asp"],
	["Boisson / Cocktail", "boissons.asp"] //no comma following last entry!
	
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#7C0000', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Entr&eacute;e", "categorie.asp?type=entree"],
	["Viande", "categorie.asp?type=viandes"],
	["Riz", "categorie.asp?type=riz"],
	["Gouter", "categorie.asp?type=gouter"],
	["Sauce", "categorie.asp?type=sauce"], 
	["Soupe", "categorie.asp?type=soupe"], 
	["Dessert", "categorie.asp?type=dessert"],
	["Accompagnement", "categorie.asp?type=accompagnement"],
	["Poisson / Fruits de mer", "categorie.asp?type=poisson"],
	["Boisson / Cocktail", "categorie.asp?type=boisson"] //no comma following last entry!
]

var menuencyclopedie={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#7C0000', linktarget:''} //Second menu variable. Same precaution.
menuencyclopedie.items=[
	["Valeurs Nutritives", "valeursnutritives.asp"],
	["Lexique", "lexique.asp"],
	["Tables de conversion", "conversionmetrique.asp"],
	["Astuces", "astuces.asp"] //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu3.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu3.items=[
	["Dynamic Drive", "http://www.dynamicdrive.com/"],
	["CSS Drive", "http://www.cssdrive.com/"],
	["JavaScript Kit", "http://www.javascriptkit.com/"],
	["Coding Forums", "http://www.codingforums.com/"],
	["JavaScript Reference", "http://www.javascriptkit.com/jsref/", "efc"],
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk", "efc"],
	["News.com", "http://www.news.com/"],
	["SlashDot", "http://www.slashdot.com/"],
	["Digg", "http://www.digg.com/"],
	["Tech Crunch", "http://techcrunch.com"] //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#DFFDF4', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk"] //no comma following last entry!
]

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}