function goBrowse(mode) {
	document.frmBrowse.txtBrowseMode.value = mode;
	document.frmBrowse.submit();
}
