function printThisPage(headLine, textFile){
	window.open('printPage.php?tittle='+headLine+'&loadFile='+textFile+'', 'PrintWindow', 'width=400, height=300, toolbar=no, location=no, status=no, menubar=no, scrollbars=yes, resizable=yes');
}