function Print()
	{
		window.print();
	}

function Close()
	{
		window.close();
	}