//// Navigation bar settings.// MLB - 11/08/2002//// Note: all colors must be in the form #XXXXXX//var TABS = null;var TABS1 = null;if (SITE == "web") {	TABS = [		['Home', '../main/index.htm', 'Home Page'],		['Resume', '../resume/resume.htm', 'Resume and Projects'],		['Portfolio', '../portfolio/index.htm', 'Consulting Projects'],		['Software', '../jlibs/index.htm', 'Software Projects'],		['Photos', '../photos/index.htm', 'Photo Albums'],		['Skiing', '../ski/index.htm', 'Skiing Info and Photos'],		['Goodies', '../goodies/index.htm', 'Other Stuff']	];		TABS1 = [		['Home', '../../main/index.htm', 'Home Page'],		['Resume', '../../resume/resume.htm', 'Resume and Projects'],		['Portfolio', '../../portfolio/index.htm', 'Consulting Projects'],		['Software', '../../jlibs/index.htm', 'Software Projects'],		['Photos', '../../photos/index.htm', 'Photo Albums'],		['Skiing', '../../ski/index.htm', 'Skiing Info and Photos'],		['Goodies', '../../goodies/index.htm', 'Other Stuff']	];}else if (SITE == "card") {	TABS = [		['Home', '../main/index.htm', 'Home Page'],		['Resume', '../resume/resumecard.htm', 'Resume and Projects'],		['Portfolio', '../portfolio/index.htm', 'Consulting Projects'],		['Demos', '../demos/index.htm', 'Demos of design concepts'],		['Leads', '../leads/index.htm', 'Demo of leads tracking software'],		['Software', '../jlibs/index.htm', 'Software Projects'],		['Goodies', '../goodies/index.htm', 'Other Stuff']	];		TABS1 = [		['Home', '../../main/index.htm', 'Home Page'],		['Resume', '../../resume/resumecard.htm', 'Resume and Projects'],		['Portfolio', '../../portfolio/index.htm', 'Consulting Projects'],		['Demos', '../../demos/index.htm', 'Demos of design concepts'],		['Leads', '../../leads/index.htm', 'Demo of leads tracking software'],		['Software', '../../jlibs/index.htm', 'Software Projects'],		['Goodies', '../../goodies/index.htm', 'Other Stuff']	];}else if (SITE == "self") {	TABS = [		['Home', '/~mbenson/mlbenson/htdocs/main/index.htm', 'Home Page'],		['Resume', '/~mbenson/mlbenson/htdocs/resume/resume.htm', 'Resume and Projects'],		['Portfolio', '/~mbenson/mlbenson/htdocs/portfolio/index.htm', 'Consulting Projects'],		['Demos', '/~mbenson/mlbenson/htdocs/demos/index.htm', 'Demos of design concepts'],		['Leads', '/~mbenson/mlbenson/htdocs/leads/index.htm', 'Demos of leads tracking software'],		['Software', '/~mbenson/mlbenson/htdocs/jlibs/index.htm', 'Software Projects'],		['Goodies', '/~mbenson/mlbenson/htdocs/goodies/index.htm', 'Other Stuff']	];		TABS1 = [		['Home', '/~mbenson/mlbenson/htdocs/main/index.htm', 'Home Page'],		['Resume', '/~mbenson/mlbenson/htdocs/resume/resume.htm', 'Resume and Projects'],		['Portfolio', '/~mbenson/mlbenson/htdocs/portfolio/index.htm', 'Consulting Projects'],		['Demos', '/~mbenson/mlbenson/htdocs/demos/index.htm', 'Demos of design concepts'],		['Leads', '/~mbenson/mlbenson/htdocs/leads/index.htm', 'Demos of leads tracking software'],		['Software', '/~mbenson/mlbenson/htdocs/jlibs/index.htm', 'Software Projects'],		['Goodies', '/~mbenson/mlbenson/htdocs/goodies/index.htm', 'Other Stuff']	];}else {	TABS = [		['Home', '/main/index.htm', 'Home Page'],		['Resume', '/resume/resume.htm', 'Resume and Projects'],		['Portfolio', '/portfolio/index.htm', 'Consulting Projects'],		['Demos', '/demos/index.htm', 'Demos of design concepts'],		['Leads', '/leads/index.htm', 'Demos of leads tracking software'],		['Software', '/jlibs/index.htm', 'Software Projects'],		['Goodies', '/goodies/index.htm', 'Other Stuff']	];		TABS1 = [		['Home', '/main/index.htm', 'Home Page'],		['Resume', '/resume/resume.htm', 'Resume and Projects'],		['Portfolio', '/portfolio/index.htm', 'Consulting Projects'],		['Demos', '/demos/index.htm', 'Demos of design concepts'],		['Leads', '/leads/index.htm', 'Demos of leads tracking software'],		['Software', '/jlibs/index.htm', 'Software Projects'],		['Goodies', '/goodies/index.htm', 'Other Stuff']	];}var NAVBAR_FORMAT = [	// Transparent pixel:	'../images/clear_pixel.gif',	// Top color (should be same as header):	'#EEEEEE',	// Main navigation bar color:	'#2E597A',	// Sub navigation bar color:	'#DDC47A',	// Sub-sub navigation bar color:	'#DDC47A',	// bottom color (should be same as page body):	'#FFFFFF',	// Tab width:	90,	// Sub-tab spacing:	18,	// Footer bar color:	'#DDC47A',	// Footer link:	'http://home.earthlink.net/~mbenson',];var NAVBAR_FORMAT1 = [	// Transparent pixel:	'../../images/clear_pixel.gif',	// Top color (should be same as header):	'#EEEEEE',	// Main navigation bar color:	'#2E597A',	// Sub navigation bar color:	'#DDC47A',	// Sub-sub navigation bar color:	'#DDC47A',	// bottom color (should be same as page body):	'#FFFFFF',	// Tab width:	90,	// Sub-tab spacing:	18,	// Footer bar color:	'#DDC47A',	// Footer link:	'http://home.earthlink.net/~mbenson',];var NAVBAR_FORMAT2 = [	// Transparent pixel:	'/images/clear_pixel.gif',	// Top color (should be same as header):	'#EEEEEE',	// Main navigation bar color:	'#2E597A',	// Sub navigation bar color:	'#DDC47A',	// Sub-sub navigation bar color:	'#DDC47A',	// bottom color (should be same as page body):	'#FFFFFF',	// Tab width:	90,	// Sub-tab spacing:	18,	// Footer bar color:	'#DDC47A',	// Footer link:	'http://home.earthlink.net/~mbenson',];var NAVBAR_FORMAT3 = [	// Transparent pixel:	'/images/clear_pixel.gif',	// Top color (should be same as header):	'#EEEEEE',	// Main navigation bar color:	'#2E597A',	// Sub navigation bar color:	'#DDC47A',	// Sub-sub navigation bar color:	'#DDC47A',	// bottom color (should be same as page body):	'#FFFFFF',	// Tab width:	90,	// Sub-tab spacing:	18,	// Footer bar color:	'#DDC47A',	// Footer link:	'http://home.earthlink.net/~mbenson',];var NAVBAR_FORMAT4 = [	// Transparent pixel:	JSP_PATH + '/images/clear_pixel.gif',	// Top color (should be same as header):	'#EEEEEE',	// Main navigation bar color:	'#2E597A',	// Sub navigation bar color:	'#DDC47A',	// Sub-sub navigation bar color:	'#DDC47A',	// bottom color (should be same as page body):	'#FFFFFF',	// Tab width:	90,	// Sub-tab spacing:	18,	// Footer bar color:	'#DDC47A',	// Footer link:	'http://www.mlbenson.com',];if (SITE == "host") {	NAVBAR_FORMAT[9] = 'http://www.mlbenson.com';	NAVBAR_FORMAT1[9] = 'http://www.mlbenson.com';	NAVBAR_FORMAT2[9] = 'http://www.mlbenson.com';	NAVBAR_FORMAT3[9] = 'http://www.mlbenson.com';} else if (SITE == "self") {	NAVBAR_FORMAT[0] = 'http://' + COMPUTER_NAME + '/~mbenson/mlbenson/htdocs/images/clear_pixel.gif';	NAVBAR_FORMAT1[0] = 'http://' + COMPUTER_NAME + '/~mbenson/mlbenson/htdocs/images/clear_pixel.gif';	NAVBAR_FORMAT2[0] = 'http://' + COMPUTER_NAME + '/~mbenson/mlbenson/htdocs/images/clear_pixel.gif';	NAVBAR_FORMAT3[0] = 'http://' + COMPUTER_NAME + '/~mbenson/mlbenson/htdocs/images/clear_pixel.gif';	NAVBAR_FORMAT[9] = 'http://' + COMPUTER_NAME + '/~mbenson/mlbenson/htdocs';	NAVBAR_FORMAT1[9] = 'http://' + COMPUTER_NAME + '/~mbenson/mlbenson/htdocs';	NAVBAR_FORMAT2[9] = 'http://' + COMPUTER_NAME + '/~mbenson/mlbenson/htdocs';	NAVBAR_FORMAT3[9] = 'http://' + COMPUTER_NAME + '/~mbenson/mlbenson/htdocs';}