function OpenDocument(FolderIndex, DocIndex, Size)
{
	var sURL = "WaitForDownload.asp?f=" + FolderIndex + "&d=" + DocIndex ;
	window.open(sURL, "Document", 'width=800,height=600,scrollbars=yes,resizable=yes,location=no');

}

function PrepareForDownload()
{
	document.download.UID.value = "mcp-gis";
	document.download.PWD.value = "Password1";
}

