function Printframe()
{
	frames["content"].focus();
	frames["content"].print();

}