// fonction pour vider article non commandé
function VideOrd() {

if (document.Order.Quantite1.value == 0) document.Order.Article1.value ="",document.Order.Quantite1.value ="",   
document.Order.PrixUnit1.value ="",document.Order.PrixLigne1.value ="";
if (document.Order.Quantite2.value == 0) document.Order.Article2.value ="",document.Order.Quantite2.value ="",   
document.Order.PrixUnit2.value ="",document.Order.PrixLigne2.value ="";
if (document.Order.L_Country_Pays.options[document.Order.L_Country_Pays.selectedIndex].value == "Select") (document.Order.L_Country_Pays.value = "");
}

// function VideOrd()
