var MENU1_ITEMS =[ [wrap_blue(' Operators   '), null, {'sw':105, 'bw':163}, [' Search Courses', 'http://www.ocpoweb.com/index.cfm?p=search'], [' More Training Options    ', null, {'bw':89, 'bl':153}, [' Institutions', 'http://www.ocpoweb.com/index.cfm?p=inst',], [' Corporations', 'http://www.ocpoweb.com/index.cfm?p=corp',], ], [' Certification     ', null, {'bl':101}, [' Application Forms', 'http://www.ocpoweb.com/index.cfm?p=forms',], [' Lab Methods Manual', 'http://www.ocpoweb.com/index.cfm?p=labmanual',], [' Certification Links', 'http://www.ocpoweb.com/index.cfm?p=statelinks',], [' Pre-Approved Enrollment', 'http://www.ocpoweb.com/index.cfm?p=enroll',], ], ], [wrap_blue('   Trainers   '), null, {'sw':103, 'bw':163}, [' Search Courses', 'http://www.ocpoweb.com/index.cfm?p=search'], [' More Training Options    ', null, {'bw':89, 'bl':150}, [' Institutions', 'http://www.ocpoweb.com/index.cfm?p=inst',], [' Corporations', 'http://www.ocpoweb.com/index.cfm?p=corp',], ], [' Submissions    ', null, {'bw':131, 'bl':99}, [' Process Overview', 'http://www.ocpoweb.com/index.cfm?p=Overview'], [' Guidelines', 'http://www.ocpoweb.com/index.cfm?p=Guidelines'], [' Instructions', 'http://www.ocpoweb.com/index.cfm?p=TUAppInst'], ], ], [wrap_blue(' Information   '), null, {'sw':121, 'bw':190}, [' Contact Us', 'http://www.ocpoweb.com/index.cfm?p=contact',], [' About OCPO', 'http://www.ocpoweb.com/index.cfm?p=about',], [' State Certified Operators', 'http://www.ocpoweb.com/index.cfm?p=aops',], [' Colorado State Links', 'http://www.ocpoweb.com/index.cfm?p=state'], [' Regulation 100', 'http://www.ocpoweb.com/index.cfm?p=reg100'], [' Water/Wastewater Treatment', 'http://www.ocpoweb.com/index.cfm?p=cecti',], [' Collection & Distribution', 'http://www.ocpoweb.com/index.cfm?p=wdww',], [' ocpoweb.com     ', null, {'bw':115, 'bl':109}, [' Events Calendar', 'http://www.ocpoweb.com/index.cfm?p=calendar',], [' OCPO News', 'http://www.ocpoweb.com/index.cfm?p=news',], [' Technical Support', 'http://www.ocpoweb.com/index.cfm?p=support',], [' Privacy Policy', 'http://www.ocpoweb.com/index.cfm?p=privacy',], ], ], ]; function wrap_blue (text) { var res=[]; for (var i=0; i<3; i++) res[i]=['
',text,'
' ].join(''); return res; }