function printme() {
	 window.print();
}

function newWin(url) {
  window.open(url);
}



