//variables
var CSS1 = {ON:'clsCMOn', OVER:'clsCMOver'};
var STYLE1 = {border:0, shadow:2, color:{border:"White", shadow:"White", bgON:"White", bgOVER:"WhiteSmoke", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:CSS1};
//menu items
var MENU_ITEMS = [
  {pos:[520, 66], size:[25, 100], itemoff:[0, 99], leveloff:[0, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:STYLE1}, 
    {code:"Home", url:"index.html"},
    {code:"About Us", url:"aboutus.html"},
    {code:"Services", url:"services.html", 
      sub:[
      {size:[25, 195], itemoff:[24, 0], leveloff:[27, 1], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:2, color:{border:"LightSteelBlue", shadow:"#DBD8D1", bgON:"WhiteSmoke", bgOVER:"GhostWhite", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:CSS1}}, 
        {code:"Hosting", url:"hosting.html"},
        {code:"Design", url:"design.html"},
        {code:"Search Engine Optimization", url:"search_optimize.html"},
        {code:"TTS Services", url:"http://www.texastechnology.net"},
        {code:"SOS Remote Backup", url:"http://sosremote.net/"}
      ]},
    {code:"Support", url:"support.html"},
    {code:"Contact", url:"contactus.html"}
];


