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