BLANK_IMAGE = 'b.gif'; var STYLE = { border:0, // item's border width, pixels; zero means "none" shadow:0, // item's shadow size, pixels; zero means "none" color:{ border:"#666666", // color of the item border, if any shadow:"#DBD8D1", // color of the item shadow, if any bgON:"black", // background color for the items bgOVER:"black" // background color for the item which is under mouse right now }, css:{ ON:"clsCMOn", // CSS class for items OVER:"clsCMOver" // CSS class for item which is under mouse } }; var STYLE2 = { border:0, // item's border width, pixels; zero means "none" shadow:0, // item's shadow size, pixels; zero means "none" color:{ border:"#666666", // color of the item border, if any shadow:"#DBD8D1", // color of the item shadow, if any bgON:"black", // background color for the items bgOVER:"black" // background color for the item which is under mouse right now }, css:{ ON:"clsCMOn2", // CSS class for items OVER:"clsCMOver2" // CSS class for item which is under mouse } }; var MENU_ITEMS = [ {pos:[0,0], itemoff:[0,135], leveloff:[21,0], style:STYLE, size:[22,130]}, {code:"SHOWROOM",url:'showroom.html', sub:[ {itemoff:[21,0],style:STYLE2}, {code:"Mood Tables"}, {code:"BKF Chairs",url:'showroom.html#bkfchair'}, {code:"Canvas Prints",url:'showroom.html#canvas'}, {code:"New Designs",url:'showroom.html#newdesign'} ] }, {code:"UPHOLSTERY",url:'upholstery.html', sub:[ {itemoff:[21,0],style:STYLE2, url:'upholstery.html'}, {code:"Custom Made"}, {code:"Bedheads",url:'upholstery.html#bed'}, {code:"Wall Panels",url:'upholstery.html#wall'}, {code:"Bar/Club",url:'upholstery.html#bar'}, {code:"Re-Upholstery",url:'upholstery.html#upholstery'}, {code:"Marine",url:'upholstery.html#marine'} ] }, {code:"SIGNS",itemoff:[0,130],size:[22,100],url:'signs.html', sub:[ {itemoff:[21,0],size:[22,130],style:STYLE2}, {code:"Shop Front"}, {code:"Vehicles",url:'signs.html#vehicles'}, {code:"Digital Printing",url:'signs.html#digital'}, {code:"Boat & Marine",url:'signs.html#marine'}, {code:"Banners",url:'signs.html#banners'}, {code:"Screen Printing",url:'signs.html#screen'}, {code:"Design/Logo",url:'signs.html#design'} ] }, {code:"MERCHANDISE",itemoff:[0,90],url:'merchandise.html', sub:[ {itemoff:[21,0],style:STYLE2}, {code:"T-shirts"}, {code:"Deon Shirts",url:'merchandise.html#deon'}, {code:"Caps",url:'merchandise.html#caps'}, {code:"Hoodies",url:'merchandise.html#hoodies'} ] }, {code:"CONTACT US",itemoff:[0,180],url:'contact.html' }, {code:"HOME",url:'index.html' } ];