function dln(thisForm,origin) {
   if (thisForm.dnldorigin[0].checked) {
//   	downloadNow('http://software-files.download.com/sd/OIIpDvKfb0wkoIocjDJbUkthwytmUDyHIiRp-Wg7_B9u7Jspz6u3v_JUA-etJ2ydxFak00BULz3vLeB8vW3axp3MS-puZyYE/software/10511621/10280383/3/audiophilersetup.exe?lop=link&ptype=3000&ontid=2141&siteId=4&edId=3&pid=10511621&psid=10280383','http://dw.com.com/redir?pid=10511621&merid=6254680&mfgid=6254680&ltype=dl_dlnow&lop=btn&edId=3&siteId=4&oId=3040-2141_4-10511621&ontId=2141_4&destUrl=http://www.download.com/3001-2141_4-10511621.html','0');
// http://dw.com.com/redir?pid=10531467&merid=6254680&mfgid=6254680&ltype=dl_dlnow&lop=link&edId=3&siteId=4&oId=3040-2141_4-10531467&ontId=2141_4&destUrl=http://www.download.com%2F3001-2141_4-10531467.html
// http://dw.com.com/redir?pid=10564098&merid=6254680&mfgid=6254680&ltype=dl_dlnow&lop=link&edId=3&siteId=4&oId=3040-2141_4-10564098&ontId=2141_4&destUrl=http://www.download.com%2F3001-2141_4-10564098.html
// http://software-files.download.com/sd/OIIpDvKfb0wkoIocjDJbUkthwytmUDyHIiRp-Wg7_B9u7Jspz6u3v_JUA-etJ2ydxFak00BULz3vLeB8vW3axp3MS-puZyYE/software/10531467/10280383/3/audiophilersetup.exe?lop=link&ptype=3000&ontid=2141&siteId=4&edId=3&pid=10531467&psid=10280383','http://dw.com.com/redir?pid=10531467&merid=6254680&mfgid=6254680&ltype=dl_dlnow&lop=btn&edId=3&siteId=4&oId=3040-2141_4-10531467&ontId=2141_4&destUrl=http://www.download.com/3001-2141_4-10531467.html
// http://dw.com.com/redir?pid=10570056&merid=6254680&mfgid=6254680&ltype=dl_dlnow&lop=link&edId=3&siteId=4&oId=3040-2141_4-10570056&ontId=2141_4&destUrl=http://www.download.com%2F3001-2141_4-10570056.html



	downloadNow('http://software-files.download.com/sd/OIIpDvKfb0wkoIocjDJbUkthwytmUDyHIiRp-Wg7_B9u7Jspz6u3v_JUA-etJ2ydxFak00BULz3vLeB8vW3axp3MS-puZyYE/software/10570056/10280383/3/audiophilersetup.exe?lop=link&ptype=3000&ontid=2141&siteId=4&edId=3&pid=10570056&psid=10280383','http://dw.com.com/redir?pid=10570056&merid=6254680&mfgid=6254680&ltype=dl_dlnow&lop=btn&edId=3&siteId=4&oId=3040-2141_4-10570056&ontId=2141_4&destUrl=http://www.download.com/3001-2141_4-10570056.html','0');


   } else {
      downloadNowDMS('http://www.audiophiler.com/cgi-audiophilercom/download.cgi?id=2','/cgi-audiophilercom/download.cgi?id=2','0');
   }
}

function downloadNowOld(file,redUrl,extUrl) {
   var browser = (window.navigator.userAgent.indexOf("SV1") != -1);
   if (browser && extUrl==0) {
      window.open(file,'dlnow','toolbar=0,location=no,directories=0,status=0,scrollbars=no,resizable=0,width=1,height=1,top=0,left=0');
      window.focus(); 
      location.href = redUrl + '&idl=n';
   } else {
     location.href = redUrl;
   }
}

function downloadNowDMS(file,redUrl,extUrl) {

//   var browser = (window.navigator.userAgent.indexOf("SV1") != -1);
//   if (browser && extUrl==0) {
//      window.open(file,'dlnow','toolbar=0,location=no,directories=0,status=0,scrollbars=no,resizable=0,width=1,height=1,top=0,left=0');
//      window.focus(); 
//      location.href = redUrl;
//   } else {
      location.href = redUrl;
//   }
}


function downloadNow(file,redUrl,extUrl) {
    var isIe = (window.navigator.userAgent.toUpperCase().indexOf('MSIE') != -1);
    var isOpera = (window.navigator.userAgent.toUpperCase().indexOf('OPERA') != -1);

    if (isIe && extUrl == 0 && !isOpera) {
       // window.open(file,'dlnow','toolbar=0,location=no,directories=0,status=0, scrollbars=no,resizable=0,width=1,height=1,top=0,left=0');
       // window.focus();
       // location.href = redUrl + '?idl=n';
        location.href = redUrl;
    } else {
        location.href = redUrl;
    }
}

