<!--
// ------------------------------------------------------
// Execute filter calls
// ------------------------------------------------------
function filterContent(strVal,strPage,strType) {
	if(strVal == '-1') {
		alert('You have made an invalid selection... please try again');
	}
	else {
		location = 'index.php?page='+strPage+'&filter='+strType+'&fid='+strVal;		
	}
}
// -->
