// Create a print button and add it to the document

function openPrintWindow(printPage) {

	myWindow = window.open(printPage, "printWindow", 'toolbar,width=600,height=600,scrollbars,menubar') 
}