function wdownload() {
if(form.sarah.value="1") {
document.location.href="womans.zip";
wdownload();
}}// -->
Das wird _schwer_ auf die Systemleistung gehen.
<form>
<input name="Button" type="button" onClick="window.open(form.sarah.value);" value="Download">
Weil es kein Formular "form" gibt. this.form würde hingegen gehen.