well you have your script that goes in website stats:
Then you position a div
CODE
<div style="position:static;margin-left:###px; margin-top:###px; width:###px; height:###px; background:#fff;"><a href="#" onClick="toggle('Navigation')">Navigation>></a></div>
which will have the link to enable the second div, which will be invisible and next to the first, meaning the margin-left number will be greater
CODE
<div id="Navigation" style="position:static;margin-left:###px; margin-top:###px; width:###px; height:###px; background:#fff; visibility:hidden;">NAVIGATION LINKS</div>