// JavaScript Document

var gAutoPrint = true; // Flag for whether or not to automatically call the print function

function printSpecial()
{
	window.print();
}