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=500,height=614,resizable=1,left=20,top=20');
eforms.focus()
}
function openWindow3() {
eforms = window.open("","window",'toolbar=0,location=0,scrollbars=auto,width=260,height=625,resizable=0,left=20,top=20');
eforms.focus()
}