window.addEvent('domready', function(){
	if (!$('tx-damdownloads-pi1-searchword').getValue()){
		$('tx-damdownloads-pi1-searchword').setProperty('value','Begriff eingeben');
		$('tx-damdownloads-pi1-searchword').setStyle('color', 'silver');
	}
	
});

function checkValue(id,value){
	return $(id).getValue() == value;
}
