/* FUNCTIONS FOR SCREEN - Products */

//change the subsection being displayed
function fn_SubsectionChange() {
	window.location.href = 'products.cfm?subsection=' + document.pform.subsection.options[document.pform.subsection.selectedIndex].value;
}


