function openWindow() {
eforms = window.open("","window",'toolbar=0,location=0,scrollbars=auto,width=900,height=630,resizable=1,left=10,top=10');
eforms.focus()
}


function openWindow2() {
eforms = window.open("","window",'toolbar=0,location=0,scrollbars=auto,width=220,height=500,resizable=1,left=20,top=20');
eforms.focus()
}
