/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var MENU_ITEMS = [
        ['Home Page', 'index.htm', {'tw' : '_top'},],
        ['Driver Information', null, null,
		['Pay & Benefits','payben.html', {'tw' : 'Main'}],
		['Areas of Operation','areasofoperation.html', {'tw' : 'Main'}],
                ['Driver Awards','dipa/index.htm', {'tw' : 'Main'}],
                ['Equipment','equipment.html', {'tw' : 'Main'}],
	],
	['Corporate Information',null, {'tw' : 'content'},
	        ['Company History','history.html', {'tw' : 'Main'}],
                ['Image Gallery','gallery.html', {'tw' : 'Main'}],
	],
        ['Customer Information',null, {'tw' : 'content'},
                ['Annoucements','annc.html', {'tw' : 'Main'}],
		['Customer ePacket','ePacket.html', {'tw' : 'Main'}],
                ['Rules Tariff','fleetmasterrulestariff.pdf', {'tw' : '_blank'}],
                ['Areas of Operation','areasofoperation.html', {'tw' : 'Main'}],
	],
        ['Press Releases', 'pressreleases/index.htm', {'tw' : 'Main'},],
	['Employment', 'employment.html', {'tw' : 'Main'},],
        ['Terminal Locations',null, {'tw' : 'content'},
                ['Albany, GA','terminals/albany.html', {'tw' : 'Main'}],
		['Columbus, OH','terminals/columbus.html', {'tw' : 'Main'}],
                ['Danville, VA','terminals/danville.html', {'tw' : 'Main'}],
		['De Forest, WI','terminals/deforest.html', {'tw' : 'Main'}],
                ['Eden, NC','terminals/eden.html', {'tw' : 'Main'}],
		['Findlay, OH','terminals/findlay.html', {'tw' : 'Main'}],
		['Ft. Worth, TX','terminals/ftworth.html', {'tw' : 'Main'}],
                ['Monticello, IN','terminals/monticello.html', {'tw' : 'Main'}],
		['Roanoke, VA','terminals/roanoke.html', {'tw' : 'Main'}],
                ['Springdale, AR','terminals/springdale.html', {'tw' : 'Main'}],
                ['Williamsburg, VA','terminals/williamsburg.html', {'tw' : 'Main'}],
        ],

        ['Logistics Services','fxl/index.htm', {'tw' : '_blank'},],
        ['Safety & Insurance',null, {'tw' : 'content'},
                ['Safety & Insurance','safety.htm', {'tw' : 'Main'}],
                ['Drive Smart VA','ciot.htm', {'tw' : 'Main'}],
        
        ],
        ['Intranet','http://172.1.9.16/intranet', {'tw' : '_blank'},],
        ['Webmail','http://mail.fleetmasterexpress.com', {'tw' : '_blank'},],
,
   
]



/*
['Special Targets', null, null,
		['New Window','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_blank'}],
		['Parent Window','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_parent'}],
		['Same Frame','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_self'}],
	],
*/