/* function for page printing */

function printPage()
{

  window.print();

}

