﻿function search()
{  
   var s=document.getElementById("txtsearch").value;
   if(s != "")
   {   
       window.document.location.href="Search.aspx?&s="+window.encodeURIComponent(s);
   }
}
function searchi()
{  
   var s=document.getElementById("txtsearchi").value;
   if(s != "")
   {   
       window.document.location.href="Searchi.aspx?&s="+window.encodeURIComponent(s);
   }
}
function $(_sId){
	return document.getElementById(_sId);
}
