function postcountry() {
	try{
	document.getElementById("state").value='All';
	}
	catch(err){
	// nothing
	}
	document.frm_find.submit();
}
function poststate() {
	document.frm_find.submit();
}

