/***********************************************
* 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:"80%", // express as percentage with the % sign
linkheight:"22" ,  // linked horizontal cells height
menutop:"0",
menuspeed:"50",  // Speed of menu sliding, smaller is faster (interval of milliseconds)
menupause:"50",  // How long menu stays extended when mouse is not over it (in milliseconds)
allowtransparent: true,  // Ordinarily, the table's bgcolor is the border color, use true here to make it transparent

//hdingwidth:"210" ,  // heading - non linked horizontal cells width
bartext:"NO m'abandonis", 
wrapbar:true,
// 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
["Projecte"], //create header
["Introdució", "projecte/introduccio.html", "central"],
["Materials", "projecte/materials.html","central"],
["Duració", "projecte/duracio.html", "central"],
["Col·laborar", "projecte/colaborar.html", "central"],

["Suport", "", ""], //create header
["Auditoria animal", "suport/auditoria.html", "central"],
["Mediació social", "suport/mediacio.html", "central"],
["Pressió veďnal", "suport/veinal.html", "central"],
["Suport legal", "suport/legal.html", "central"],


["Informació", "", ""], //create header
["Cures", "informacio/cures.html", "central"],
["Convivencia", "informacio/convivencia.html", "central"],
["Absčncies", "informacio/absencies.html", "central"],
["Viatjar", "informacio/viatjar.html", "central"],  //no comma after last entry

["Solucions", "", ""], //create header
["Donar en adopció", "solucions/adopcio.html", "central"],
["Al·lčrgies", "solucions/alergies.html", "central"],
["Agressiv.-inadapt", "solucions/conducta.html", "central"],
["Canvi de domicili", "solucions/domicili.html", "central"], 

["Serveis", "", ""], //create header
["Gratüitat", "serveis/gratuitat.html", "central"],
["Que es pot demanar?", "serveis/queespot.html", "central"],
["Com fer-lo?", "serveis/demanar.html", "central"],

["Interactiu", "", ""], //create header
["8 casos", "interactiu.html", "central"]
]}; // REQUIRED!! do not edit or remove



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

make_menus();