﻿function SearchHasFocus() {
	var t = document.getElementById( 'txtSearch_I' );
	if( t != null ) {
		t.value = "";					
	}				
}

function OnClientClick(s, e) {	
	window.location = "Feedback.aspx";
}