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