
function showmeCPSW(evt) 
{
	// change the text color of the description below each product thumbnail 
	document.getElementById("_CPSW").color="#119AFF";
	document.getElementById("_SPEC").color="#336699";
	document.getElementById("_AMPL").color="#336699";		
	document.getElementById("_CHAM").color="#336699";
	document.getElementById("_IASW").color="#336699";
	document.getElementById("_SUPP").color="#336699";	
	// hide the other DIVs 
	$('init_text').hide();
	var e = $(evt.value);
	e.up().childElements().invoke('hide');
	e.show();
	
	hideSUP();
}

function showmeSPEC(evt) 
{
	// change the text color of the description below each product thumbnail 
	document.getElementById("_CPSW").color="#336699";
	document.getElementById("_SPEC").color="#119AFF";
	document.getElementById("_AMPL").color="#336699";		
	document.getElementById("_CHAM").color="#336699";
	document.getElementById("_IASW").color="#336699";
	document.getElementById("_SUPP").color="#336699";	
	// hide the other DIVs 
	$('init_text').hide();
	var e = $(evt.value);
	e.up().childElements().invoke('hide');
	e.show();
	
	hideSUP();
}

function showmeAMPL(evt) 
{
	// change the text color of the description below each product thumbnail 
	document.getElementById("_CPSW").color="#336699";
	document.getElementById("_SPEC").color="#336699";
	document.getElementById("_AMPL").color="#119AFF";	
	document.getElementById("_CHAM").color="#336699";
	document.getElementById("_IASW").color="#336699";
	document.getElementById("_SUPP").color="#336699";	
	// hide the other DIVs 
	$('init_text').hide();
	var e = $(evt.value);
	e.up().childElements().invoke('hide');
	e.show();
	
	hideSUP();
}

function showmeCHAM(evt) 
{
	// change the text color of the description below each product thumbnail 
	document.getElementById("_CPSW").color="#336699";
	document.getElementById("_SPEC").color="#336699";
	document.getElementById("_AMPL").color="#336699";		
	document.getElementById("_CHAM").color="#119AFF";
	document.getElementById("_IASW").color="#336699";
	document.getElementById("_SUPP").color="#336699";	
	// hide the other DIVs 
	$('init_text').hide();
	var e = $(evt.value);
	e.up().childElements().invoke('hide');
	e.show();
	
	hideSUP();
}

function showmeIASW(evt) 
{
	// change the text color of the description below each product thumbnail 
	document.getElementById("_CPSW").color="#336699";
	document.getElementById("_SPEC").color="#336699";
	document.getElementById("_AMPL").color="#336699";		
	document.getElementById("_CHAM").color="#336699";
	document.getElementById("_IASW").color="#119AFF";
	document.getElementById("_SUPP").color="#336699";	
	// hide the other DIVs 
	$('init_text').hide();
	var e = $(evt.value);
	e.up().childElements().invoke('hide');
	e.show();
	
	hideSUP();
}

function showmeALL() 
{
	showmeSUP();
	
	// change the text color of the description below each product thumbnail 
	//highlight all
	document.getElementById("_CPSW").color="#119AFF";
	document.getElementById("_SPEC").color="#119AFF";
	document.getElementById("_AMPL").color="#119AFF";		
	document.getElementById("_CHAM").color="#119AFF";
	document.getElementById("_IASW").color="#119AFF";
	document.getElementById("_SUPP").color="#119AFF";			
	// show init_text + all DIVs
	$('init_text').show();
	$('cpsw').show();
	$('spec').show();
	$('ampl').show();	
	$('cham').show();
	$('iasw').show();
}

function showmeOVW() 
{
	// change the text color of the description below each product thumbnail 
	//highlight all
	document.getElementById("_CPSW").color="#336699";
	document.getElementById("_SPEC").color="#336699";
	document.getElementById("_AMPL").color="#336699";	
	document.getElementById("_CHAM").color="#336699";
	document.getElementById("_IASW").color="#336699";
	document.getElementById("_SUPP").color="#336699";	
	// show init_text + all DIVs
	$('init_text').show();
	$('cpsw').hide();
	$('spec').hide();
	$('ampl').hide();	
	$('cham').hide();
	$('iasw').hide();

	hideSUP();
}

function showmeSUP() 
{
	document.getElementById("cpswCelltop").style.borderTopColor = "#FF6600";
	document.getElementById("cpswCelltop").style.borderLeftColor = "#FF6600";
	document.getElementById("cpswCellbot").style.borderLeftColor = "#FF6600";	
	document.getElementById("cpswCellbot").style.borderBottomColor = "#FF6600";
	document.getElementById("cpswCelltop").style.borderTopWidth = "3px";
	document.getElementById("cpswCelltop").style.borderLeftWidth = "3px";
	document.getElementById("cpswCellbot").style.borderLeftWidth = "3px";	
	document.getElementById("cpswCellbot").style.borderBottomWidth = "3px";	
	
	document.getElementById("specCelltop").style.borderTopColor = "#FF6600";
	document.getElementById("specCellbot").style.borderBottomColor = "#FF6600";
	document.getElementById("specCelltop").style.borderTopWidth = "3px";
	document.getElementById("specCellbot").style.borderBottomWidth = "3px";		

	document.getElementById("iaswCelltop").style.borderTopColor = "#FF6600";
	document.getElementById("iaswCelltop").style.borderRightColor = "#FF6600";
	document.getElementById("iaswCellbot").style.borderRightColor = "#FF6600";	
	document.getElementById("iaswCellbot").style.borderBottomColor = "#FF6600";
	document.getElementById("iaswCelltop").style.borderTopWidth = "3px";
	document.getElementById("iaswCelltop").style.borderRightWidth = "3px";
	document.getElementById("iaswCellbot").style.borderRightWidth = "3px";	
	document.getElementById("iaswCellbot").style.borderBottomWidth = "3px";
	
	document.getElementById("amplCelltop").style.borderTopColor = "#FF6600";
	document.getElementById("amplCelltop").style.borderTopWidth = "3px";
	
	document.getElementById("chamCelltop").style.borderLeftColor = "#FF6600";
	document.getElementById("chamCelltop").style.borderRightColor = "#FF6600";	
	document.getElementById("chamCellbot").style.borderBottomColor = "#FF6600";	
	document.getElementById("chamCellbot").style.borderLeftColor = "#FF6600";	
	document.getElementById("chamCellbot").style.borderRightColor = "#FF6600";	
	document.getElementById("chamCelltop").style.borderLeftWidth = "3px";
	document.getElementById("chamCelltop").style.borderRightWidth = "3px";	
	document.getElementById("chamCellbot").style.borderBottomWidth = "3px";	
	document.getElementById("chamCellbot").style.borderLeftWidth = "3px";	
	document.getElementById("chamCellbot").style.borderRightWidth = "3px";
	
	// change the text color of the description below each product thumbnail 
	document.getElementById("_CPSW").color="#336699";
	document.getElementById("_SPEC").color="#336699";
	document.getElementById("_AMPL").color="#336699";		
	document.getElementById("_CHAM").color="#336699";
	document.getElementById("_IASW").color="#336699";
	document.getElementById("_SUPP").color="#119AFF";	
	$('init_text').hide();
	$('cpsw').hide();
	$('spec').hide();
	$('ampl').hide();	
	$('cham').hide();
	$('iasw').hide();
	$('supp').show();	
}

function hideSUP() 
{
	document.getElementById("cpswCelltop").style.borderTopColor = "#CDCDCD";
	document.getElementById("cpswCelltop").style.borderLeftColor = "#CDCDCD";
	document.getElementById("cpswCellbot").style.borderLeftColor = "#CDCDCD";	
	document.getElementById("cpswCellbot").style.borderBottomColor = "#CDCDCD";
	document.getElementById("cpswCelltop").style.borderTopWidth = "2px";
	document.getElementById("cpswCelltop").style.borderLeftWidth = "2px";
	document.getElementById("cpswCellbot").style.borderLeftWidth = "2px";	
	document.getElementById("cpswCellbot").style.borderBottomWidth = "2px";	
	
	document.getElementById("specCelltop").style.borderTopColor = "#CDCDCD";
	document.getElementById("specCellbot").style.borderBottomColor = "#CDCDCD";
	document.getElementById("specCelltop").style.borderTopWidth = "2px";
	document.getElementById("specCellbot").style.borderBottomWidth = "2px";		

	document.getElementById("iaswCelltop").style.borderTopColor = "#CDCDCD";
	document.getElementById("iaswCelltop").style.borderRightColor = "#CDCDCD";
	document.getElementById("iaswCellbot").style.borderRightColor = "#CDCDCD";	
	document.getElementById("iaswCellbot").style.borderBottomColor = "#CDCDCD";
	document.getElementById("iaswCelltop").style.borderTopWidth = "2px";
	document.getElementById("iaswCelltop").style.borderRightWidth = "2px";
	document.getElementById("iaswCellbot").style.borderRightWidth = "2px";	
	document.getElementById("iaswCellbot").style.borderBottomWidth = "2px";
	
	document.getElementById("amplCelltop").style.borderTopColor = "#CDCDCD";
	document.getElementById("amplCelltop").style.borderTopWidth = "2px";
	
	document.getElementById("chamCelltop").style.borderLeftColor = "#CDCDCD";
	document.getElementById("chamCelltop").style.borderRightColor = "#CDCDCD";	
	document.getElementById("chamCellbot").style.borderBottomColor = "#CDCDCD";	
	document.getElementById("chamCellbot").style.borderLeftColor = "#CDCDCD";	
	document.getElementById("chamCellbot").style.borderRightColor = "#CDCDCD";	
	document.getElementById("chamCelltop").style.borderLeftWidth = "2px";
	document.getElementById("chamCelltop").style.borderRightWidth = "2px";	
	document.getElementById("chamCellbot").style.borderBottomWidth = "2px";	
	document.getElementById("chamCellbot").style.borderLeftWidth = "2px";	
	document.getElementById("chamCellbot").style.borderRightWidth = "2px";
	
	$('supp').hide();		
}



