function popWin(URL, height, width){
	var features = "scrollbars=auto,resizable,height=" + height + ",width=" + width;
	window.open(URL,'chart',features);
}
