var MENU_ITEMS0 = [
[wrap_root('/skin1/images/layout/tabs/ier.gif'), null, null,
[wrap_child('What We do'), '/pages.php?pageid=61', null],
[wrap_child('Who Should Join IER?'), '/pages.php?pageid=61#who', null],
[wrap_child('Advisor & Staff Bios'), '/pages.php?pageid=53', null],
[wrap_child('Contact Us'), '/pages.php?pageid=62', null],
[wrap_child('Privacy Policy'), '/pages.php?pageid=63']
],
[wrap_root('/skin1/images/layout/tabs/services.gif'), null, null,
[wrap_child('Ask an Advisor'), '/pages.php?pageid=64', null],
[wrap_child('Pre-employment & Drug Screening'), 'pages.php?pageid=82', null],
[wrap_child('Services'), '/pages.php?pageid=75', null],
[wrap_child('HR Insourcing'), '/pages.php?pageid=86', null],
[wrap_child('Payroll Services'), '/pages.php?pageid=85', null],
[wrap_child('Free Onsite Consultation'), '/pages.php?pageid=51', null],
[wrap_child('Pay Your Invoice'), '/product.php?productid=124']
],
[wrap_root('/skin1/images/layout/tabs/memberships.gif'), null, null,
[wrap_child('Advantages'), '/pages.php?pageid=48', null],
[wrap_child('Testimonials'), '/pages.php?pageid=65', null],
[wrap_child('Application, Terms & Conditions'), '/pages.php?pageid=55', null],
[wrap_child('Pricing'), '/pages.php?pageid=54', null],
[wrap_child('Purchase Your Membership'), '/pages.php?pageid=95', null],
[wrap_child('Renew Your Membership Online'), '/product.php?productid=126']
],
[wrap_root('/skin1/images/layout/tabs/programs.gif'), null, null,
[wrap_child('Calendar'), 'http://www.ieronline.com/calendar/index.php', null],
[wrap_child('Training Evaluation'), '/pages.php?pageid=84', null],
[wrap_child('Training Courses/Descriptions'), '/home.php?cat=1', null],
[wrap_child('Seminars'), '/home.php?cat=16', null],
[wrap_child('Speaking Engagements'), '/pages.php?pageid=89', null],
[wrap_child('Customized In-House Training'), '/pages.php?pageid=59', null],
[wrap_child('*Special Accommodations'), '/pages.php?pageid=49']
],
[wrap_root('/skin1/images/layout/tabs/publications.gif'), null, null,
[wrap_child('Publications'), '/home.php?cat=9', null],
[wrap_child('Compliance Manuals'), '/home.php?cat=19', null],
[wrap_child('Surveys'), '/home.php?cat=18', null],
[wrap_child('HR Reference Book'), '/product.php?productid=195']
],
[wrap_root('/skin1/images/layout/tabs/faqs.gif'), null, null,
[wrap_child('Frequently Asked HR Questions'), '/pages.php?pageid=60']
],
[wrap_root('/skin1/images/layout/tabs/resources.gif'), null, null,
[wrap_child('Posters'), '/pages.php?pageid=58', null],
[wrap_child('Forms, Policies & Procedures'), '/pages.php?pageid=57', null],
[wrap_child('Laws & Regulations'), '/pages.php?pageid=66', null],
[wrap_child('Newsletters'), '/home.php?cat=21', null],
[wrap_child('Helpful Links'), '/pages.php?pageid=52']
],
[wrap_root('/skin1/images/layout/tabs/resolution.gif'), null, null,
[wrap_child('What is Resolution Resource?'), '/pages.php?pageid=67']
]
]

function wrap_child (text) {
res='<table border=0 cellspacing=0 cellpadding=0 width=100%><tr><td width=100% class="childfont">&nbsp;&nbsp;' + text + '</td></tr></table>';
return res;
}

function wrap_root (image) {
res='<img src=' + image + '>';
return res;
}
