function PrintThisPage(nid) {
  width = 540;
  height = 550;
  wpars='status=0,toolbar=0,location=0,menubar=0,directories=0,scrollbars=1,resizable=1,dependent=1,width='+width+',height='+height;
  newwindow=window.open("/dev/printpage.php?nid="+nid,name,wpars);
  if (window.focus) {newwindow.focus()}
}


function SendThisPage(nid) {
  width = 450;
  height = 550;
  wpars='status=0,toolbar=0,location=0,menubar=0,directories=0,scrollbars=1,resizable=1,dependent=1,width='+width+',height='+height;
  newwindow=window.open("/sendpage.php?nid="+nid,name,wpars);
  if (window.focus) {newwindow.focus()}
}

