function OpenPopupStaff(document, source)
{
//	window.open('popupstaff.asp?ID=' + document,'ILC','scrollbars,resizable=yes,width=600,height=640');
//	window.open('popupstaff.asp?ID=' + document,'ILC','scrollbars,resizable=no,width=600,height=640');
	window.open('popupstaff.asp?ID=' + document + '&s=' + source,'ILC','scrollbars,resizable=no,width=600,height=640');
}

function close_window()
{
	window.close();
}
