JavaScript is a web scripting language that allows web pages to be 'programmable'. Any web site can provide programs written in the JavaScript language to add functionality to the web pages. This program is saved on the web site and sent to your browser, which interprets the program and performs the requested functions.
We use JavaScript to make the web pages 'smarter'. This allows the web pages to determine what items that you want to add to your order, and gives the web page the capability to add your selections to the order cookie. Without a scripting language of some kind, we could not allow you to select items to add to your order by clicking on them, and would not be able to (at least easily) view subsets of our catalog.
There are other scripting languages that we could use, but all work similarly, and require that your browser allow scripting in order to function. We chose JavaScript as our scripting language because it is supported by most browsers (although it may be disabled, most browsers still have the capability to process JavaScript once it is enabled)
For instructions that will enable JavaScript on your browser, click here.
JavaScript is disabled by your browser, so we can not process your order information. To see how to enable JavaScript, click here.