function gotoQA(){
	var s=document.getElementById('qid');
	var v=s.value;
	window.location.href="/index.php?cmsid="+v;
}
