home *** CD-ROM | disk | FTP | other *** search
- var theMenu = new Array();
- theMenu[0] = new Array("menu","myMenu1");
- theMenu[1] = new Array("MENU","myMenu2");
-
- var myMenu1 = new Array();
- myMenu1[0] = new Array("M","sub menu 1","this is the first sub menu","menu11");
- myMenu1[1] = new Array("M","sub menu 2","this is the second sub menu","menu12");
- myMenu1[2] = new Array("S","","","");
- myMenu1[3] = new Array("L","www.iname.com","this is the first menu item","http://www.iname.com");
- myMenu1[4] = new Array("L","www.operamail.com","this is the second menu item","http://www.operamail.com");
- myMenu1[5] = new Array("M","sub menu 3","this is the last sub menu","menu13");
- myMenu1[6] = new Array("S","","","");
- myMenu1[7] = new Array("L","a menu item","this is the last menu item","the URL of item 3");
-
- var menu11 = new Array();
- menu11[0] = new Array("L","sub item 1","this is the first item in this sub menu","the URL of sub item 1");
- menu11[1] = new Array("S","","","");
- menu11[2] = new Array("L","sub item 2","this is the second item in this sub menu","the URL of sub item 2");
- menu11[3] = new Array("L","sub item 3","this is the last item in this sub menu","the URL of sub item 3");
-
- var menu12 = new Array();
- menu12[0] = new Array("L","sub item 1","this is the first item in this sub menu","the URL of sub item 1");
- menu12[1] = new Array("L","sub item 2","this is the second item in this sub menu","the URL of sub item 2");
- menu12[2] = new Array("S","","","");
- menu12[3] = new Array("L","sub item 3","this is the last item in this sub menu","the URL of sub item 3");
-
- var menu13 = new Array();
- menu13[0] = new Array("L","sub item 1","this is the first item in this sub menu","the URL of sub item 1");
- menu13[1] = new Array("L","sub item 2","this is the second item in this sub menu","the URL of sub item 2");
- menu13[2] = new Array("S","","","");
- menu13[3] = new Array("L","sub item 3","this is the last item in this sub menu","the URL of sub item 3");
-
- var myMenu2 = new Array();
- myMenu2[0] = new Array("M","SUB MENU 1","this is the first sub menu","menu21");
- myMenu2[1] = new Array("M","SUB MENU 2","this is the second sub menu","menu22");
- myMenu2[2] = new Array("S","","","");
- myMenu2[3] = new Array("L","www.iname.com","this is the first menu item","http://www.iname.com");
- myMenu2[4] = new Array("L","www.operamail.com","this is the second menu item","http://www.operamail.com");
- myMenu2[5] = new Array("M","SUB MENU 3","this is the last sub menu","menu23");
- myMenu2[6] = new Array("S","","","");
- myMenu2[7] = new Array("L","A MENU ITEM","this is the last menu item","the URL of item 3");
-
- var menu21 = new Array();
- menu21[0] = new Array("L","SUB ITEM 1","this is the first item in this sub menu","the URL of sub item 1");
- menu21[1] = new Array("S","","","");
- menu21[2] = new Array("L","SUB ITEM 2","this is the second item in this sub menu","the URL of sub item 2");
- menu21[3] = new Array("L","SUB ITEM 3","this is the last item in this sub menu","the URL of sub item 3");
-
- var menu22 = new Array();
- menu22[0] = new Array("L","SUB ITEM 1","this is the first item in this sub menu","the URL of sub item 1");
- menu22[1] = new Array("L","SUB ITEM 2","this is the second item in this sub menu","the URL of sub item 2");
- menu22[2] = new Array("S","","","");
- menu22[3] = new Array("L","SUB ITEM 3","this is the last item in this sub menu","the URL of sub item 3");
-
- var menu23 = new Array();
- menu23[0] = new Array("L","SUB ITEM 1","this is the first item in this sub menu","the URL of sub item 1");
- menu23[1] = new Array("L","SUB ITEM 2","this is the second item in this sub menu","the URL of sub item 2");
- menu23[2] = new Array("S","","","");
- menu23[3] = new Array("L","SUB ITEM 3","this is the last item in this sub menu","the URL of sub item 3");
-