// JavaScript Document

	// var [[VAR_NAME]] = "[[VAR_VALUE]]";
	


function sel_SupportProductName() {

	if (document.getElementById('sel_SupProductName').selectedIndex==1) {
		location.href='support_f1c.php'
	}; 
	
	if (document.getElementById('sel_SupProductName').selectedIndex==2) {
		location.href='support_f1a.php'
	}; 	
	
	if (document.getElementById('sel_SupProductName').selectedIndex==3) {
		location.href='support_f2.php'
	}; 

	if (document.getElementById('sel_SupProductName').selectedIndex==4) {
		location.href='support_f3c.php'
	};

	if (document.getElementById('sel_SupProductName').selectedIndex==5) {
		location.href='support_f3a.php'
	};
	
	
}