var BLANK_IMAGE="img/b.gif";
var CM_STYLE = {border:0, shadow:0, color:{border:"#dddddd", shadow:"black", bgON:"#000055",bgOVER:"#0000aa"},
css:{ON:"top-menu-item", OVER:"top-menu-item-over"}};
var CM_SUBSTYLE = {border:0, shadow:1, color:{border:"#dddddd", shadow:"black", bgON:"#000055",bgOVER:"#0000aa"},
css:{ON:"top-menu-subitem", OVER:"top-menu-subitem-over"}};

var MENU_ITEMS = [
   {pos:"relative", size:[25,127], itemoff:[0,126],
leveloff:[24,0],
delay:100, style:CM_STYLE},
   {code:"Home", url:"index.php" },
   {code:"Product Information", url:"productInfo.php",
      sub:[
         {size:[25,175], itemoff:[24,0], leveloff:[0,0], style:CM_SUBSTYLE, arrow:"img/arr.gif", arrsize:[15,10]},
         {code:"Products by Category", url:"productInfo.php",
	      sub:[
	         {size:[25,230], itemoff:[24,0], leveloff:[0,175], style:CM_SUBSTYLE },
        	 {code:"Incontinence / Urological", url:"productInfo.php#incontinence"},
	         {code:"Ostomy", url:"productInfo.php#ostomy"},
        	 {code:"Skin Care", url:"productInfo.php#skin"},
                 {code:"Burn Care", url:"productInfo.php#burn"},
                 {code:"Wound Dressing Supplies", url:"productInfo.php#wound"},
                 {code:"Infection Control", url:"productInfo.php#infection"},
                 {code:"Cosmetic / Post Surgical Supplies", url:"productInfo.php#cosmetic"},
                 {code:"Diagnostic / Medical / Surgical", url:"productInfo.php#diagnostic"},
                 {code:"Ambulatory Aids", url:"productInfo.php#ambulatory"},
                 {code:"Compression / Surgical Stocking", url:"productInfo.php#stockings"},
                 {code:"Maternity", url:"productInfo.php#maternity"},
                 {code:"Bath Safety", url:"productInfo.php#bath"},
                 {code:"Physiotherapy / Rehabilitation", url:"productInfo.php#physio"},
                 {code:"Sports Medicine", url:"productInfo.php#sports"},
                 {code:"Environmental / Daily Living Aids", url:"productInfo.php#environmental"},
                 {code:"Convalescent Aids", url:"productInfo.php#convalescent"}
	      ]
	 },
         {code:"Wounds (Chronic)", url:"productsWound.php",
	      sub:[
	         {size:[25,100], itemoff:[24,0], leveloff:[0,175], style:CM_SUBSTYLE },
        	 {code:"Read More", url:"articleStarPhoenix.php"},
		 ]
	 },
         {code:"Classic Super Absorbents", url:"productsAbsorbent.php"},
         {code:"Burns", url:"productsBurn.php"},
         {code:"Facial Resurfacing", url:"productsFacial.php"}
      ]
   },
   {code:"Ordering & Delivery", url:"orderInfo.php",
      sub:[
         {size:[25,150], itemoff:[24,0], leveloff:[0,0], style:CM_SUBSTYLE, arrow:"img/arr.gif", arrsize:[15,10] },
         {code:"How to Order", url:"orderInfo.php#howto"},
         {code:"Delivery Options", url:"orderInfo.php#delivery",
	      sub:[
	         {size:[25,170], itemoff:[24,0], leveloff:[0,150], style:CM_SUBSTYLE},
	         {code:"Same Day", url:"orderInfo.php#sameday"},
        	 {code:"Scheduled", url:"orderInfo.php#scheduled"},
	         {code:"Outside Edmonton", url:"orderInfo.php#outoftown"},
        	 {code:"Emergency After Hours", url:"orderInfo.php#afterhours"}
	      ]
	},
         {code:"Special Orders", url:"orderInfo.php#special"},
      ]
   },
   {code:"Special Services", url:"servicesInfo.php",
      sub:[
         {size:[25,170], itemoff:[24,0], leveloff:[0,0], style:CM_SUBSTYLE, arrow:"img/arr.gif", arrsize:[15,10] },
         {code:"Shelf to Shelf", url:"servicesInfo.php#shelf"},
         {code:"In-home Stocking Fittings", url:"servicesInfo.php#fittings"},
         {code:"After Hours", url:"servicesInfo.php#afterhours"},
      ]
   },
   {code:"Workshops/Education", url:"workshopsInfo.php",
      sub:[
         {size:[25,170], itemoff:[24,0], leveloff:[0,0], style:CM_SUBSTYLE},
         {code:"Upcoming Workshops", url:"workshopsInfo.php#upcoming"},
         {code:"Upcoming In-Services", url:"workshopsInfo.php#in-service"},
      ]
   },
   {code:"Posters/Studies", url:"studies.php",
      sub:[
         {size:[25,230], itemoff:[24,0], leveloff:[0,0], style:CM_SUBSTYLE},
         {code:"Oat Beta-Glucan - The Gel That Can", url:"docs/BetaGlucan7.pdf"},
         {code:"Saskatoon Beta-Glucan Study", url:"articleStarPhoenix.php"},
         {code:"Derma Defense", url:"articleDermaDefense.php"},
      ]
   },
   {code:"Contact Us", url:"contactInfo.php"}

];


