/* Tigra Menu items structure var MENU_ITEMS = [ ['Home', null, null, ['Company Info', null], ['Mission', null], ['Press Releases', null] ], ['Products', null], ['Services', null], ['Support', null] ]; */ var MENU_ITEMS = [ ['Homes', null, null, ['Algorithms Home Page',"javascript:showIt('AlgoMain.HTML')"], ['Cytochromes (P450) Home Page','http://www.mhc.com/Cytochromes',{'tw':'_top'}], ['Mental Health Connections Home Page','http://www.mhc.com/',{'tw':'_top'}], ['What is this Project?',"javascript:showIt('Descript.HTML')"], ], ['Teaching Algorithms',null,null, ['Resident Education',"javascript:showIt('AlgCourse.HTML')"], ['International Fellowship Program',"javascript:showIt('Fellowship.HTML')"], ], ['Links & Publications', null, null, ['Comprehensive List of Published Algorithms',"javascript:showIt('AlgoLinks.HTML')"], ['Publications Related to this Project',"javascript:showIt('Pipeline.HTML')"], ], ['Use the Algorithms', null,null, ['Anxiety in Drug Abusers v.4',"http://www.mhc.com/Algorithms/ver4/anxiety/start/index.html",{'tw':'_top'}], ['Depression v4',"http://www.mhc.com/Algorithms/ver4/index.html",{'tw':'_top'}], ['Schizophrenia', "http://mhc.com/Algorithms/Schizophrenia/regIndex.HTML",{'tw':'_top'}], ['Chinese Translation Depression Algorithm v.4','http://www.xinqiao.net/yiyu/index.html',{'tw':'_top'}], ['Russian Translations','http://pavelsmirnoff.narod.ru',{'tw':'_top'}], ['Schizophrenia Flowchart in Spanish',"flowchar.htm",{'tw':'_top'}], ['Old Versions',null,null, ['Depression v.3','http://www.mhc.com/Algorithms/Depression/index.htm',{'tw':'_top'}], ['Anxiety in Drug Abusers v.3','http://mhc.com/Algorithms/Anxiety/index.htm',{'tw':'_top'}], ], ], ['Field Trials',"javascript:showIt('Research.HTML')"], ['Messages & Mailing List',null,null, ['Join a Discussion','http://mhc.com/discus/index.html',{'tw':'_top'}], ['Send a Message',"javascript:showIt('Message.HTML')"], ], ];