	//oCMenu.barwidth="100%" //The width of the background bar. Set this to "menu" if you want it to be the same width as the menu. (this will change to match the border if you have one) - Value: px || "%" || "menu"

	oCMenu.makeMenu('top0','','<center>Forecast Model</center>','Bathy.asp','_top')
	//oCMenu.makeMenu('sub01','top1','Forecast Model','Bathy.asp', '_top')

	oCMenu.makeMenu('top1','','<center>Time Series</center>','TSMap.asp','_top')
	//oCMenu.makeMenu('sub11','top1','Timeseries - Map','TSMap.asp','_top')
	
	oCMenu.makeMenu('top2','','<center>Animations</center>')
	oCMenu.makeMenu('sub21','top2','Tide & current','Gulf_elevation.asp', '_top')
	oCMenu.makeMenu('sub22','top2','Wind conditions','Gulf_wind.asp', '_top')
	oCMenu.makeMenu('sub23','top2','Waves','Gulf_wave.asp', '_top')
	oCMenu.makeMenu('sub24','top2','Flight','Flight.asp', '_top')

	oCMenu.makeMenu('top3','','<center>Tabular Data</center>','Table.asp', '_top')
	//oCMenu.makeMenu('sub31','top3','Timeseries - Tables','Table.asp', '_top')
	
	oCMenu.makeMenu('top4','','<center>Subscription</center>','subscription.asp', '_top')
	//oCMenu.makeMenu('sub41','top4','Subscription','subscription.asp', '_top')
	
	oCMenu.makeMenu('top5','','<center>Links</center>')
	oCMenu.makeMenu('sub51','top5','Waterforecast','http://www.waterforecast.com', '_blank')
	oCMenu.makeMenu('sub52','top5','DHI Water & Environment','http://www.dhigroup.com', '_blank')
	oCMenu.makeMenu('sub54','top5','Oceanweather Inc','http://www.oceanweather.com', '_blank')
    
	oCMenu.makeMenu('top6','','<center>Front page</center>','http://www.waterforecast.com/Gulf/default.asp', '_top')


	//Leave this line! (Making the styles and then) constructing the menu
	oCMenu.construct();
	