
/*****************************************************************************
Copyright (c) 2001 Thomas Brattli (webmaster@dhtmlcentral.com)

DHTML coolMenus - Get it at coolmenus.dhtmlcentral.com
Version 4.0_beta
This script can be used freely as long as all copyright messages are
intact.

Extra info - Coolmenus reference/help - Extra links to help files **** 
CSS help: http://192.168.1.31/projects/coolmenus/reference.asp?m=37
General: http://coolmenus.dhtmlcentral.com/reference.asp?m=35
Menu properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=47
Level properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=48
Background bar properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=49
Item properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=50
******************************************************************************/

oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

//Menu properties   
oCMenu.pxBetween=5 // space between each menu
//oCMenu.fromLeft=150// positioning
oCMenu.fromLeft=0// positioning
oCMenu.fromTop=104// positioning
oCMenu.rows=1 // 0= vertical, 1 = horizontal
oCMenu.menuPlacement=""  // alignment on the page..   leave blank if you want to have absolute positioning. 
                                                             
oCMenu.offlineRoot="" 
oCMenu.onlineRoot="" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="http://www.tfnn.com/images/menubar.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="1000"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX="menu"
oCMenu.barY="menu"
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//Level properties - ALL properties have to be specified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=110
oCMenu.level[0].height=20
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=1
oCMenu.level[0].borderY=1
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=0
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="bottom" // How the sub menu is going to open  left, right, top, bottom.

//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)

//oCMenu.level[1].width=100
oCMenu.level[1].width=oCMenu.level[0].width-2
oCMenu.level[1].height=13
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].offsetX=0
//oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2+20
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"
oCMenu.level[1].align="bottom" 


oCMenu.makeMenu('top0','','&nbsp;&nbsp;Home','http://www.tfnn.com/index.php')

oCMenu.makeMenu('top2','','Our Company','http://www.tfnn.com/mission.php')
	oCMenu.makeMenu('sub20','top2','&nbsp;Mission','http://www.tfnn.com/mission.php')
	oCMenu.makeMenu('sub21','top2','&nbsp;Tom O\'Brien','http://www.tfnn.com/tom_obrien.php')
	oCMenu.makeMenu('sub22','top2','&nbsp;Contact Us','http://www.tfnn.com/contact.php')
	oCMenu.makeMenu('sub23','top2','&nbsp;In The News','http://www.tfnn.com/in_the_news.php')
	oCMenu.makeMenu('sub24','top2','&nbsp;Testimonials','http://www.tfnn.com/testimonials.php')
	
oCMenu.makeMenu('top3','','Tiger Store','http://www.safe-sure.net/store/merchant.mv?Screen=SFNT&Store_Code=05')
	oCMenu.makeMenu('sub30','top3','&nbsp;Financial Books','http://www.safe-sure.net/store/merchant.mv?Screen=CTGY&Store_Code=05&Category_Code=FB')
	oCMenu.makeMenu('sub31','top3','&nbsp;Video Seminars','http://www.safe-sure.net/store/merchant.mv?Screen=CTGY&Store_Code=05&Category_Code=VIDEO')
	oCMenu.makeMenu('sub32','top3','&nbsp;Workshops','http://www.safe-sure.net/store/merchant.mv?Screen=CTGY&Store_Code=05&Category_Code=WS')
	oCMenu.makeMenu('sub33','top3','&nbsp;Software','http://www.safe-sure.net/store/merchant.mv?Screen=CTGY&Store_Code=05&Category_Code=SW')
	oCMenu.makeMenu('sub34','top3','&nbsp;Newsletters','http://www.safe-sure.net/store/merchant.mv?Screen=CTGY&Store_Code=05&Category_Code=NL')

oCMenu.makeMenu('top4','','Radio Shows','http://www.tfnn.com/listen_live.php')
oCMenu.makeMenu('sub40','top4','&nbsp;Listen Live','http://www.tfnn.com/listen_live.php')
	oCMenu.makeMenu('sub41','top4','&nbsp;Radio Stations','http://www.tfnn.com/current_stations.php')
	oCMenu.makeMenu('sub43','top4','&nbsp;Archived Shows','http://www.tfnn.com/archived_shows.php')
	oCMenu.makeMenu('sub44','top4','&nbsp;Contributors','http://www.tfnn.com/contributors.php')

oCMenu.makeMenu('top5','','Tiger University','http://www.tfnn.com/university.php')
	oCMenu.makeMenu('sub50','top5','&nbsp;University Courses','http://www.tfnn.com/u_courses.php')
	oCMenu.makeMenu('sub51','top5','&nbsp;Online Library','http://www.tfnn.com/u_library.php')
	oCMenu.makeMenu('sub52','top5','&nbsp;University Bookstore','http://www.tfnn.com/u_bookstore.php')
	
oCMenu.makeMenu('top6','','&nbsp;&nbsp;&nbsp;&nbsp;Workshops','http://www.tfnn.com/2006.php')
	oCMenu.makeMenu('sub60','top6','&nbsp;&nbsp;&nbsp;Schedule','http://www.tfnn.com/2006.php')

oCMenu.makeMenu('top7','','Advertising','http://www.tfnn.com/advertising.php')
	oCMenu.makeMenu('sub70','top7','&nbsp;Radio Ads','http://www.tfnn.com/advertising_radio.php')
	oCMenu.makeMenu('sub71','top7','&nbsp;Online Ads','http://www.tfnn.com/advertising_web.php')
	
oCMenu.makeMenu('top8','','ETFs','http://www.tfnn.com/funds.php')
	oCMenu.makeMenu('sub80','top8','&nbsp;ETFs','http://www.tfnn.com/funds.php')



//Leave this line
oCMenu.construct()

// This is necessary for when the browser window is resized.
// Dont need it on this one since there is only 1 menu.			
//oCMenu.onresize="location.reload();"
