/*
  --- 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'},],
	
	['DF Flash Devices', null, null, 
        ['Flash Interface','productsfd.html', {'tw' : 'Main'}],
        ['Special Forces','productssf.html', {'tw' : 'Main'}],
        ['Commando','productscommando.html', {'tw' : 'Main'}],
        ['DF Bullets','productsbullets.html', {'tw' : 'Main'}],
        ],
        ['DF Chips','productschip.html', {'tw' : 'Main'}],
        ['DF GM Tuners','productssnipergm.html', {'tw' : 'Main'}],
        ['DF Mass Air Meters','productsmam.html', {'tw' : 'Main'}],
        ['DF Data Loggers','productsafdl.html', {'tw' : 'Main'}],
        ['87-95 Moates Chips','moateschip.html', {'tw' : 'Main'}],
        ['Bully Dog','productsbullydog.html', {'tw' : 'Main'}],
        ['Diablo Sport','productsdiablo.html', {'tw' : 'Main'}],
        ['Edge','productsedge.html', {'tw' : 'Main'}],
        ['Super Chips','productssuperchips.html', {'tw' : 'Main'}],
        ['Air Intakes','productintakes.html', {'tw' : 'Main'}],
        ['Custom Tunes','prodcusttunes.html', {'tw' : 'Main'}],
        ['Other Services','services.html', {'tw' : 'Main'}],
        ['Customer Rides','cr/index.html', {'tw' : 'Main'}],
        ['Customer Feedback','custfeedback.html', {'tw' : 'Main'}],
        ['Contact','contact.html', {'tw' : 'Main'},],
,
   
]



/*
['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'}],
	],

 ['Driver Information', null, null,
		['Pay & Benefits','payben.html', {'tw' : 'Main'}],
		['Areas of Operation','areasofoperation.html', {'tw' : 'Main'}],
                ['Driver Awards','dipa/index.htm', {'tw' : 'Main'}],
	],
*/