function sendPage() {
  var url = '/email.php?page=' + location.href;
  window.open(url,'','width=400,height=500');
}



function printPage() {
  window.print();
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}