//// Subtabs settings for Home tab.// MLB - 11/08/2002//var STABS_HOME = null;if (SITE == "web") {	STABS_HOME = [		['Main', '../main/index.htm', 'Home Page'],		['About', '../about/index.htm', 'Get info about this web site'],		['Contact', '../contact/index.htm', 'How to contact me']	];} else if (SITE == "card") {	STABS_HOME = [		['Main', '../main/index.htm', 'Home Page'],		['About', '../about/index.htm', 'Get info about this business card'],		['Contact', '../contact/indexcard.htm', 'How to contact me']	];} else {	STABS_HOME = [		['Main', '../main/index.htm', 'Home Page'],		['About', '../about/index.htm', 'Get info about this web site'],		['Contact', '../contact/indexhost.htm', 'How to contact me']	];}
