//variables
var CSS1 = {ON:'smON', OVER:'smOVER'};
var FORMAT1 = {size:[20, 130], itemoff:[20, 0], style:{border:1, shadow:2, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:CSS1}};
var COLOR1 = {border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"};
var STYLE1 = {border:1, shadow:2, color:COLOR1, css:CSS1};
var FORMAT2 = {size:[20, 130], itemoff:[20, 0], style:STYLE1};
var STYLE2 = {border:1, shadow:2, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:CSS1};
var FORMAT3 = {size:[20, 130], itemoff:[20, 0], style:STYLE2};
//menu items
var MENU_ITEMS = [
  {pos:"relative", size:[25, 130], itemoff:[24, 0], leveloff:[0, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, borders:[1, 1, 1, 1], shadow:2, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
    {code:"Home", url:"index.html", format:{size:[20, 130], style:{border:1, shadow:2, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:CSS1}}},
    {code:"About Us", url:"aboutus.html", format:{size:[20, 130], itemoff:[20, 0], style:{border:1, shadow:2, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:CSS1}}},
    {code:"Testimonials", url:"testimonials.html", format:{size:[20, 130], itemoff:[20, 0], style:{border:1, shadow:2, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:CSS1}}},
    {code:"Apply Online", url:"apply.html", format:FORMAT1},
    {code:"Download Application", url:"Debt-Consolidation-App-v1.pdf", format:FORMAT2},
    {code:"Re-establish Credit", url:"reestablishcredit.html", format:FORMAT3},
    {code:"Calculators", url:"calculators.html", format:FORMAT1},
    {code:"Our Location", url:"location.html", format:FORMAT3},
    {code:"Contact Us", url:"contact.html", format:FORMAT3}
];

