var tablevalue=document.getElementById("pv1").value;
window.parent.document.crmForm.all.new_example.DataValue=tablevalue;
these two lines should set a value to crm money field i.e. new_example
var tablevalue=document.getElementById("pv1").value;
window.parent.document.crmForm.all.new_example.DataValue=tablevalue;
these two lines should set a value to crm money field i.e. new_example