function printit(){  
  if (window.print) {
    window.print() ;  
  }
}

