<!--//

// Get Browser
var ns4 = (document.layers) ? 1 : 0;
var ie4 = (document.all) ? 1 : 0;
var is4thGen = (ns4 || ie4) ? 1 : 0;
var isMac = (navigator.appVersion.indexOf("Mac") != -1) ? 1 : 0;
var imgSwap = (document.images) ? 1 : 0;

// Load Images
if (imgSwap) {

	var products_active = new Image();
	products_active.src = "graphics/topnav_products_on.gif";
	var products_inactive = new Image();
	products_inactive.src = "graphics/topnav_products_off.gif";

	var services_active = new Image();
	services_active.src = "graphics/topnav_services_on.gif";
	var services_inactive = new Image();
	services_inactive.src = "graphics/topnav_services_off.gif";

	var facilities_active = new Image();
	facilities_active.src = "graphics/topnav_facilities_on.gif";
	var facilities_inactive = new Image();
	facilities_inactive.src = "graphics/topnav_facilities_off.gif";

	var company_active = new Image();
	company_active.src = "graphics/topnav_company_on.gif";
	var company_inactive = new Image();
	company_inactive.src = "graphics/topnav_company_off.gif";

}

//Links for Menus
var menu = new Array();
var menu_Width_array = new Array();

var x = 0;
var m = 0;
var n = 0;
menu_Width_array[m] = 150;
menu[m] = new Array();
menu[m][x   ] = new Array(String(n+=1),"porsche_accessories.html","Accessories");
menu[m][x+=1] = new Array(String(n+=1),"porsche_performance_products.html","Performance Products");
menu[m][x+=1] = new Array(String(n+=1),"porsche_parts.html","Parts Department");

x = 0;
m = m + 1;
menu_Width_array[m] = 150;
menu[m] = new Array();
menu[m][x   ] = new Array(String(n+=1),"porsche_scheduled_maintenance.html","Scheduled Maintenance");
menu[m][x+=1] = new Array(String(n+=1),"porsche_repair.html","Service &amp; Repair");
menu[m][x+=1] = new Array(String(n+=1),"porsche_pre_purchase_inspection.html","Pre Purchase Inspection");
menu[m][x+=1] = new Array(String(n+=1),"porsche_wheel_alignment.html","4 Wheel Alignment");
menu[m][x+=1] = new Array(String(n+=1),"porsche_race_preparation.html","Race Preparation");

x = 0;
m = m + 1;
menu_Width_array[m] = 150;
menu[m] = new Array();
menu[m][x   ] = new Array(String(n+=1),"hergesheimer_porsche_shop.html","Service Shop");
menu[m][x+=1] = new Array(String(n+=1),"hergesheimer_porsche_alignment.html","Alignment Rack");
menu[m][x+=1] = new Array(String(n+=1),"hergesheimer_porsche_dyno.html","Dynamometer");

x = 0;
m = m + 1;
menu_Width_array[m] = 150;
menu[m] = new Array();
menu[m][x   ] = new Array(String(n+=1),"hergesheimer_porsche_history.html","History");
menu[m][x+=1] = new Array(String(n+=1),"hergesheimer_porsche_gallery.html","Porsche Gallery");
menu[m][x+=1] = new Array(String(n+=1),"hergesheimer_porsche_contact.html","Contact Information");
menu[m][x+=1] = new Array(String(n+=1),"hergesheimer_porsche_jobs.html","Employment Opportunities");

//-->