function printen()
{
	if (window.print)
	{
		window.print();
		return false;
	}
	else
	{
		return true;
	}
}
