<!--

function submitSearch() {
   
	if (document.npldsearch.query.value != "")
   		document.npldsearch.submit();
		
}

//-->