<!-- 
function changetitleFromFrame(){ 
var curtitle=window.frames['main'].document.title 
document.title=curtitle 
} 
//-->