resizereinit=true;

menu[1] = {
id:'menu1', //use unique quoted id (quoted) REQUIRED!!
fontsize:'80%', // express as percentage with the % sign
linkheight:20 ,  // linked horizontal cells height
hdingwidth:190 ,  // heading - non linked horizontal cells width
menuItems:[ 
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header

["mobileXcetera"], //create header
["The Company", "company.htm", ""],
["Services", "services.htm",""],
["Case Studies", "case_wwtbam.htm", ""],
["Customer Support", "enquiries.htm", ""],
]};

make_menus();
