﻿function printWin(www) {
	win = open(www,'printWin','width=790,height=500,toolbar=yes,menubar=yes,scrollbars=yes,copyhistory=no,status=no,resizable=yes,location=no');
	posY = screen.availHeight;
	posX = screen.availWidth;
	win.moveTo((posX/2)-395,(posY/2)-250);
	win.focus();
}