//styles var color = {color: 'white', border:'#000000', shadow:'#DBD8D1', bgON:'#cccccc', bgOVER:'#660000'}; var css = {ON:'clsCMOn', OVER:'clsCMOver'}; var STYLE = {border:0, shadow:0, color:color, css:css}; var STYLE1 = {border:1, shadow:0, color:color, css:css }; //items and formats var MENU_ITEMS = [ {pos:'relative', itemoff:[0,100], leveloff:[19,0], style:STYLE, size:[20,20]}, {code:'Home', url:'/', format:{ "size": [20,50], "itemoff":[0,70] } }, {code:"Company Overview", url:"/?t=companyoverview", format:{ "size": [20,135], "itemoff":[0,50] }, sub:[ {itemoff:[19,0], leveloff:[0,0], style:STYLE1 }, {code:'Our Key People', url:'/?t=ourkeypeople'}, {code:'Services', sub:[ {itemoff:[19,0], leveloff:[0,134], style:STYLE1, size:[20,200]}, {code:'Your Commercial Brokerage', url:'/?t=commercialbrokerage' }, {code:'Property Management', url:'/?t=propertymanagement' }, {code:'Real Estate Development', url:'/?t=realestatedevelopment' }, {code:'1031 Exchange Programs', url:'/?t=1031' }, {code:'Property Research', url:'/?t=propertyresearch' }, {code:'Real Estate in Mexico', url:'/?t=realestatemexico' }, {code:'VIP Loan Program', url:'/?t=viploanprogram' }, {code:'Internship Programs', url:'/?t=internshipprograms' } ] } ] }, {code:'Listings', url:'/listings/', format:{ "size": [20,70], "itemoff":[0,135] } }, {code:"Buying or Leasing?", url:"", format:{ "size": [20,130], "itemoff":[0,70] }, sub:[ {itemoff:[19,0], leveloff:[0,0], style:STYLE1, size:[20,200] }, {code:'Buying', url:'/?t=formbuying'}, {code:'Selling', url:'/?t=formsale'}, {code:'Leasing', url:'/?t=formlease'} ] }, {code:"Mexico", url:"", format:{ "size": [20,70], "itemoff":[0,130] }, sub:[ {itemoff:[19,0], leveloff:[0,0], style:STYLE1, size:[20,200] }, {code:'Real Estate Opportunities', url:'/?t=realestatemexico'}, {code:'Uno Mas Vacation Villa', url:'/?t=unomas'} ] }, {code:'Financial Calculators', url:'/?t=calculators', format:{ "size": [20,140], "itemoff":[0,70] } }, {code:'Contact Us', url:'/?contactus', format:{ "size": [20,90], "itemoff":[0,140] } } ];