function down(name) {
  dw=window.open('download','','toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=yes,copyhistory=no,width=10,height=10');
  dw.location.href="http://www.cactusfactory.com/dl.php?p="+name;
  dw.close();
}
