function OpenHistory(document)
{
	window.open('history_popup.asp?ID=' + document,'History','scrollbars,resizable=yes,width=480,height=520');
}
