function MeechaiBoard(a,wd,hg){
	nwwin2=window.open(a,"MeechaiBoard","width="+wd+",height="+hg+",resizable=1,top=20,status=0,scrollbars=yes");
	nwwin2.focus();
}
function MeechaiNews(a,wd,hg){
	nwwin2=window.open(a,"MeechaiNews","width="+wd+",height="+hg+",resizable=0,top=20,status=0,scrollbars=yes");
	nwwin2.focus();
}
function ViewMeechaiActivities(a,wd,hg){
	nwwin2=window.open(a,"MeechaiActivities","width="+wd+",height="+hg+",resizable=0,top=20,status=0,scrollbars=yes");
	nwwin2.focus();
}
function Notify1(a,wd,hg){
	nwwin=window.open(a,"nwwin0","width="+wd+",height="+hg+",resizable=0,top=20");
	nwwin.focus();
}
function Notify2(a,wd,hg){
	nwwin2=window.open(a,"nwwin02","width="+wd+",height="+hg+",resizable=1,top=20,status=0,scrollbars=yes");
	nwwin2.focus();
}
function WindowClose() {
	WindowClose = window.close();
}