
var array_items=new Array();
// write your nav section items here, 
// using following format: [group_id], [member_id], [text displayed in the menu], [url of menu link]
// for group title item, leave [member_id] blank

pushin(array_items, new Array("overview", "", "Overview", "index.html"));

pushin(array_items, new Array("sightmate", "", "SightMate LV920", "lv920.html"));

pushin(array_items, new Array("sightmate_combo", "", "SightMate Combo Viewer", "sightmatecombo.html"));

pushin(array_items, new Array("freedom", "", "SightMate Freedom Viewer Combo", "freedom.html"));

pushin(array_items, new Array("accessories", "", "Accessories", "accessories.html"));

pushin(array_items, new Array("pain_management", "", "Pain Management and Dementia DVDs", "pain_management.html"));
pushin(array_items, new Array("pain_management", "dvd", "Pain Distraction DVDs", "pain_management_dvd.html"));
pushin(array_items, new Array("pain_management", "alzheimer_dementia_dvd", "Alzheimer’s and Dementia DVDs", "pain_management_alzheimer_dementia_dvd.html"));

pushin(array_items, new Array("events", "", "Events", "events.html"));

pushin(array_items, new Array("media", "", "Media", "in_the_news.html"));
pushin(array_items, new Array("media", "in_the_news", "In the News", "in_the_news.html"));
pushin(array_items, new Array("media", "news_releases", "News Releases", "news_releases.html"));
pushin(array_items, new Array("media", "contact", "Media Contact", "media_contact.html"));
pushin(array_items, new Array("media", "fact_sheets_brochure", "Fact Sheets / Brochure", "media.html"));
pushin(array_items, new Array("media", "photos", "Photos", "media_photos.html"));

pushin(array_items, new Array("contact", "", "Contact", "contact.html"));

document.write ("<a name='bookmark_content'></a>");

render_nav_section(array_items, this_section_id, this_group_id, this_member_id);
