function PrintFrame(whichFrame){
	parent[whichFrame].focus();
	parent[whichFrame].print();
}