function framePrint(printFrame)
{
	parent[printFrame].focus();
	parent[printFrame].print();
}
