function pr()
{
	window.print();
}

function calc(p)
{
	window.open("calc.php?price=" + p, '', 'width=500,height=450');
}

function email()
{
	window.open("email.php?l=" + escape(document.location), '', 'width=500,height=550');
}