//subwindow wopen5=w650
//subwindow wopen=w510
function wopen5(file) {
nwin = window.open(file,"pict","menubar=no,resizable=yes,scrollbars=yes,left=500 width=650 height=500");
nwin.focus();
}

function wopen(file) {
nwin = window.open(file,"pict","menubar=no,resizable=yes,left=450 width=500 height=400");
nwin.focus();
}

function wopen3(file) {
nwin = window.open(file,"pict","menubar=no,resizable=yes,scrollbars=yes,left=450 width=520 height=820");
nwin.focus();
}

function wopen4(file) {
nwin = window.open(file,"pict","menubar=no,resizable=yes,scrollbars=yes,left=450 width=760 height=600");
nwin.focus();
}

function wopen1(file) {
nwin = window.open(file,"pict","menubar=no,resizable=yes,scrollbars=yes,left=500 width=840 height=650");
nwin.focus();
}

function close(file) {
nwin = window.close();
nwin.focus();
}
