function swap(fra, til) { document.getElementById(til).innerHTML = document.getElementById(fra).innerHTML; } function visordre(oID, arkiv) { window.open("../webkontrol/modul/varekatalog/kurv_webkontrol_ordrer_vis.asp?arkiv=" + arkiv + "&oid=" + oID, "PopOrdre",'top=50,left=50,width=450,height=500,scrollbars=yes,resizeable=no,status=no,toolbars=no'); } function smidIvognen(vare, ovr) { ny = document.getElementById("antalvarer"); if(!ny.value.match(/^\d+(,\d+)?$/)) { alert("Kun tal!\nOnly numbers!"); ny.focus(); return false; } antal = document.getElementById('antalvarer').value; variant = document.getElementById("variant"); try { strVariant = variant.value; } catch (err) { strVariant = variant.options[variant.selectedIndex].value; } if(strVariant != "") { window.location = '../moduler/varekatalog/tilfoej_kurv.asp?variant=ja&vare=' + vare + '&antal=' + antal + "&variaID=" + strVariant + '&oversigt=' + ovr; } else { window.location = '../moduler/varekatalog/tilfoej_kurv.asp?vare=' + vare + '&antal=' + antal + '&oversigt=' + ovr; } } function doVariantSelect() { variantcount = document.getElementById("variantcount").value; varientsqline = document.getElementById("qline").value; for (i=0;i