$(document).ready(function() {
// check the value of price and accoring to that update
// id=amount, name=text1(-not work), print inside <div id=amount> and  <span id=amount>
//var str = 1000;
$(".toprint").click(function(e1) {
//alert("pp");
  $("div#toprint").jqprint();
});

});


