
<script language="Javascript">
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com
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.oocities.org/~jsmaster/easyhtml')"
value="The EasyHTML Editor">
</form>