function OpenDocument(FolderIndex, DocIndex, Size)
{
	var sURL = "DownloadMessage.asp?f=" + FolderIndex + "&d=" + DocIndex + "&size=" + Size;
	window.open(sURL, "DownloadProgress", 'width=380,height=360,scrollbars=yes,resizable=yes,location=no');
}

function PrepareForDownload()
{
	document.download.UID.value = "docmgr";
	document.download.PWD.value = "$Document1#";
}
