

function printvhe(){
 
 location.href = location.href += '&print=true'
 
 //   var strLocation = location.href;
 //   strLocation +='&print=true';
 //   var win = window.open(strLocation);
    //window.print();
}
