
function navigationFunctions(baseLOC,myData){
	var targetLoc = (baseLOC+"/?cat="+myData);
	location.href = targetLoc;
}