<!--
function OnBrowse(){
	window.document.getElementById("imgstatus").src="/com/cfc/appstyle/lamplight.gif";
	window.document.getElementById("lblstatus").innerHTML="Browsing category ...";
	window.document.getElementById("lblstatus").style.color="#005FA9";
	window.document.getElementById("lblstatus").style.fontWeight="normal";
}
//-->