function SetSamplePrice() {

alert ("inside SetSamplePrice ")


//alert ("Orig Price = " + document.OrderForm.price.value)
//alert ("Orig quantity = " + document.OrderForm.quantity.value)

//if (document.OrderForm.quantity.value and document.OrderForm.ID = "Knobs")
//    document.OrderForm.price.value = 3.00;


//document.OrderForm.quantity.value = 2;
//document.OrderForm.ID.value = "Test";

//alert ("New Price = " + document.OrderForm.price.value)
//alert ("new quantity = " + document.OrderForm.quantity.value)

}

