//function OpenPopup(document)
function OpenPopup(document, source)
{
//	window.open('popup.asp?ID=' + document,'ILC','scrollbars,resizable=yes,width=480,height=520');
//	window.open('popup.asp?ID=' + document,'ILC','scrollbars,resizable=no,width=480,height=520');
	window.open('popup.asp?ID=' + document + '&s=' + source,'ILC','scrollbars,resizable=no,width=480,height=520');
}

function close_window()
{
	window.close();
}

