var MENU1_ITEMS = [ [wrap_blue(' Site Stuff   '), null, {'sw':100, 'bw':130}, [' News (Home)', 'index.cfm'], [' Guild Roster', 'index.cfm?p=roster'], [' Join WoV!', 'index.cfm?p=recruit'], [' Application Process', 'index.cfm?p=newrecruit'], [' Codes of Conduct', 'index.cfm?p=rules'], [' DKP Rules', 'index.cfm?p=dkp_rules'], [' Teamspeak Info', 'index.cfm?p=tspeak'], [' Charter and Info', 'index.cfm?p=charter'], [' Links', 'index.cfm?p=links'], ], ]; function wrap_blue (text) { var res=[]; for (var i=0; i<3; i++) res[i]=['
',text,'
' ].join(''); return res; }