function selectPage(val1, val2){
	location.href = val1+'?p='+val2;
}
function selectPage2(val1, val2){
	location.href = val1+'&p='+val2;
}