function popup_print(id)
			{
				var pu_win = null;
				pu_win = window.open('PrintPage.aspx?id=' + id, '_blank', 'width=850, height=600, scrollbars=yes, resizable=yes, toolbar=yes');
			}

function popup_logon()
			{
				var pu_win = null;
				pu_win = window.open('http://www.cbfinancialsecure.co.uk/', '_blank', 'width=950, height=750, scrollbars=yes, resizable=yes, toolbar=no, status=yes');
			}