... così:

codice:
function home() { 
 top.nomeframelogo.window.location.href="pagina1.htm";
 top.nomeframetesto.window.location.href="pagina2.htm";
}
Ciao !