function showStats(location){
	showStatsWindow = window.open(location, 'Graphs', "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=yes, width=400, height=400")
	showStatsWindow.focus();
}
			
function popupWindow(location) {
	newPopupWindow = window.open(location,'Popup',"width=750, height=250, resizable=yes, scrollbars=yes");
	newPopupWindow.focus();
}