<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the roc2Items colors
*/
YOffset=80; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=50; // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#FFBC41";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="FFFFFF";
hdrBGColor="#C66F2C";
hdrAlign="Left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="FFBE36";
linkOverBGColor="#C66F2C";
linkTarget="_top";
linkAlign="Left";
barBGColor="#CF5516";
barFontFamily="Verdana";
barFontSize="5";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=23; // no quotes!!
barText="MENU";
//barText="<img src='../images/top2.gif'>";
//  <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// rocItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
rocItems[0]=["Summary"] //create header
rocItems[1]=["Présentation", "../rockfowl/Index.htm", ""]
rocItems[2]=["Its biology "]//create header
rocItems[3]=["Range", "../rockfowl/repart.htm",""]
rocItems[4]=["Habitat", "../rockfowl/dom.htm", ""]
rocItems[5]=["General habits", "../rockfowl/habitudes.htm", ""]
rocItems[6]=["its voice", "../rockfowl/cris.htm", ""]
rocItems[7]=["The environnement", "../rockfowl/env.htm", ""]
rocItems[8]=["Nests", "../rockfowl/nid.htm", ""]
rocItems[9]=["Laying", "../rockfowl/pontes.htm", ""] 
rocItems[10]=["Chicks", "../rockfowl/petits.htm", ""]
rocItems[11]=["breeding season", "../rockfowl/climat.htm", ""] 
rocItems[12]=["Endangered", "../rockfowl/defores.htm", ""]
rocItems[13]=["Classification", "../rockfowl/classemen.htm", ""]
rocItems[14]=["Its names", "../rockfowl/noms.htm", ""]
rocItems[15]=["Photos galeries "]//create header
rocItems[16]=["Photo galerie  1", "../rockfowl/galerie1.html", ""]
rocItems[17]=["Photo galerie  2", "../rockfowl/galerie2.html", ""]
rocItems[18]=["Photo galerie  3", "../rockfowl/galerie3.htm", ""]
rocItems[19]=["Photo galerie  4", "../rockfowl/galerie4.htm", ""]
rocItems[20]=["Miscellaneous"]
rocItems[21]=["Links", "../rockfowl/liens.htm", ""]
rocItems[22]=["Bibliography", "../rockfowl/biblio.htm", ""]
rocItems[23]=["Stamps...", "../rockfowl/timbre.htm", ""]
rocItems[24]=["Back to entry", "../ang/index.htm", ""]
buildMenu();

//-->