/****************
Menu Constructs
****************/
//Main items:
// makeMain(MAIN_NUM,'TEXT','LINK','FRAME_TARGET') (set link to 0 if you want submenus of this menu item)

//Sub items:
//makeSub(MAIN_NUM,SUB_NUM,'TEXT','LINK',TOTAL,'FRAME_TARGET') (set link to 0 if you want submenus of this menu item)

//MAIN 0
oMenu.makeMain(0,'Homepage','http://www.tobacco-control.org/')

//MAIN 1
oMenu.makeMain(1,'About Us','http://www.tobacco-control.org/tcrc_Web_Site/Pages_tcrc/About_the_tcrc/About_Main_Page.htm')
oMenu.makeSub(1,0,'tcrc project team','http://www.tobacco-control.org/tcrc_Web_Site/Pages_tcrc/About_the_tcrc/Project_Team.htm',3)
oMenu.makeSub(1,1,'contact tcrc','http://www.tobacco-control.org/tcrc_Web_Site/Pages_tcrc/About_the_tcrc/Contact_Us.htm',2)

//MAIN 2
oMenu.makeMain(2,'Action','http://www.tobacco-control.org/tcrc_Web_Site/Pages_tcrc/Action/Action_Main_Page.htm')
oMenu.makeSub(2,0,'action toolkit','http://www.tobacco-control.org/tcrc_Web_Site/Pages_tcrc/Action/tcrc_action_toolkit/Action_tcrc_action_toolkit.htm',3)
oMenu.makeSub(2,1,'workshops','http://www.tobacco-control.org/tcrc_Web_Site/Pages_tcrc/Action/Action_tcrc_workshops.htm',3)
oMenu.makeSub(2,2,'passive smoking views','http://www.tobacco-control.org/tcrc_Web_Site/Pages_tcrc/Action/passive_views.php',3)
//MAIN 3
oMenu.makeMain(3,'Resources','http://www.tobacco-control.org/tcrc_Web_Site/Pages_tcrc/Resources/Resources_Main_Page.htm')
oMenu.makeSub(3,0,'consultations','http://www.tobacco-control.org/tcrc_Web_Site/Pages_tcrc/Resources/Consultations/Consultations.htm',6)
oMenu.makeSub(3,1,'publications','http://www.tobacco-control.org/tcrc_Web_Site/Pages_tcrc/Resources/tcrc_Publications/Publications.htm',6)
oMenu.makeSub(3,2,'factsheets','http://www.tobacco-control.org/tcrc_Web_Site/Pages_tcrc/Resources/Factsheets/Factsheets_main_page.htm',6)
oMenu.makeSub(3,3,'databases','http://www.tobacco-control.org/tcrc_Web_Site/Pages_tcrc/Resources/tcrc_Databases.htm',6)
oMenu.makeSub(3,4,'workshops','http://www.tobacco-control.org/tcrc_Web_Site/Pages_tcrc/Resources/tcrc_Workshops.htm',6)
oMenu.makeSub(3,5,'research','http://www.tobacco-control.org/tcrc_Web_Site/Pages_tcrc/Resources/tcrc_Research.htm',6)


//MAIN 4
oMenu.makeMain(4,'News','http://www.tobacco-control.org/tcrc_Web_Site/Pages_tcrc/News/News_Main_Page.htm')
oMenu.makeSub(4,0,'latest','http://www.tobacco-control.org/tcrc_Web_Site/Pages_tcrc/News/Latest_News.htm',3)
oMenu.makeSub(4,1,'press releases','http://www.tobacco-control.org/tcrc_Web_Site/Pages_tcrc/News/Press_Releases/Press_Releases.htm',3)
oMenu.makeSub(4,2,'newsletters','http://www.tobacco-control.org/tcrc_Web_Site/Pages_tcrc/News/News_Letters.htm',3)


//MAIN 5
oMenu.makeMain(5,'Links','http://www.tobacco-control.org/tcrc_Web_Site/Pages_tcrc/Links/Links_Main_Page.htm')
oMenu.makeSub(5,0,'professional assoc.','http://www.tobacco-control.org/tcrc_Web_Site/Pages_tcrc/Links/Links_professional_associations.htm',6)
oMenu.makeSub(5,1,'policy','http://www.tobacco-control.org/tcrc_Web_Site/Pages_tcrc/Links/Links_policy.htm',6)
oMenu.makeSub(5,2,'cessation/prevention','http://www.tobacco-control.org/tcrc_Web_Site/Pages_tcrc/Links/Links_cessation.htm',6)
oMenu.makeSub(5,3,'activism','http://www.tobacco-control.org/tcrc_Web_Site/Pages_tcrc/Links/Links_activism.htm',6)
oMenu.makeSub(5,4,'information','http://www.tobacco-control.org/tcrc_Web_Site/Pages_tcrc/Links/Links_information.htm',6)
oMenu.makeSub(5,5,'tobacco industry','http://www.tobacco-control.org/tcrc_Web_Site/Pages_tcrc/Links/Links_industry.htm',6)
/********************
End menu construction
********************/
oMenu.construct()
//-->