//menu items


//var color = {border:'#FF9900', shadow:"#DBD8D1", bgON:"#000000",bgOVER:"#AD2400"};

//var color2 = {border:'#FF9900', shadow:"#666666", bgON:"#660000",bgOVER:"#CC9966"};


//var color = {border:'#FF9900', shadow:"#DBD8D1", bgON:"#0000fc",bgOVER:"#929AB8"};
var color = {border:'#FF9900', shadow:"#DBD8D1", bgON:"#0000fc",bgOVER:"#ffff00"};
var color2 = {border:'#0000f6', shadow:"#666666", bgON:"#0000fc",bgOVER:"#ffff00"};


var background_css = {ON:'clsCMOn', OVER:'clsCMOver'};

var STYLE_BACKGROUND = {border:0, borders:[1,1,1,1], shadow:0, color:color, css:background_css};


var background2_css = {ON:'clsSubCMOn', OVER:'clsSubCMOver'};

var STYLE_BACKGROUND2 = {border:1, borders:[1,1,1,1], shadow:0, color:color2, css:background2_css};


var background3_css = {ON:'clsSub2CMOn', OVER:'clsSub2CMOver'};

var STYLE_BACKGROUND3 = {border:0, shadow:0, color:color, css:background3_css};




var MENU_ITEMS = [ {pos:"relative", size:[18, 110], itemoff:[0, 109], leveloff:[0, 0], delay:600, imgsize:[16, 16], arrsize:[13, 13],   
  arrow:"images/arrow.gif", oarrow:"images/oarrow.gif", style:STYLE_BACKGROUND},
 
    {code:"Home",url:"home.htm", format:{size:[18,95]}},
    {code:"About Us",url:"aboutus.htm", format:{size:[18,105],itemoff:[0,95]}
//    ,
//          sub:[
//          {size:[18, 200], itemoff:[17, 200], leveloff:[22, 0], delay:600, imgsize:[16, 16], arrsize:[13, 13], 
//      style:STYLE_BACKGROUND2}, 
//            {code:"Customer Profiles",url:"profiles.htm"}
//          ]
          },
    {code:"Products & Services", format:{size:[18,150],itemoff:[0,105]}, 
      sub:[
      {size:[18, 320], itemoff:[17, 0], leveloff:[22, -160], delay:600, imgsize:[16, 16], arrsize:[13, 13], 
      style:STYLE_BACKGROUND2}, 
        {code:"Maintenance Options",url:"planned.htm",
          sub:[
          {size:[18, 320], itemoff:[16, 0], leveloff:[0, 320], delay:600, imgsize:[16, 16], arrsize:[13, 13], 
          style:STYLE_BACKGROUND2}, 
            {code:"Preventative Maintenance Agreement",url:"pmc_contract.htm"},
            {code:"Partial Preventative Maintenance Agreement",url:"ppmc_contract.htm"},
            {code:"PMA Incentives",url:"incentives.htm"},
            {code:"PMA Scheduling",url:"scheduling.htm"},
            {code:"International Technical Support Contract",url:"tsc.htm"},
            {code:"Breakdowns",url:"breakdowns.htm"}
          ]},
        {code:"Spare Parts & Consumables",url:"consumables.htm"}
      ]},
//    {code:"Request Form",url:"requestform.htm", format:{size:[18,110],itemoff:[0,159]}},
//    {code:"Sales",url:"sales.htm", format:{size:[18,100],itemoff:[0,150]}},
    {code:"Machine Sales",url:"trumpf-laser-sales.htm", format:{size:[18,100],itemoff:[0,150]}},
    {code:"Careers",url:"careers.htm", format:{size:[18,100],itemoff:[0,100]}},
    {code:"Contact Us",url:"contactus.htm", format:{size:[18,105],itemoff:[0,100]}},
    {code:"Our Location",url:"locateus.htm", format:{size:[18,105],itemoff:[0,105]}}
];
