Possible Duplicate:
Are there constants in Javascript?
For example here I set the close time on this menu to 1 second or 1000 milliseconds.
menu.menu_timer=window.setTimeout(menu.hide_menu, 1000);
Does javascript have a const like C or a Define like PHP to define Constants?