<!--
function jump(form)
{
 var order = form.artikel.selectedIndex;
 if (form.artikel.options[order].value != 0)
 {
  location = form.artikel.options[order].value;
 } 
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
-->
