

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;
menus=new Array();
_d=document;
function addmenu()
{
  menunum++;
  menus[menunum]=menu;
}

function dumpmenus()
{
  mt="<script language=javascript>";
  for(a=1;a<menus.length;a++){
    mt+=" menu"+a+"=menus["+a+"];"
  }
  mt+="<\/script>";
  _d.write(mt)
}

//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.

// Editable properties START here //

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
  effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#777777', Direction=135, Strength=3)"
}
else
{
  effect = "Shadow(color='#777777', Direction=135, Strength=3)" // Stop IE5.5 bug when using more than one filter
}

timegap=500        // The time delay for menus to remain visible
followspeed=5      // Follow Scrolling speed
followrate=40      // Follow Scrolling Rate
suboffset_top=-3;    // Sub menu offset Top position 
suboffset_left=3;    // Sub menu offset Left position
closeOnClick = true


style1=[        // style1 is an array of properties.
"000000",        // Mouse Off Font Color
"F0F0F0",        // Mouse Off Background Color
"FFFFFF",        // Mouse On Font Color
"FF6600",        // Mouse On Background Color
"999999",        // Menu Border Color 
9,            // Font Size in pixels
"normal",        // Font Style (italic or normal)
"normal",          // Font Weight (bold or normal)
"Verdana, Arial, Helvetica",    // Font Name
5,            // Menu Item Padding
"menu/menuarrow.gif",      // Sub Menu Image (Leave this blank if not needed)
0,            // 3D Border & Separator bar
"cccccc",        // 3D High Color
"666666",        // 3D Low Color
,            // Current Page Item Font Color (leave this blank to disable)
,            // Current Page Item Background Color (leave this blank to disable)
,            // Top Bar image (Leave this blank to disable)
,            // Menu Header Font Color (Leave blank if headers are not needed)
,            // Menu Header Background Color (Leave blank if headers are not needed)
"cccccc",        // Menu Item Separator Color
]

style2=[        // style1 is an array of properties.
"000000",        // Mouse Off Font Color
"F0F0F0",        // Mouse Off Background Color
"000000",        // Mouse On Font Color
"F0F0F0",        // Mouse On Background Color
"999999",        // Menu Border Color 
9,            // Font Size in pixels
"normal",        // Font Style (italic or normal)
"normal",          // Font Weight (bold or normal)
"Verdana, Arial, Helvetica",    // Font Name
5,            // Menu Item Padding
"menu/menuarrow.gif",      // Sub Menu Image (Leave this blank if not needed)
0,            // 3D Border & Separator bar
"cccccc",        // 3D High Color
"666666",        // 3D Low Color
,            // Current Page Item Font Color (leave this blank to disable)
,            // Current Page Item Background Color (leave this blank to disable)
,            // Top Bar image (Leave this blank to disable)
,            // Menu Header Font Color (Leave blank if headers are not needed)
,            // Menu Header Background Color (Leave blank if headers are not needed)
"cccccc",        // Menu Item Separator Color
]

// -------------

  addmenu(menu=["outilstexte",
    82,324,180,1,"",style1,,,effect,,,,,,,,,,,,
    ,"Je raconte","index.php?page=2",,,1
    ,"J'argumente","index.php?page=3",,,1
    ,"Je décris un personnage","index.php?page=4",,,1
    ,"Je brosse un décor","index.php?page=5",,,1
    ,"Comment commencer / terminer","index.php?page=6",,,1
  ])

  addmenu(menu=["outilslangue",
    82,434,170,1,"",style1,,,effect,,,,,,,,,,,,
    ,"J'améliore mon vocabulaire","index.php?page=7",,,1
    ,"J'ai besoin de grammaire","index.php?page=8",,,1
    ,"memento d'orthographe","index.php?page=9",,,1
    ,"memento de conjugaison","index.php?page=10",,,1
  ])

  addmenu(menu=["exercices",
    82,574,170,1,"",style1,,,effect,,,,,,,,,,,,
    ,"Je fais des phrases","index.php?page=11",,,1
    ,"Je raconte à partir d'un dessin","index.php?page=12",,,1
  ])
  
// --------------
  
dumpmenus()
