// JavaScript Document
function musicDL(product_id)

{
  var strURL ="http://202.83.240.110/v30/directdownload.php?products_id=" + product_id;
  window.open(strURL,null,"height=120,width=270,status=yes,toolbar=no,menubar=no,location=no");

}
