Codebase list ohcount / 85d5c3b4-c1f3-4d55-a24f-4c231b8d4c21/main test / src_dir / js2.js
85d5c3b4-c1f3-4d55-a24f-4c231b8d4c21/main

Tree @85d5c3b4-c1f3-4d55-a24f-4c231b8d4c21/main (Download .tar.gz)

js2.js @85d5c3b4-c1f3-4d55-a24f-4c231b8d4c21/mainraw · history · blame

<script language="JavaScript1.2">
	/*
	Random Comments
	Foo Foo Foo
	*/
	var submenu=new Array()
	// comment
	// another comment
	submenu[0]='<some_html arg="awesome_arg">foo foo</some_html>'
	//Set delay before submenu disappears after mouse moves out of it (in milliseconds)
	var delay_hide=500
	b=0
</script>