function TwoFrames (URL1,content,URL2,navi) {
 parent[content].location.href = URL1;
 parent[navi].location.href = URL2;
}
