function mmLoadMenus() { if (window.m_about) return; window.m_about = new Menu("root",120,20,"Arial, Helvetica, sans-serif",11,"#000000","#0060DA","#E7EEBE","#E7EEBE","left","middle",10,0,300,-5,7,true,true,true,0,false,true); m_about.addMenuItem("Учасники","document.location.href='/cm/ua/about/people'"); m_about.addMenuItem("Друзі","document.location.href='/cm/ua/about/friends'"); m_about.addMenuItem("Банер","document.location.href='/cm/ua/about/banner'"); m_about.addMenuItem("Відгуки","document.location.href='/cm/ua/about/reaction'"); m_about.addMenuItem("Вони нам довіряють","document.location.href='/cm/ua/about/trust'"); m_about.hideOnMouseOut=true; m_about.childMenuIcon="arrows.gif"; m_about.bgColor='#fff'; m_about.menuBorder=0; m_about.menuLiteBgColor='#fff'; m_about.menuBorderBgColor=''; window.m_children = new Menu("root",180,20,"Arial, Helvetica, sans-serif",11,"#000000","#0060DA","#E7EEBE","#E7EEBE","left","middle",10,0,300,-5,7,true,true,true,0,false,true); m_children.addMenuItem("Дитячі будинки","document.location.href='/cm/ua/children/orphan_schools'"); m_children.addMenuItem("Школи-інтернати","document.location.href='/cm/ua/children/boarding_schools'"); m_children.addMenuItem("Будинки дитини","document.location.href='/cm/ua/children/baby_schools'"); m_children.addMenuItem("Дитячі будинки сімейного типу","document.location.href='/cm/ua/children/family_schools'"); m_children.addMenuItem("Дитячі притулки","document.location.href='/cm/ua/children/orphanage'"); m_children.addMenuItem("Дитячі лікарні","document.location.href='/cm/ua/children/hospital'"); m_children.addMenuItem("Фото","document.location.href='/cm/ua/children/fotos'"); m_children.addMenuItem("Законодавство","document.location.href='/cm/ua/children/Law'"); m_children.addMenuItem("Невигадані історії","document.location.href='/cm/ua/children/story'"); m_children.hideOnMouseOut=true; m_children.childMenuIcon="arrows.gif"; m_children.bgColor='#fff'; m_children.menuBorder=0; m_children.menuLiteBgColor='#fff'; m_children.menuBorderBgColor=''; window.m_faq = new Menu("root",170,20,"Arial, Helvetica, sans-serif",11,"#000000","#0060DA","#E7EEBE","#E7EEBE","left","middle",10,0,300,-5,7,true,true,true,0,false,true); m_faq.addMenuItem("книга "Приемные ангелы"","document.location.href='/cm/ua/detdom_info/articles'"); m_faq.addMenuItem("Питання-відповіді","document.location.href='/cm/ua/detdom_info/questions_answers'"); m_faq.addMenuItem("Консультації спеціалістів","document.location.href='/cm/ua/detdom_info/speccons'"); m_faq.addMenuItem("Довідкова інформація","document.location.href='/cm/ua/detdom_info/7982'"); m_faq.addMenuItem("Корисні посилання","document.location.href='/cm/ua/detdom_info/adoption_links'"); m_faq.hideOnMouseOut=true; m_faq.childMenuIcon="arrows.gif"; m_faq.bgColor='#fff'; m_faq.menuBorder=0; m_faq.menuLiteBgColor='#fff'; m_faq.menuBorderBgColor=''; window.m_action = new Menu("root",80,20,"Arial, Helvetica, sans-serif",11,"#000000","#0060DA","#E7EEBE","#E7EEBE","left","middle",10,0,300,-5,7,true,true,true,0,false,true); m_action.addMenuItem("Поточні","document.location.href='/cm/ua/actions/current'"); m_action.addMenuItem("Наш досвід","document.location.href='/cm/ua/actions/archive'"); m_action.addMenuItem("Новини","document.location.href='/cm/ua/actions/news'"); m_action.hideOnMouseOut=true; m_action.childMenuIcon="arrows.gif"; m_action.bgColor='#fff'; m_action.menuBorder=0; m_action.menuLiteBgColor='#fff'; m_action.menuBorderBgColor=''; window.m_urgent = new Menu("root",170,20,"Arial, Helvetica, sans-serif",11,"#000000","#0060DA","#E7EEBE","#E7EEBE","left","middle",10,0,300,-5,7,true,true,true,0,false,true); m_urgent.addMenuItem("Від авторів розділу ","document.location.href='/cm/ua/urgent/4741'"); m_urgent.addMenuItem("Вони закінчили лікування","document.location.href='/cm/ua/urgent/treat'"); m_urgent.addMenuItem("Тимчасово не потребують допомоги","document.location.href='/cm/ua/urgent/1623'"); m_urgent.hideOnMouseOut=true; m_urgent.childMenuIcon="arrows.gif"; m_urgent.bgColor='#fff'; m_urgent.menuBorder=0; m_urgent.menuLiteBgColor='#fff'; m_urgent.menuBorderBgColor=''; m_about.writeMenus(); } // mmLoadMenus()