function newwin() {

     var dw = window.open("","Donation Form","width=800,height=700,scrollbars=0,resizable=0")
     document.dform.submit();
}


