// JavaScript Document

function selectSearchTarget() {	
	Element.update('testfeld', 'Hallo Welt!');
	
	
	return;
}