Hello. My name is Josh, from the UK. I'm 16, and having a spot of bother with some javascript I've been working on over the past few days, that gives a sliding menu.

Code:
<html>
<head>

<script type="text/javascript">
<!--
menustatus = 'down';
bouncecount = 10;

function AnimateMenu() {
	//document.getElementById('menu').onClick = '';
	ChangeHeight(0);
...