function printWindow(){
		if (window.print){
			window.print();
		} else {
			alert("To print the current page you are viewing, select \"Print\" from \"File\" in the menu bar on the top of your browser or you can use the following shortcut keys depending on your operating system.\n\nFor Windows users, you can press the Ctrl key, followed by the P key (Ctrl-P) on your keyboard.\nFor Macintosh users, you can press the Command key, followed by the P key (Command-P) on your keyboard.");
		}
	}
