JS_Global_URL_Subdir_NonSec = "";
JS_Global_URL_Subdir_Secured = "";

pos = F_JS_findPos("id_left_nav_menu");

//Menu object creation
ibno_left_nav=new makeCM("ibno_left_nav") //Making the menu object. Argument: menuname

//oCMenu.pxBetween=50
////Using the cm_page object to place the menu ----
//  //There are some differences between the browsers that I try to fix here.
//oCMenu.fromLeft=!bw.ns4?cmpage.x2 - 160:cmpage.x2 - 176
////We also need to "replace" the menu on resize. So:
//oCMenu.onresize="oCMenu.fromLeft=cmpage.x2 - 160"

//Menu properties   
ibno_left_nav.pxBetween=0
//ibno_left_nav.fromLeft=17 
//ibno_left_nav.fromTop=165
ibno_left_nav.rows=0 
ibno_left_nav.menuPlacement=0

//Using the cm_page object to place the menu ----
//There are some differences between the browsers that I try to fix here.

//Using the cm_page object to place the menu ----
ibno_left_nav.fromLeft=pos[0]+6
ibno_left_nav.fromTop=pos[1]
ibno_left_nav.offlineRoot="" 
ibno_left_nav.onlineRoot=""
//changed the online root from setting of "/" to "" to support relative paths
ibno_left_nav.resizeCheck=1 
//We also need to "re place" the menu on resize. So:
ibno_left_nav.onresize="pos = F_JS_findPos('id_left_nav_menu'); ibno_left_nav.fromLeft=pos[0]+6; ibno_left_nav.fromTop=pos[1]"
//.onresize="location.reload()"
ibno_left_nav.wait=300 
ibno_left_nav.fillImg="images/cm_fill.gif"
ibno_left_nav.zIndex=0

//Background bar properties
ibno_left_nav.useBar=0

//Level properties - ALL properties have to be spesified in level 0
ibno_left_nav.level[0]=new cm_makeLevel() //Add this for each new level
ibno_left_nav.level[0].width=144
ibno_left_nav.level[0].height=22
ibno_left_nav.level[0].regClass="clLevel0"
ibno_left_nav.level[0].overClass="clLevel0over"
ibno_left_nav.level[0].borderX=0 
ibno_left_nav.level[0].borderY=0
ibno_left_nav.level[0].borderClass="clLevel0border"
ibno_left_nav.level[0].offsetX=2
ibno_left_nav.level[0].offsetY=-1
ibno_left_nav.level[0].rows=0
ibno_left_nav.level[0].align="right"
ibno_left_nav.level[0].arrow="images/arrow.gif"
ibno_left_nav.level[0].arrowWidth=6
ibno_left_nav.level[0].arrowHeight=7

//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to spesify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
ibno_left_nav.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
ibno_left_nav.level[1].width=ibno_left_nav.level[0].width-10
ibno_left_nav.level[1].height=22
ibno_left_nav.level[1].regClass="clLevel1"
ibno_left_nav.level[1].overClass="clLevel1over"
ibno_left_nav.level[1].style=""
ibno_left_nav.level[1].offsetX=1
ibno_left_nav.level[1].offsetY=-1
ibno_left_nav.level[1].borderClass="clLevel1border"
ibno_left_nav.level[1].borderX=0
ibno_left_nav.level[1].borderY=0
ibno_left_nav.level[1].rows=0
ibno_left_nav.level[1].align="right" 

/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/
savewidth = ibno_left_nav.level[1].width;

//*******Actual menu items
ibno_left_nav.makeMenu('top0_','','&#149;&nbsp;Home',JS_Global_URL_Subdir_NonSec+'default.asp')
ibno_left_nav.makeMenu('top1_','','&#149;&nbsp;About the IBNO')
	ibno_left_nav.makeMenu('sub1_0_','top1_','Our History',JS_Global_URL_Subdir_Secured+'history.asp')
	ibno_left_nav.makeMenu('sub1_1_','top1_','Mission Statement',JS_Global_URL_Subdir_Secured+'mission.asp')
	ibno_left_nav.makeMenu('sub1_2_','top1_','Board of Trustees',JS_Global_URL_Subdir_Secured+'board_members.asp')
	ibno_left_nav.makeMenu('sub1_3_','top1_','Committees',JS_Global_URL_Subdir_Secured+'committees.asp')
ibno_left_nav.makeMenu('top2_','','&#149;&nbsp;Membership')
	ibno_left_nav.makeMenu('sub2_0_','top2_','Why You Should Join',JS_Global_URL_Subdir_Secured+'why_join.asp')
	ibno_left_nav.makeMenu('sub2_1_','top2_','Application',JS_Global_URL_Subdir_Secured+'MembershipApp_I.asp', target="_blank")
ibno_left_nav.makeMenu('top3_','','&#149;&nbsp;News and Events')
	ibno_left_nav.makeMenu('sub3_0_','top3_','Event Schedule',JS_Global_URL_Subdir_Secured+'http://web.memberclicks.com/mc/community/eventList.do?orgId=ibno')
	ibno_left_nav.makeMenu('sub3_1_','top3_',"President's Message",JS_Global_URL_Subdir_Secured+'pres_message.asp')
	ibno_left_nav.makeMenu('sub3_2_','top3_','Newsletter Archive',JS_Global_URL_Subdir_Secured+'http://web.memberclicks.com/mc/page.do?sitePageId=31961&orgId=ibno')
	ibno_left_nav.makeMenu('sub3_3_','top3_',"'I' Day",JS_Global_URL_Subdir_Secured+'iday.asp')
	ibno_left_nav.makeMenu('sub3_4_','top3_',"Golf Outing",JS_Global_URL_Subdir_Secured+'golf_outing.asp')
	ibno_left_nav.makeMenu('sub3_5_','top3_',"Clambake",JS_Global_URL_Subdir_Secured+'clambake.asp')
	ibno_left_nav.makeMenu('sub3_6_','top3_','Photos',JS_Global_URL_Subdir_Secured+'http://picasaweb.google.com/ibno5835', target="_blank")
ibno_left_nav.makeMenu('top4_','','&#149;&nbsp;Continuing Education',JS_Global_URL_Subdir_NonSec+'coming_soon.asp')
	ibno_left_nav.makeMenu('sub4_0_','top4_','CE Guidelines',JS_Global_URL_Subdir_Secured+'continuing_education.asp')
ibno_left_nav.makeMenu('top5_','','&#149;&nbsp;Resources')
	ibno_left_nav.makeMenu('sub5_0_','top5_','List of Affiliates',JS_Global_URL_Subdir_Secured+'http://web.memberclicks.com/mc/directory/viewallmembers.do?orgId=ibno&masthead=true')
	ibno_left_nav.makeMenu('sub5_1_','top5_','Insurance Web Sites',JS_Global_URL_Subdir_Secured+'insurance_sites.asp')
ibno_left_nav.makeMenu('top6_','','&#149;&nbsp;Contact Us',JS_Global_URL_Subdir_Secured+'contact.asp')
ibno_left_nav.makeMenu('top9_','','&#149;&nbsp;Committee Login',JS_Global_URL_Subdir_NonSec+'committee_login.asp')

//Leave this line - it constructs the menu
ibno_left_nav.construct()

