/***********************************************
* Omni Slide Menu script - © John Davenport Scheuer
* very freely adapted from Dynamic-FX Slide-In Menu (v 6.5) script- by maXimus
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full original source code
* as first mentioned in http://www.dynamicdrive.com/forums
* username:jscheuer1
***********************************************/

//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;

menu[1] = {
id:'menu1', //use unique quoted id (quoted) REQUIRED!!
fontsize:'90%', // express as percentage with the % sign
linkheight:20 ,  // linked horizontal cells height
hdingwidth:210 ,  // heading - non linked horizontal cells width

// Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///

menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["Reseau Atoo"], //create header
["Liste des sites du réseau atoo", "http://", ""],

["Video", "http://www.atoovideo.com", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Immobilier", "http://www.atooimmobilier.com", "",1],
["Jeux", "http://www.atoojeux.com", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Flash", "http://www.atooflash.com", "",1],
["Humour", "http://www.atoohumour.com", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Shopping", "http://www.atooshopping.com", "",1],
["Féminin", "http://www.atoofeminin.com", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Voyage", "http://www.atoovoyage.com", "",1],
["Manga", "http://www.atoomanga.com", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Cin&eacute;ma", "http://www.atoocinema.com", "",1],
["Télévision", "http://www.atootele.com", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Webmasters", "http://www.atoowebmaster.com", "",1],
["Turf", "http://www.atooturf.com", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Casino", "http://www.atoocasino.com", "",1],
["Voyance", "http://www.atoovoyance.com", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Rencontre", "http://www.atoorencontre.com", "",1],
["Célébrités", "http://www.atoostar.com", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Gratuit", "http://www.atoogratuit.com", "",1],
["Scripts", "http://www.atooscript.com", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Lingerie", "http://www.atoolingerie.com", "",1],
["Finance", "http://www.atoofinance.com", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Annonce", "http://www.atooannonce.com", "",1],
["BLOG", "http://www.atooblog.com", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Emploi", "http://www.atooemploi.com", "",1],
["Tourisme", "http://www.atootourisme.com", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Entreprise", "http://www.atooentreprise.com", "",1],
["MP3", "http://www.atoomp3.com", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Cuisine", "http://www.atoocuisine.com", "",1],
["Maison", "http://www.atoomaison.com", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Sport", "http://www.atoosport.com/", "",1],
["Forum", "http://www.atooforum.com", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
[" ", "http://www.", "",1],


["Liens partenaires", "", ""], //create header
["Rencontres", "http://www.kissia.com", "_new"],
["Jeux Flash", "http://www.jeuxflash.tv", "_new"],
["Elevage de koalax", "http://www.koalax.net", "_new"]  //no comma after last entry

]}; // REQUIRED!! do not edit or remove


////////////////////Stop Editing/////////////////

make_menus();