function popStaff(employee) {

		window.open( 'staffinfo/'+employee+'.php', 'Staff',
								'status = 1, height = 210, width = 400, resizable = 0,left=300,top=250' )

							}