function closeWindow() 
{
	window.close();
	return false;
}

function printWindow() 
{
	window.print();
	return false;
}
