/* function PrintWindow used to display months worth of events  */

function PrintWindow(Page,Size) { 


    	PrintWin = window.open(Page,"",Size)  
      	PrintWin.document.close()
		}