//menu items
var MENU_ITEMS = [
  {blankImage:"images/b.gif", pos:"absolute", size:[48, 190], itemoff:[47, 0], leveloff:[0, 0], delay:200, imgsize:[48, 190], arrsize:[16, 16], style:{border:1, shadow:0, color:{border:"#666666", bgON:"#003d22", bgOVER:"white", imagebg:"#003d22", oimagebg:"white"}, css:{ON:'mainOn', OVER:'mainOver'}}}, 
    {code:"Home", url:"index.html"},
    {code:"Waste Removal", url:"waste-start.htm"},
    {code:"Residential Recycling", url:"resrecycle.htm"},
    {code:"Commercial Recycling", url:"comrecycle.htm"},
    {code:"Services", url:"services-start.htm"},
    {code:"Equipment", url:"equipment.htm"},
    {code:"Project Photos", url:"photos.htm"},
    {code:"About Us", url:"about.htm"},
    {code:"Contact Us", url:"contact.htm"}	 
];


