function ChangeCat(el){
	var catval = el.options[el.selectedIndex].value;
	window.location.replace('games.php?CAT='+catval);
}

