/*
Set the default language. enu is English. The value should be the name of the language javascript file without the extension.
For example, the name of the English file is enu.js and the value of defaultLang for English is enu
Language files should be in the lang directory and modeled after the included enu.js file.
Not that backshalshes are required, but html is allowed.
Use HTML special charaters. For example, to include quotes, use &quot;
*/
var defaultLang = "enu";
/*
Set the timeout before the program automatically starts over in miliseconds.
For example, 30000 = 30 seconds.
*/
var resetTimer = "60000";