function openwindow (thepage,winwidth,winheight){
				settings = "toolbar=no, "  + "location=no, " + "scrollbars=yes, width=" + winwidth + ", height=" + winheight + ", top=0, left=0";
				newWindow = window.open(thepage, "newWin", settings);	
			}