// dlgDownload
// used in conjunction with startDownload.asp

function dlgDownload_Execute(aFilename, aPath) {
	window.location='startDownload.asp?f='+escape(aFilename)+'&p='+escape(aPath);
}