function OpenWin(page,width,height) {
	var test;
	window.open("monthly.asp?" + page,"","resizeable,width=" + width + ",height=" + height + ",scrollbars");
}