function showimg(filename, width, height) {
	newwin = window.open(filename, "Chart", "height="+height+", width="+width+", menubar = 0, resizable=0, scrollbars=0, status=0, location=0");
}