function printVer(text, author) {
  printWindow = window.open ("print.php?txt=" + text + "&auth=" + author, "mywindow","status=1,toolbar=1,menubar=1");
}

function blogCode(id) {
  printWindow = window.open ("blog.php?id=" + id, "mywindow","status=1,toolbar=1,menubar=1");
}


