/***********************************************
* NEGOCE-LAND.COM (http://www.negoce-land.com)
* Reparateur-pc-portable.fr (http://reparateur-pc-portable.fr)
* Reparateur-pc-portable.com (http://reparateur-pc-portable.com)
************************************************/

//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:'70%', // express as percentage with the % sign
linkheight:22 ,  // linked horizontal cells height
hdingwidth:490 ,  // heading - non linked horizontal cells width

barcolor:'white',        // bar (the vertical cell) text color
barbgcolor:'green',   // bar (the vertical cell) background color
barfontweight:'bold',    // bar (the vertical cell) font weight
baralign:'center',       // bar (the vertical cell) right left or center text alignment
hdingbgcolor:'green',  // heading - non linked horizontal cells background color
hdingtxtalign:'right',    // heading - non linked horizontal cells right left or center text alignment
linktxtalign:'right',     // linked horizontal cells right left or center text alignment
bordercolor:'white', // inner border color


// 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
["190€ l'Ordinateur portable d'occasion idéal dvd, Internet, divx, jeux..."], //create header
["<img src='promo-reparateur-pc-portable-toulouse/hp-nc6000-reparateur-pc-portable-toulouse.jpg' border='0'>", "http://www.negoce-land.com/337-ordinateur-portable-hp-compaq-nc6000-bonne-occasion-190e-negoce-land.html", 1], //create two column row, requires d_colspan:2 (the default)
["Prix en promo 190€", "http://www.negoce-land.com/337-ordinateur-portable-hp-compaq-nc6000-bonne-occasion-190e-negoce-land.html", 1],
["[ Commander ]", "http://www.negoce-land.com/cart.php?add&id_product=337", "1"],
//["Commander [ <img src='images/commander-sur-reparateur-pc-portable.gif' border='0' align='absmiddle'> ]", "http://www.negoce-land.com/cart.php?add&id_product=332", "1"],
["[ Nous contacter ]", "http://www.negoce-land.com/modules/contactproduct/contactproduct-form.php?id_product=337", "1"], //no comma after last entry
//["Nous contacter [ <img src='images/nous-contacter-pour-cette-promo-sur-reparateur-pc-portable.gif' border='0' align='absmiddle'> ]", "http://www.negoce-land.com/modules/contactproduct/contactproduct-form.php?id_product=332", "1"], //no comma after last entry

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


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

make_menus();
