<!-- Script that starts a download when invoked. -->
<script>
function startDownload() {
window.location.href = 'download-test1.lib';
return true;
}
</script>
<body>
</body>
<!-- Script that starts a download when invoked. -->
<script>
function startDownload() {
window.location.href = 'download-test1.lib';
return true;
}
</script>
<body>
</body>