This is the Main page

<html>
<head>
<title></title>

<script language="javascript">
<!--
function frmUpdate(page){
top.banner.location=page;
}
// -->
</script>
</head>
<body>

<a href="main.html" onClick="frmUpdate('top.html');" target="main">Go to Main page</a>
<a href="page2.html" onClick="frmUpdate('top2.html');" target="main">Go to page Two</a>
<a href="page3.html" onClick="frmUpdate('top3.html');" target="main">Go to page Three</a>
etc...