<!--
	function openwin(chartNum) {
		
		theheight='';
		thewidth='';
		
		if (chartNum=='1') {
			thewidth='580';
			theheight='220';
		}
		
		if (chartNum=='2') {
			thewidth='580';
			theheight='220';
		}
		
		if (chartNum=='3') {
			thewidth='580';
			theheight='240';
		}
		
		if (chartNum=='4') {
			thewidth='580';
			theheight='180';
		}
		
		if (chartNum=='5') {
			thewidth='580';
			theheight='220';
		}
		
		if (chartNum=='6') {
			thewidth='580';
			theheight='240';
		}
		
		if (chartNum=='7') {
			thewidth='580';
			theheight='220';
		}
		
		if (chartNum=='8') {
			thewidth='580';
			theheight='200';
		}
		
		if (chartNum=='9') {
			thewidth='395';
			theheight='180';
		}
		
		if (chartNum=='10') {
			thewidth='395';
			theheight='180';
		}
		
		if (chartNum=='11') {
			thewidth='395';
			theheight='180';
		}		
		
		if (chartNum=='13') {
			thewidth='395';
			theheight='180';
		}		
		
		newwindow=window.open('size_popup.asp?id=' + chartNum,'name','height=' + theheight + ',width=' + thewidth);
		if (window.focus) {newwindow.focus()}

	}

-->