
function gotoPage(url){

	var txt = document.getElementById("page_num").value;
	window.location.assign(url+"page="+txt);
}

function search(){

	var txt = document.getElementById("T1").value;
	var r  = document.getElementById("R1").checked;
	//alert(r);
	//if(r)
		//window.location.assign("search.php?search=1&start=1"+"&T2="+txt+"&D1=all");
	//else
	window.location.assign("search.php?search=1&start=1"+"&T1="+txt+"&D1=all");
}

function Sele(id,color){
	document.getElementById(id).style.backgroundColor=color;//"#8F97E1";
	document.getElementById(id).style.cursor= "pointer";
}

function noSele(id){
	document.getElementById(id).style.backgroundColor="";
}
function goto_(url){
	window.location.assign(url);
}

function post_quick_reply(){
	if(document.getElementById("S1").value==""){
		alert("المعذرة, صندوق النص فارغ.");
	}else{
		
		topic.submit();
	}
}

	
