/* 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:"Overview",url:"index.php?Page=about",
        		size:[ 22, 135 ]},
            {code:"Upcoming Events",url:"index.php?Page=AboutEvents",
       			 size:[ 22, 135 ]}
        ]
    },
    {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 Literature",url:"index.php?Page=LItLibrary"},
	            {code:"Request Literature",url:"index.php?Page=contact_req"}
        ]
    },
    {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:"General Specifications",url:"index.php?Page=tech_gen_spec",
        		size:[ 22, 185]},
	        {code:"Finish Information",url:"index.php?Page=tech_finish",
        		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"},
            {code:"General Question / Comment",url:"index.php?Page=contact_general"},
            {code:"Locate Power-Strut Rep",url:"index.php?Page=contact_rep"}
        ]
    },
    {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();

