
function openWindow(winfile)
		{
			window.open (winfile, 'print_friendly', 'width=460,height=400,screenX=50,screenY=50,top=30,left=30,scrollbars=1,resizable=yes,resizable=1')
		}
