function myNewSearch (input) {
if ( input != "" ) {
	if ( input.length > 1 ) {
		if ( input != "search text" ) {
			window.open(myLevel + "SCRIPTS/SEARCH.HTM" + "?" + input ,"searchWindow",
				"width=600,height=200,scrollbars=yes,resizable=yes,status=yes");
}}}}
window.name = "CCAmainWindow"