function dothis(page1,page2) {
    parent.frames[2].location.href = page1;
    parent.frames[3].location.href = page2;
}