var u = document.URL.split('/'); var v = u[u.length - 1]; var nav = ''; var x; var used = 0; var n1 = '\"\" */ //put sublink sets right below this line if (link == 'aboutus.htm' && (v == 'aboutus.htm' || v == 'aboutus_board.htm' || v == 'aboutus_women.htm')) { x = new menuitem('IEC Board','aboutus_board.htm','sub'); x = new menuitem('Women in IEC','aboutus_women.htm','sub'); used = 1; } if (link == 'joinus.htm' && (v == 'joinus.htm' || v == 'joinus_application.htm' || v == 'joinus_workerscomp.htm' || v == 'joinus_powerplus.htm' || v == 'joinus_manpower.htm')) { x = new menuitem('Applications','joinus_application.htm','sub'); x = new menuitem('Workers Comp','joinus_workerscomp.htm','sub'); x = new menuitem('IEC PowerPlus','joinus_powerplus.htm','sub'); x = new menuitem('Manpower Loan','joinus_manpower.htm','sub'); used = 1; } if (link == 'apprenticeship.htm' && (v == 'apprenticeship.htm' || v == 'apprenticeship2.htm')) { x = new menuitem('Application','apprenticeship2.htm','sub'); used = 1; } if (link == 'ceu.htm' && (v == 'ceu.htm' || v == 'ceu_course3243.htm' || v == 'ceu_course2943.htm' || v == 'ceu_course3132.htm' || v == 'ceu_course3244.htm' || v == 'ceu_course3426.htm' || v == 'ceu_course3427.htm' || v == 'ceu_profelec.htm')) { x = new menuitem('Course 3426','ceu_course3426.htm','sub'); x = new menuitem('Course 3427','ceu_course3427.htm','sub'); x = new menuitem('Course 3243','ceu_course3243.htm','sub'); x = new menuitem('Course 2943','ceu_course2943.htm','sub'); x = new menuitem('Course 3132','ceu_course3132.htm','sub'); x = new menuitem('Course 3244','ceu_course3244.htm','sub'); x = new menuitem('Prof Electricians','ceu_profelec.htm','sub'); used = 1; } if (link == 'safety.htm' && (v == 'safety.htm' || v == 'safety_release.htm')) { x = new menuitem('Press Release','safety_release.htm','sub'); used = 1; } if (link == 'awards.htm' && (v == 'awards.htm' || v == 'awards_president.htm' || v == 'awards_industry.htm' || v == 'awards_apprenticeship.htm' || v == 'awards_perfect.htm' || v == 'awards_george.htm')) { x = new menuitem('President','awards_president.htm','sub'); x = new menuitem('Industry Achievement','awards_industry.htm','sub'); x = new menuitem('Apprenticeship','awards_apprenticeship.htm','sub'); x = new menuitem('Perfect Attendance','awards_perfect.htm','sub'); x = new menuitem('George W. Walker','awards_george.htm','sub'); used = 1; } if (link == 'gallery.htm' && (v == 'gallery.htm' || v == 'gallery_06wireoff.htm' || v == 'gallery_06graduation.htm' || v == 'gallery_06races.htm')) { x = new menuitem('Graduation 2007','gallery_07graduation.htm','sub'); x = new menuitem('Wire-Off','gallery_06wireoff.htm','sub'); x = new menuitem('Graduation 2006','gallery_06graduation.htm','sub'); x = new menuitem('Night At The Races','gallery_06races.htm','sub'); used = 1; } if (link == 'marketplacejobs.htm' && (v == 'marketplacejobs.htm' || v == 'marketplace.cfm' || v == 'jobbank.cfm')) { x = new menuitem('Marketplace','marketplace.cfm','sub'); x = new menuitem('Job Bank','jobbank.cfm','sub'); used = 1; } if (link == 'toolsbooks.htm' && (v == 'toolsbooks.htm' || v == 'toolsbooks_books.htm' || v == 'toolsbooks_tools.htm')) { x = new menuitem('Suggested Books','toolsbooks_books.htm','sub'); x = new menuitem('Suggested Tools','toolsbooks_tools.htm','sub'); used = 1; } } x = new menuitem('Home','index.htm','regular'); x = new menuitem('About IEC','aboutus.htm','regular'); x = new menuitem('Join IEC','joinus.htm','regular'); x = new menuitem('Calendar of Events','calendar.cfm','regular'); x = new menuitem('Member Directory','directory.htm','regular'); x = new menuitem('Apprenticeship','apprenticeship.htm','regular'); x = new menuitem('Continuing Education','ceu.htm','regular'); x = new menuitem('Safety','safety.htm','regular'); x = new menuitem('Awards','awards.htm','regular'); x = new menuitem('Photo Gallery','gallery.htm','regular'); x = new menuitem('Marketplace/Jobs','marketplacejobs.htm','regular'); x = new menuitem('Books/Tools','toolsbooks.htm','regular'); x = new menuitem('Links','links.htm','regular'); x = new menuitem('Location/Contact','contact.htm','regular');