You could use javascript and the body onload tag..
For example in the file that is in the iframe put..
HTML Code:
<body onload="top.document.title='TITLE HERE';">
But then ofcourse this will only be for the users sake as the search engines wouldn't pick up on it as they dont like iframes 
|