function OpenNewWindow(URL, W, H) {
	aWindow=window.open(URL,"PopupWin","width="+W+",height="+H+",menubar=no,scrollbars=yes");
}
