function buildlink(id) {        
  window.setTimeout(function () {
  $('#mw_mirror').html('<form action="http://www.moddingway.com/tools/files/download_new_june.php" method="post" enctype="multipart/form-data" onsubmit="endlink()" ><input type="hidden" name="fileu" value="'+id+'" ><input type="submit" name="action" title="Download it from MODDINGWAY Mirror" style="background-color: transparent;background-image: url(http://www.moddingway.com/images/mirrors/mw.gif);border:0px;width:200px;height:50px;cursor:pointer" value=""></form>');
  }, 3000);                 
}
                      
function endlink () { 
  $('#mw_mirror').hide();
  $('#mw_thanks').html('<br><b>Your download is starting ... Thanks for Downloading</b>').show();
}
