<script language="Javascript">
<!--

function bulinker(where) {
top.location = where
}
//-->
</script>
<form>
<input type="button" onclick="bulinker('index.html')" value="Go to the Main Page"><br>
<input type="button"onclick="bulinker('http://www.geocities.com/~jsmaster/easyhtml')" 
value="The EasyHTML Editor">
</form>