//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files menunum=0; menus=new Array(); function addmenu() { menunum++; menus[menunum]=menu; } function dumpmenus() { for(a=1;a
' if (height > 1) str += '' + text + '
' else { var textArr = text.split('
') for (i in textArr) str += '' + textArr[i] + '
' } str += '' return str }