function printView(url) {
  window.open(url, "print", "resizable=yes,toolbar=no,scrollbars=yes,menubar=no,width=600,height=600");				
  } 