function dl(){
donwload=dhtmlmodal.open('DownloadBox','iframe','http://plrarticle.net/js/download.htm','Download','width=750px,height=500px,center=1,resize=0,scrolling=1');

download.onclose=function(){
  dhtmlmodal.close();
  }
}
