function changeColour(cell,colour){ //current.backgroundColor="EFEDEB"; cell = document.getElementById(cell); cell.style.backgroundColor=colour; //var current = cell; } function mmLoadMenus() { if (window.delcor_menu) return; window.delcor_menu = new Menu("root",132,18,"Verdana, Arial, Helvetica, sans-serif",12,"#66523D","#000000","#F1DFAA","#F7ECCC","left","middle",3,0,1000,-5,7,true,false,true,0,false,false); delcor_menu.addMenuItem("Background","location='index.php?page=background'"); delcor_menu.addMenuItem("Find a Store","location='index.php?page=stores'"); delcor_menu.addMenuItem("Request a Brochure","location='http://www.holidays-in-the-uk.co.uk/delcor'"); if (window.product_menu) return; window.product_menu_1 = new Menu("Product Ranges",140,18,"Verdana, Arial, Helvetica, sans-serif",12,"#66523D","#000000","#F7ECCC","#FBF4E1","left","middle",3,0,1000,0,0,true,false,true,0,false,false); product_menu_1.addMenuItem("Sofas","location='ranges.php?category=1'"); product_menu_1.addMenuItem("Chairs","location='ranges.php?category=2'"); product_menu_1.addMenuItem("Footstools","location='ranges.php?category=3'"); product_menu_1.addMenuItem("Sofa Beds","location='ranges.php?category=5'"); product_menu_1.addMenuItem("Cabinet Furniture","location='ranges.php?category=6'"); window.product_menu = new Menu("root",140,18,"Verdana, Arial, Helvetica, sans-serif",12,"#66523D","#000000","#F1DFAA","#F7ECCC","left","middle",3,0,1000,0,0,true,false,true,0,false,false); product_menu.addMenuItem(product_menu_1,"location='categories.php'"); product_menu.writeMenus(); } // mmLoadMenus()