function openWinReports(){
				var w = 0, h = 0;
				if (document.all || document.layers) {
					w = screen.Width;
					h = screen.Height;
				}
				var popW = 750, popH = 620;
				var leftPos = (w-popW)/2, topPos = (h-popH)/2;
				window.open('reports_info.aspx','winConfig','scrollbars=no,status=no,width=750,height=620,,top=' + topPos + ',left=' + leftPos)
				}
				
				function openWinMetrics(){
				var w = 0, h = 0;
				if (document.all || document.layers) {
					w = screen.Width;
					h = screen.Height;
				}
				var popW = 750, popH = 620;
				var leftPos = (w-popW)/2, topPos = (h-popH)/2;
				window.open('metrics_info.aspx','winConfig','scrollbars=no,status=no,width=750,height=620,,top=' + topPos + ',left=' + leftPos)
				}
				function openWinCharts(){
				var w = 0, h = 0;
				if (document.all || document.layers) {
					w = screen.Width;
					h = screen.Height;
				}
				var popW = 600, popH = 660;
				var leftPos = (w-popW)/2, topPos = (h-popH)/2;
				window.open('charts_info.aspx','winConfig','scrollbars=no,status=no,width=600,height=660,,top=' + topPos + ',left=' + leftPos)
				}
				
				
				function openWinKPI(){
				var w = 0, h = 0;
				if (document.all || document.layers) {
					w = screen.Width;
					h = screen.Height;
				}
				var popW = 750, popH = 620;
				var leftPos = (w-popW)/2, topPos = (h-popH)/2;
				window.open('kpi_info.aspx','winConfig','scrollbars=no,status=no,width=750,height=620,,top=' + topPos + ',left=' + leftPos)
				}
				
				function openWinIM(){
				var w = 0, h = 0;
				if (document.all || document.layers) {
					w = screen.Width;
					h = screen.Height;
				}
				var popW = 750, popH = 660;
				var leftPos = (w-popW)/2, topPos = (h-popH)/2;
				window.open('im_info.aspx','winConfig','scrollbars=no,status=no,width=750,height=660,,top=' + topPos + ',left=' + leftPos)
				}
