/* Menu system structure file */

var STYLE_0 =
{
    itemFilters:"progid:DXImageTransform.Microsoft.Fade(duration=0.3)",
    valign:"top",
    size:[ 71, 156 ],
    backgroundStyle:[ "background: white url(images/mnu_bg.gif);", "background: #F5F5F5 url(images/mnu_bg.gif);" ],
    textStyle:[ "color: #808080; font: bold 8pt verdana, arial, sans-serif;", "color: #D00303; font: bold 8pt verdana, arial, sans-serif;" ],
    itemoff:[ 0, "+previousItem" ],
    leveloff:[ "+parentItem-0px", 0 ]
};

var STYLE_1 =
{
    levelFilters:[ "progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.3)", "progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.3)"],
    itemFilters:null,
    borderWidth:[ 1, 0, 1, 0 ],
    borderColor:"#D8D7D7",
    backgroundStyle:"background-color: #E9E9E9;",
    textStyle:[ "padding-left: 5px; padding-bottom: 1px; text-align: left; color: #41648A; font: 8pt verdana, arial, sans-serif; background: left bottom no-repeat url(images/l1_line_out.gif);", "padding-left: 5px; padding-bottom: 1px; text-align: left; color: #DB1616; font: 8pt verdana, arial, sans-serif; background: left bottom no-repeat url(images/l1_line_over.gif);" ],
    size:[ 19, 156 ],
    itemoff:[ "+previousItem", 0 ],
    ifFirst:
    {
        backgroundStyle:"background: #E9E9E9 left top no-repeat url(images/l1_bg_first.gix);",
        textStyle:[ "padding-left: 5px; padding-top:10px; padding-bottom: 1px; text-align: left; color: #41648A; font: 8pt verdana, arial, sans-serif; background: left bottom no-repeat url(images/l1_line_out.gif);", "padding-left: 5px; padding-top:10px; padding-bottom: 1px; text-align: left; color: #DB1616; font: 8pt verdana, arial, sans-serif; background: left bottom no-repeat url(images/l1_line_over.gif);" ],
        size:[ 29, 156 ]
    },
    ifLast:
    {
        borderWidth:[ 1, 0, 1, 1 ],
        size:[ 23, 156 ]
    }
};

var MENU_ITEMS = [
    {exclusive:true, style:[ STYLE_0, STYLE_1 ], delay:[ 100, 500 ], blankImage:"images/b.gif" },
    {code:"<img src=\"images/mnu_products.gif\" width=\"156\" height=\"71\" style=\"vertical-align: top;\" /><br />",
        sub:[
            {},
            {code:"Vehicle Repeaters",
				sub:[
				{leveloff:[10, 130]},
				{code:"SVR-200", url:"svr200.html", sb_image:"SVR200.jpg"},
				{code:"SVR-250", url:"svr250.html", sb_image:"SVR250.jpg"},
				{code:"SVR-252", url:"svr252.html", sb_image:"SVR252.jpg"},
				{code:"SVR-P250 P25", url:"svrp250.html", sb_image:"SVRP250.jpg"},
				{code:"In-Band Filters", url:"filters.html"},
				{code:"MSAT-230 for SkyTerra", url:"msat-230.html"},
				{code:"Accessories", url:"accessories_svr.html"},
				{code:"Factory Cables", url:"cables_svr.html"}
				]},
				
            {code:"Mobile Data / AVL",
				sub:[
				{leveloff:[10, 130]},
				{code:"Street Smarts Platinum", url:"streetsmarts.html", sb_image:"SVR250.jpg"},
				{code:"Merlin AVL", url:"2017.html", sb_image:"SVR250.jpg"},
				{code:"3012 MDT", url:"3012.html", sb_image:"SVR250.jpg"},
				{code:"Centry II AVL", url:"2018.html", sb_image:"SVR250.jpg"},
				{code:"HEAR Encoder", url:"2012h.html", sb_image:"SVR250.jpg"},
				{code:"Factory Cables", url:"cables_data.html"}
				]}
				
      /*      {code:"OEM Telemetry",
				sub:[
				{leveloff:[10, 130]},
				{code:"VHF Telemetry", url:"telem_vhf.html"},
				{code:"UHF Telemetry", url:"telem_uhf.html"}
				]} */
        ]
    },
    {code:"<img src=\"images/mnu_contact.gif\" width=\"156\" height=\"71\" style=\"vertical-align: bottom;\" /><br />",
        sub:[
            {},
            {code:"Contact Us", url:"contact.html"},
            {code:"Request Info.", url:"request_info.php"},
            {code:"About Us", url:"about.html"},
            {code:"Privacy Policy", url:"privacy.html"}
        ]
    },
    {code:"<img src=\"images/mnu_service.gif\" width=\"156\" height=\"71\" style=\"vertical-align: bottom;\" /><br />",
        sub:[
            {},
            {code:"Dealer Finder", url:"finder_dealer.php"},
            {code:"Sales Representatives", url:"finder_rep.html"},
			{code:"Product Catalog (PDF)", url:"http://www.pyramidcomm.com/pdf/catalog/catalog.pdf"},
            {code:"Product Support",
				sub:[
				{leveloff:[10, 130]},
			/*	{code:"Installation Guides",
					sub:[
					{leveloff:[10, 130]},
					{code:"SVR", url:"install_svr.php"},
					{code:"Mobile Data", url:"install_data.php"}
					]}, */
				{code:"Application Notes",
					sub:[
					{leveloff:[10, 130]},
					{code:"SVR", url:"an_svr.php"},
					{code:"RCS", url:"an_rcs.php"},
					{code:"Mobile Data", url:"an_data.php"}
					]},
				{code:"Service Manuals", url:"manuals.html"},
				{code:"Software",
					sub:[
					{leveloff:[10, 130]},
					{code:"PC Programming", url:"software_pc.html"},
					{code:"Street Smarts", url:"software_mapping.html"},
					{code:"Firmware / Utilities", url:"software_firmware.html"}
					]},
			]}
        ]
    },
    {code:"<img src=\"images/mnu_education.gif\" width=\"156\" height=\"71\" style=\"vertical-align: bottom;\" /><br />",
        sub:[
            {},
            {code:"Webinars", url:"ed_webinar.html"},
            {code:"Whitepapers", url:"ed_whitepaper.html"},
            {code:"Product Videos", url:"ed_videos.html"},
            {code:"Trade Shows", url:"ed_shows.html"}
        ]}
];

var menu1 = new COOLjsMenuPRO("menu", MENU_ITEMS);
menu1.initTop();
