// Print function
function showPrintSettings()
{
	if (confirm("Please ensure that you've enabled the option: \n\n'Print Background (Colours and images)' \n\nunder\n\n'File > Page Setup'\n\nin your browser's menu"))
	{
		window.print();
	};
}
