// JavaScript Document
function showques(p,filteropt)
{
	location.href="index.php?p="+p+"&filteropt="+filteropt+"&filterval="+document.getElementById('mess_options').value+"&skey="+document.getElementById('skey').value;
}