 // product matrix

var WTB = new product_matrix();
WTB.use_tab_collection( PSP_tabs );

// product hubs
		
// ------------------------------------------------------ safe URL
// safe URL - if a prod ID fails, script defaults to '0000'

WTB.add_product_hub('0000','Safe URL');

	   WTB.hub['0000'].overview  = "/netcomms/products/index.htm";
	// WTB.hub['0000'].techdocs  = "";
	// WTB.hub['0000'].support   = "";
	// WTB.hub['0000'].tools     = "";
	   //WTB.hub['0000'].solutions = "/netcomms/solutions/index.htm";
	   WTB.hub['0000'].buy       = "#";
//	   WTB.hub['0000'].alwaysOn('buy');
		
		
// ------------------------------------------------------ ssr316mj2

WTB.add_product_hub('ssr316mj2','Intel&reg; Storage System SSR316MJ2');

		WTB.hub['ssr316mj2'].overview  = "/design/servers/storage/ssr316mj2/index.htm";
		//buy.hub['ssr316mj2'].techdocs  = "#";
		WTB.hub['ssr316mj2'].support   = "/support/motherboards/server/ssr316mj2/";
		//buy.hub['ssr316mj2'].tools     = "#";
		//buy.hub['ssr316mj2'].solutions = "#";
		WTB.hub['ssr316mj2'].buy       = "#";
//		WTB.hub['ssr316mj2'].alwaysOn('buy');
		
// ------------------------------------------------------ ssr212ma

WTB.add_product_hub('ssr212ma','Intel&reg; Storage System ssr212ma');

		WTB.hub['ssr212ma'].overview  = "/design/servers/storage/ssr212ma/index.htm";
		//buy.hub['ssr212ma'].techdocs  = "#";
		WTB.hub['ssr212ma'].support   = "/support/motherboards/server/ssr212ma/";
		//buy.hub['ssr212ma'].tools     = "#";
		//buy.hub['ssr212ma'].solutions = "#";
		WTB.hub['ssr212ma'].buy       = "#";
//		WTB.hub['ssr212ma'].alwaysOn('buy');
		
		