codice:
function PageChanger(dove) {
 window.location.href=dove;
}
o sei in una struttura a frame:

codice:
function PageChanger(dove) {
 top.nomeframe.window.location.href=dove;
}
ciao