function checkForm(theForm) 
  {
    var str = theForm.AKTIONSCODE.value;
    var i = 0;

    if ((str != 'FT87LC49') && (str != 'ft87lc49') && (str != 'FT87lc49') && (str != 'ft87LC49'))
   	 {
   	 alert('Bitte geben Sie den korrekten Vorteilscode ein.\n\nSie finden ihn in Ihrer COMPUTER BILD');
   	 return false;
     }
     return true;
  }