// JavaScript Document
function openPrinter(){
	var printerWindow = window.open('print_text.html','mywindow','width=950,height=500, statusbar=yes,scrollbars=yes,resizable=yes,menubar=yes');

}