
function jumpmenu(key, val, url, str)
{
	location.href=url+"&"+key+"="+val+""+str;
}

