		function setValue(obj)
		{
			if(obj!=null)
			{
				if(obj.value!=null && obj.value == 'zoekwoord')
				{
					obj.value='';
				}
				obj.style.color='black'
			}
		}

var strZoeken = '';
strZoeken += '<form name="formcategorie" target="_parent" method="POST" action="/zoek/zoek_redirect.asp" onsubmit="return validateForm( this, 0, 1, 0, 0, 0);">';
strZoeken += '<center><input type="text"  name="zoekwoord" value="zoekwoord" onFocus="setValue(this);" class="input_textzoeken" size="20" >';
strZoeken += '<input type="submit" name="Submit" value="ga" style="width:30px;"></center>';
strZoeken += '<\/form>';

document.write(strZoeken);