//
//  Diffrent javascript functions used by the portal
//
<!--

function scat_change() {
	if (document.searchform.sstrn.value == '') {
		document.searchform.submit();
	}
}



