topMenu = new makeCM('topMenu')
topMenu.pxBetween=0
topMenu.fromLeft=20
topMenu.fromTop=129
topMenu.rows=1
topMenu.menuPlacement="center"

topMenu.offlineRoot = "/local/home/jswift/singlewingfootball.com"
topMenu.onlineRoot = "/"
topMenu.resizeCheck = 1
topMenu.wait = 200
topMenu.fillImg="images/cm_fill.gif"
topMenu.zIndex=1

topMenu.level[0] = new cm_makeLevel()
topMenu.level[0].width = 127
topMenu.level[0].height = 24
topMenu.level[0].regClass = "cl2Level0"
topMenu.level[0].overClass = "cl2Level0over"
topMenu.level[0].borderX=0
topMenu.level[0].borderY=0
topMenu.level[0].borderClass="cl2Level0border"
topMenu.level[0].offsetX=0
topMenu.level[0].offsetY=2
topMenu.level[0].rows=0
topMenu.level[0].arrow=0
topMenu.level[0].arrowWidth=0
topMenu.level[0].arrowHeight=0
topMenu.level[0].align="bottom"

topMenu.level[1] = new cm_makeLevel()
topMenu.level[1].width = ""
topMenu.level[1].height = 20
topMenu.level[1].regClass = "cl2Level1"
topMenu.level[1].overClass = "cl2Level1over"
topMenu.level[1].borderX=1
topMenu.level[1].borderY=1
topMenu.level[1].borderClass="cl2Level1border"
topMenu.level[1].offsetX=-1
topMenu.level[1].offsetY=0
topMenu.level[1].align="bottom"


topMenu.makeMenu('home','','','http://www.singlewingfootball.com/index2.htm','','96','18','/www.singlewingfootball.com/images/home_off.gif','/www.singlewingfootball.com/images/home_on.gif')
topMenu.makeMenu('book','','','http://www.singlewingfootball.com/contents.htm','','96','18','/www.singlewingfootball.com/images/book_off.gif','/www.singlewingfootball.com/images/book_on.gif')
	topMenu.makeMenu('sub101','book','<img src="images/spacer.gif" width="5" height="20" align="absmiddle" border="0">Contents','http://www.singlewingfootball.com/contents.htm','','96','18')
	topMenu.makeMenu('sub102','book','<img src="images/spacer.gif" width="5" height="20" align="absmiddle" border="0">Preface','http://www.singlewingfootball.com/excerpts-preface.htm','','96','18')
	topMenu.makeMenu('sub103','book','<img src="images/spacer.gif" width="5" height="20" align="absmiddle" border="0">Play No. 34','http://www.singlewingfootball.com/excerpts-play34.htm','','96','18')
	topMenu.makeMenu('sub104','book','<img src="images/spacer.gif" width="5" height="20" align="absmiddle" border="0">Double Reverse','http://www.singlewingfootball.com/excerpts-play21.htm','','96','18')
	topMenu.makeMenu('sub105','book','<img src="images/spacer.gif" width="5" height="20" align="absmiddle" border="0">Buy the Book','http://www.singlewingfootball.com/purchase.htm','','96','18')
topMenu.makeMenu('author','','','http://www.singlewingfootball.com/bio.htm','','96','18','/www.singlewingfootball.com/images/author_off.gif','/www.singlewingfootball.com/images/author_on.gif')
topMenu.makeMenu('testimonials','','','http://www.singlewingfootball.com/testimonials.htm','','128','18','/www.singlewingfootball.com/images/testimonials_off.gif','/www.singlewingfootball.com/images/testimonials_on.gif')
topMenu.makeMenu('contact','','','http://www.singlewingfootball.com/contact.htm','','96','18','/www.singlewingfootball.com/images/contact_off.gif','/www.singlewingfootball.com/images/contact_on.gif')
	
	
//Leave this line - it constructs the menu
topMenu.construct()