/* COOLjsMenu style + structure file */

var STYLE_TOP_0 =
{
    textStyle:[ "background: left bottom repeat-x url(_baseimages/l0_bg_out.gif); color: #101010; font: bold 12pt/29px Arial, sans-serif; text-align: center;", "background: left bottom repeat-x url(_baseimages/l0_bg_over.gif); color: #FF6000; font: bold 12pt/29px Arial, sans-serif; text-align: center;" ],
    size:[ 29, 300 ],
    itemoff:[ 0, "+previousItem" ],
    leveloff:[ "+parentItem", 20 ],
    itemFilters:[ "progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=reverse,duration=0.2)", "progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.2)" ]
};


var STYLE_TOP_1 =
{
    borderWidth:1,
    borderColor:"#99B8E6",
    backgroundColor:[ "#CDEBFD", "white" ],
    textStyle:[ "color: #1E71E9; font: bold 9pt Arial, sans-serif; text-align: left;", "color: #1E71E9; font: bold 9pt Arial, sans-serif; text-align: left;" ],
    size:[ 24, 300 ],
    itemoff:[ "+previousItem-1px", 0 ],
    itemFilters:"progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=0,motion=reverse,duration=0.2)",
    ifFirst:
    {
        size:[ 23, 300 ],
        borderWidth:[ 1, 0, 1, 1 ]
    }
};

var MENU_ITEMS_TOP = [
    {style:[ STYLE_TOP_0, STYLE_TOP_1 ], blankImage:"_baseimages/b.gif" },
    {code:'<img src="_baseimages/Unistrut_off_02.jpg" width="179" height="22" />',
        ocode:'<img src="_baseimages/Unistrut_on_02.jpg" width="179" height="22" />',
        size:[ 22, 179 ],url:"index.php"
    },
    {code:'<img src="_baseimages/Unistrut_off_03.jpg" width="83" height="22" />',
        ocode:'<img src="_baseimages/Unistrut_on_03.jpg" width="83" height="22" />',
        size:[ 22, 83 ],
        sub:[
        	{},
        	{code:"Cope Cable Tray Overview",url:"index.php?Page=about"},
        	{code:"Upcoming Events",url:"index.php?Page=AboutEvents"}
        ]
    },
    {code:'<img src="_baseimages/Unistrut_off_04.jpg" width="89" height="22" />',
        ocode:'<img src="_baseimages/Unistrut_on_04.jpg" width="89" height="22" />',
        size:[ 22, 89 ],
        sub:[
            {},
            {code:"Browse Cope&#153; Catalog",url:"http://copecabletray.com/e-document/Cope-WEB-1-23-12/",target:"_blank",
        		size:[ 22, 185]},
        	{code:"Request Printed Catalog",url:"index.php?Page=contact_req",
        		size:[ 22, 185]}
        ]
    },
    {code:'<img src="_baseimages/Unistrut_off_05.jpg" width="145" height="22" />',
        ocode:'<img src="_baseimages/Unistrut_on_05.jpg" width="145" height="22" />',
        size:[ 22, 145 ],
        sub:[
            {},
            {code:"Unit Conversions",url:"index.php?Page=calc",
        		size:[ 22, 185]}
        ]
    },
    {code:'<img src="_baseimages/Unistrut_off_06.jpg" width="96" height="22" />',
        ocode:'<img src="_baseimages/Unistrut_on_06.jpg" width="96" height="22" />',
        size:[ 22, 96 ],
        sub:[
            {},
            {code:"Request Product Info",url:"index.php?Page=contact_req",
        		size:[ 22, 185]},
        	{code:"Locate Cope&#153; Rep",url:"index.php?Page=contact_rep",
        		size:[ 22, 185]}
        ]
    },
    {code:'<img src="_baseimages/Unistrut_off_07.jpg" width="100" height="22" />',
        size:[ 22, 100 ]
    },
    {code:'<img src="_baseimages/Unistrut_off_09.jpg" width="100" height="22" />',
        size:[ 22, 100 ]
    }
];

var menutop = new COOLjsMenuPRO("menutop", MENU_ITEMS_TOP);
menutop.initTop();

