var menu = new wp_menus();
menu.m_bkgndcolor = '#3CFF00';
menu.m_bkgndcolorhl = '#3CFF00';
menu.m_textcolor = '#000000';
menu.m_textcolorhl = '#ffffff';
menu.m_bordercolor = '#9900ff';
menu.m_bordersize = 3;
menu.m_fontsize = 16;
menu.m_fontfamily = 'Arial';

menu.m_filterOpacity = 100;
menu.m_mozOpacity = 1.00000;
menu.m_delay = 500;

menu.m_imageArrow = 'http://myweb.tiscali.co.uk/soutportswimclub/_wp_generated/wp3894dfc9.gif';
menu.m_imageArrowHighlight = 'http://myweb.tiscali.co.uk/soutportswimclub/_wp_generated/wp5d4880ec.gif';

menu.BeginMenu("ext");
menu.AddLink("ext_1","Page 1",'http://www.lasramblasgolf.co.uk/frames/photogallery/ext/page1.html',null);
menu.AddLink("ext_2","Page 2",'http://www.lasramblasgolf.co.uk/frames/photogallery/ext/page2.html',null);
menu.EndMenu();

menu.BeginMenu("int");
menu.AddLink("int_1","Page 1",'http://www.lasramblasgolf.co.uk/frames/photogallery/int/page1.html',null);
menu.EndMenu();

menu.BeginMenu("golf");
menu.AddLink("golf_1","Page 1",'http://www.lasramblasgolf.co.uk/frames/photogallery/golf/page1.html',null);
menu.AddLink("golf_2","Page 2",'http://www.lasramblasgolf.co.uk/frames/photogallery/golf/page2.html',null);
menu.EndMenu();

menu.BeginMenu("wildlife");
menu.AddLink("wildlife_1","Page 1",'http://www.lasramblasgolf.co.uk/frames/photogallery/wildlife/page1.html',null);
menu.EndMenu();

menu.BeginMenu("places");
menu.AddLink("places_1","Page 1",'http://www.lasramblasgolf.co.uk/frames/photogallery/places/page1.html',null);
menu.EndMenu();

menu.BeginMenu("things");
menu.BeginMenu("jacob");
menu.AddLink("things_1","Page 1",'http://www.lasramblasgolf.co.uk/frames/photogallery/things/page1.html',null);
menu.EndMenu();
menu.EndMenu();