﻿// JavaScript Document
function PrintWindow(url) {
	popupWin = window.open(url, 'Print', 'width=520,height=450,left=30,top=30,menubar=yes,toolbar=yes,resizable=yes,scrollbars=yes');
}
