function gotoURL(url1, url2) {
   parent.frames[0].location = url1;
   parent.frames[1].location = url2;
}
