
function setValtoDefault(id) {

    var sname = document.getElementById("srch_sname").value;

	if(id=="pr") {
		document.getElementById("srch_sname").selectedIndex = 0;
		var sel = document.getElementById("srch_pa").value;
		var scr = document.getElementById("srchby").value="pa";	
        window.location = "our_people.php?srchby="+scr+"&srch_pa="+sel+"&srch_sname=";

		} else if(id=="nm") {
		document.getElementById("srch_pa").selectedIndex = 0;
		document.getElementById("srchby").value="nm";

		  // window.location.href = "our_people.php?id="+sname;
		     window.location.href = sname;
			//window.location ="http://www.eggheadcafe.com/articles/querystringjs.htm?name="+sName+"&email="+sEmail;

	
	}
}
/* sarnatechnologies 12 oct 2010*/
