/**
 * @author paul
 */

function clearField(obj)
{
	if(obj.value == 'Typ hier uw bericht...'){
		obj.value = '';
	}

}

