function CopyArticle()
{ document.formular.dtChange.value='';
  document.formular.orderNumber.value='';
  alert('Die Produktdaten wurden kopiert./n/nBitte tragen Sie eine neue Artikelnummer ein und speichern Sie den Artikel anschließend.');
}

function openDialog(fileName,windowTitle,width,height)
{
 var options = "dependent=yes,width="+width+",height="+height+",location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no,innerwidth="+width+",innerheight="+height;
 dialogWindow = window.open(fileName,'Dialog',options);
 dialogWindow.focus();
}

function openDialogHard(fileName,windowTitle,width,height)
{
 var options = "dependent=yes,width="+width+",height="+height+",location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no,innerwidth="+width+",innerheight="+height;
 dialogWindow = window.open(fileName,windowTitle,options);
 dialogWindow.focus();
 alert="yxcxyc";
}