//variablesvar POS1 = "relative";var STYLE1 = {border:1, borders:[0, 0, 0, 0], shadow:0, color:{border:"#0", shadow:"#0", bgON:"#ebb234", bgOVER:"#ebb234"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}};var BORDERS1 = [1, 1, 1, 1];var COLOR1 = {border:"#ebb234", shadow:"#4d3400", bgON:"#F1c971", bgOVER:"#ebb234"};var CSS1 = {ON:'clsCMOn', OVER:'clsCMOver'};var STYLE2 = {border:1, borders:BORDERS1, shadow:2, color:COLOR1, css:CSS1};var CSS2 = {ON:'clsCM2On', OVER:'clsCM2Over'};var STYLE3 = {border:1, borders:BORDERS1, shadow:2, color:COLOR1, css:CSS2};//menu itemsvar MENU_ITEMS = [  {pos:POS1, size:[36, 750], itemoff:[0, 0], leveloff:[0, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:STYLE1},     {code:"nav01", format:{size:[36, 8], image:"images/nav01.gif", imgsize:[36, 8]}},    {code:"Home", url:"index.html", format:{size:[36, 100], itemoff:[0, 8], image:"images/nav-home.gif", imgsize:[36, 100], oimage:"images/nav-home-over.gif"},       sub:[      ]},    {code:"About_Us", url:"about.html", format:{size:[36, 120], itemoff:[0, 100], image:"images/nav-about.gif", imgsize:[36, 120], oimage:"images/nav-about-over.gif"},       sub:[]},    {code:"Products", url:"products.html", format:{size:[36, 120], itemoff:[0, 120], image:"images/nav-products.gif", imgsize:[36, 120], oimage:"images/nav-products-over.gif"},       sub:[      {size:[220, 200], itemoff:[0, 0], leveloff:[31, 31], delay:600, image:"images/b.gif", oimage:"images/b.gif", imgsize:[5, 5], arrsize:[16, 16], style:STYLE2},         {code:"The Smart Touch® 2000 Pro", url:"smart_touch.html", format:{size:[25, 200], itemoff:[0, 0]}},        {code:"Access Control", url:"access_control.html", format:{size:[25, 200], itemoff:[25, 0]}},        {code:"Alarm Management", url:"alarm_management.html", format:{size:[25, 200], itemoff:[25, 0]}},        {code:"CCTV", url:"cctv.html", format:{size:[25, 200], itemoff:[25, 0]}},        {code:"Intercom / Public Address", url:"intercom_pa.html", format:{size:[25, 200], itemoff:[25, 0]}},        {code:"Lighting Control", url:"lighting.html", format:{size:[25, 200], itemoff:[25, 0]}},        {code:"Guard Tour", url:"guard_tour.html", format:{size:[25, 200], itemoff:[25, 0]}},        {code:"System Management", url:"system_management.html", format:{size:[25, 200], itemoff:[25, 0]}}      ]},    {code:"Markets", url:"markets.html", format:{size:[36, 115], itemoff:[0, 120], image:"images/nav-markets.gif", imgsize:[36, 115], oimage:"images/nav-markets-over.gif"},       sub:[      {size:[225, 160], itemoff:[0, 0], leveloff:[31, 30], delay:600, image:"images/b.gif", oimage:"images/b.gif", imgsize:[5, 5], arrsize:[16, 16], style:STYLE2},         {code:"Correctional", url:"correctional.html", format:{size:[25, 160], itemoff:[25, 0]}},        {code:"Commercial", url:"commercial.html", format:{size:[25, 160], itemoff:[25, 0]}},        {code:"Healthcare", url:"healthcare.html", format:{size:[25, 160], itemoff:[25, 0]}},        {code:"Courthouse & Police", url:"courts_police.html", format:{size:[25, 160], itemoff:[25, 0]}},	{code:"Educational", url:"educational.html", format:{size:[25, 160], itemoff:[25, 0]}}      ]},    {code:"Contact", url:"contact.html", format:{size:[36, 110], itemoff:[0, 115], image:"images/nav-contact.gif", imgsize:[36, 110], oimage:"images/nav-contact-over.gif"},       sub:[      ]},];
