function OpenWindow(a,wd,hg){
	nwwin2=window.open(a,"Everland_Setting","width="+wd+",height="+hg+",resizable=1,top=20,status=0,scrollbars=yes");
	nwwin2.focus();
}
function ControlStart(a,wd,hg){
	nwwin2=window.open(a,"Everland_Control","width="+wd+",height="+hg+",resizable=1,top=20,status=0,scrollbars=yes");
	nwwin2.focus();
}
function EverCalculator(a,wd,hg){
	nwwin2=window.open(a,"Everland_Control","width="+wd+",height="+hg+",resizable=1,top=20,status=0,scrollbars=yes");
	nwwin2.focus();
}
function OpenPic(a,wd,hg){
	nwwin2=window.open(a,"Shop_Map","width="+wd+",height="+hg+",resizable=0,top=20,status=0,scrollbars=yes");
	nwwin2.focus();
}
function OpenPrint(a,wd,hg){
	nwwin2=window.open(a,"Print_Application","width="+wd+",height="+hg+",resizable=0,top=20,status=0,scrollbars=yes");
	nwwin2.focus();
}
function WindowClose() {
	WindowClose = window.close();
}