// Self-Power Main Menu JavaScript File ***********************************

// Part 1 - Styles
var MainNavjsStyle1 = {
    border:1, shadow:3,
    color:{ border:"#000000", shadow:"#cbc8f1", bgON:"#e6e6df", bgOVER:"#6166b1" },
    css:{ ON:"MainNavjsDrop1Off", OVER:"MainNavjsDrop1On" }
};

var MainNavjsStyle2 = {
    border:0, shadow:0,
    color:{ border:"#000000", shadow:"#cbc8f1", bgON:"#e6e6df", bgOVER:"#e6e6df" },
    css:{ ON:"MainNavjsTopOff", OVER:"MainNavjsTopOn" }
};

var MainNavjsStyleSep = {
    border:0, shadow:0,
    color:{ border:"#000000", shadow:"#cbc8f1", bgON:"#e6e6df", bgOVER:"#e6e6df" },
    css:{ ON:"MainNavjsSep1", OVER:"MainNavjsSep1" }
};

// Part 2 - Menu structure
//pos:[75,257]
var MainNavItems = [
    { pos:'relative', itemoff:[0,124], leveloff:[22,0], style:MainNavjsStyle2, size:[24,125], delay:[100]},
    {code:"|", format:{ size:[24,5], itemoff:[0,0], style:MainNavjsStyleSep}},
    {code:mnText1, url:mnURL1, target:"_self", format:{size:[24,90], itemoff:[0,5], leveloff:[22,-6]},
        sub:[
            {"itemoff":[23,15]},
            {code:mnText7, format:{style:MainNavjsStyle1, size:[24,100]}, url:mnURL7, target:"_self"},
            {code:mnText8, format:{style:MainNavjsStyle1, size:[24,100]}, url:mnURL8, target:"_self"},
            {code:mnText9, format:{style:MainNavjsStyle1, size:[24,100]}, url:mnURL9, target:"_self"}
        ]
    },
    {code:"|", format:{ size:[24,5], itemoff:[0,88], style:MainNavjsStyleSep}},
    {code:mnText2, url:mnURL2, target:"_self", format:{ itemoff:[0,8], leveloff:[22,0]},
        sub:[
            {"itemoff":[23,15]},
            {code:mnText10,format:{style:MainNavjsStyle1, size:[24,125]}, url:mnURL10, target:"_self"}//,
            //{code:mnText11,format:{style:MainNavjsStyle1, size:[24,125]}, url:mnURL11, target:"_self"},
            //{code:mnText13,format:{style:MainNavjsStyle1, size:[24,125]}, url:mnURL13, target:"_self"}
        ]
    },
    {code:"|", format:{ size:[24,5], itemoff:[0,128], style:MainNavjsStyleSep}},
    {code:mnText3, url:mnURL3, target:"_self", format:{size:[24,90], itemoff:[0,3], leveloff:[22,-33]},
        sub:[
            {"itemoff":[23,15]},
            {code:mnText14,format:{style:MainNavjsStyle1, size:[24,160]}, url:mnURL14, target:"_self"},
            {code:mnText15,format:{style:MainNavjsStyle1, size:[24,160]}, url:mnURL15, target:"_self"},
            //{code:mnText16,format:{style:MainNavjsStyle1, size:[24,160]}, url:mnURL16, target:"_self"},
            {code:mnText17,format:{style:MainNavjsStyle1, size:[24,160]}, url:mnURL17, target:"_self"},
            {code:mnText18,format:{style:MainNavjsStyle1, size:[24,160]}, url:mnURL18, target:"_self"},
            {code:mnText19,format:{style:MainNavjsStyle1, size:[24,160]}, url:mnURL19, target:"_self"}
        ]
    },
    {code:"|", format:{ size:[24,5], itemoff:[0,88], style:MainNavjsStyleSep}},
    {code:mnText4, url:mnURL4, target:"_self", format:{ size:[24,110], itemoff:[0,8], leveloff:[22,-26]},
        sub:[
            {"itemoff":[23,15]},
            {code:mnText20,format:{style:MainNavjsStyle1, size:[24,160]}, url:mnURL20, target:"_self"},
            {code:mnText21,format:{style:MainNavjsStyle1, size:[24,160]}, url:mnURL21, target:"_self"},
            {code:mnText22,format:{style:MainNavjsStyle1, size:[24,160]}, url:mnURL22, target:"_self"}
        ]
    },
    {code:"|", format:{ size:[24,5], itemoff:[0,111], style:MainNavjsStyleSep}},
    {code:mnText5, url:mnURL5, target:"_self", format:{size:[24,90], itemoff:[0,3], leveloff:[22,-17]},
        sub:[
            {"itemoff":[23,15]},
            {code:mnText23,format:{style:MainNavjsStyle1, size:[24,122]}, url:mnURL23, target:"_self"},
            {code:mnText28,format:{style:MainNavjsStyle1, size:[24,125]}, url:mnURL28, target:"_self"},
            {code:mnText25,format:{style:MainNavjsStyle1, size:[24,122]}, url:mnURL25, target:"_self"}//,
//            {code:mnText29,format:{style:MainNavjsStyle1, size:[24,125]}, url:mnURL29, target:"_self"},
//            {code:mnText30,format:{style:MainNavjsStyle1, size:[24,125]}, url:mnURL30, target:"_self"}
        ]
    },
    {code:"|", format:{ size:[24,5], itemoff:[0,88], style:MainNavjsStyleSep}},
    {code:mnText6, url:mnURL6, format:{size:[24,90], itemoff:[0,3], leveloff:[22,-15]}},
    {code:"|", format:{ size:[24,5], itemoff:[0,90], style:MainNavjsStyleSep}},
    {code:mnText31, url:mnURL31, format:{size:[24,110], itemoff:[0,3], leveloff:[22,-15]}},
    {code:"|", format:{ size:[24,5], itemoff:[0,110], style:MainNavjsStyleSep}}
];
