var myMenu = new Array();
myMenu[0] = new Array("M","Web Radio","Links ","menu1");
myMenu[1] = new Array("M","sub menu 2","this is the second sub menu","menu2");
myMenu[2] = new Array("S","","","");
myMenu[3] = new Array("L","menu item a","this is the first menu item","http://www.iname.com");
myMenu[4] = new Array("L","menu item b","this is the second menu item","http://www.operamail.com");
myMenu[5] = new Array("M","sub menu 3","this is the last sub menu","menu3");
myMenu[6] = new Array("S","","","");
myMenu[7] = new Array("L","menu item c","this is the last menu item","http://www.com");

var menu1 = new Array();
menu1[0] = new Array("L","sub item 1","this is the first item in this sub menu","the URL of sub item 1");
menu1[1] = new Array("S","","","");
menu1[2] = new Array("L","sub item 2","this is the second item in this sub menu","the URL of sub item 2");
menu1[3] = new Array("L","sub item 3","this is the last item in this sub menu","the URL of sub item 3");

var menu2 = new Array();
menu2[0] = new Array("L","sub item 1","this is the first item in this sub menu","the URL of sub item 1");
menu2[1] = new Array("L","sub item 2","this is the second item in this sub menu","the URL of sub item 2");
menu2[2] = new Array("S","","","");
menu2[3] = new Array("L","sub item 3","this is the last item in this sub menu","the URL of sub item 3");

var menu3 = new Array();
menu3[0] = new Array("L","sub item 1","this is the first item in this sub menu","the URL of sub item 1");
menu3[1] = new Array("L","sub item 2","this is the second item in this sub menu","the URL of sub item 2");
menu3[2] = new Array("S","","","");
menu3[3] = new Array("L","sub item 3","this is the last item in this sub menu","the URL of sub item 3");