function WindowOpen(file) {
file = "../../../delivery/openwin/" + file;
open(file,"Popup","toolbar=yes,scrollbars=yes,resizable=yes,width=650,height=550");}

function WindowOpen1(file) {
file = "../../../delivery/openwin/" + file;
open(file,"Popup","toolbar=yes,scrollbars=yes,resizable=yes,width=650,height=480");}

function WindowOpen2(file) {
open(file,"Popup","status=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=640,height=500");}

function WindowOpen3(file) {
file = "../../../service/foreign/openwin/" + file;
open(file,"Popup","toolbar=yes,scrollbars=yes,resizable=yes,width=650,height=480");}

function WindowOpen4(file) {
file = "../../../service/sate/openwin/" + file;
open(file,"Popup","toolbar=yes,scrollbars=yes,resizable=yes,width=650,height=480");}
