// JavaScript Document// for print////function printv(){//var nw = window.open();//var data = document.getElementById('pr').innerHTML;//nw.document.write(data);//nw.document.write("<link href='../css/print.css' rel='stylesheet' type='text/css' >");//nw.window.print();//}function printv(){window.print();}