function viewDetails(url)
		{
			var newWin = window.open(url, 'Report', 'width=650, height=500, scrollbars=yes, addressbar=no, statusbar=no');
			newWin.focus();
		}
