if (top.lang=='NL')      {document.write('door')}
else if (top.lang=='FR') {document.write('par')}
else if (top.lang=='DE') {document.write('durch')}
else if (top.lang=='EN') {document.write('by')}
else                     {document.write('by')};

