function formaction_popnew(name,wsize,hsize) {
window.open(name,"","menubar=no,toolbar=no,scrollbars=yes,width="+wize+",height="+hsize+", left=0,top=0")
}
function formaction_popnewvt(name,wsize,hsize) {
window.open(name,"","menubar=no,toolbar=no,scrollbars=yes,width=800,height=630, left=0,top=0")
}