﻿function printPage(){
  if(location.href.indexOf("?") > -1) {
    printWin=window.open(location.href+'&Printerfriendly=5','printit','');
  } else { 
    printWin=window.open(location.href+'?Printerfriendly=5','printit','');
  }
}


function docwriter(str){
	document.write(str);
}

