/*Variables for each menu item: (** means that they have to be spesified!)

name: The name of the item. This must be unique for each item. Do not use spaces or strange charachters in this one! **

parent: The name of the menuitem you want this to "connect" to. This will be a submenu of the item that have the name you place in here. ** for all other then the topitems

text: The text you want in the item. ** (except if you use images) 

link: The page you want this item to link to.

target: The target window or frame you want the link to go to (Default is same window if you're not using frames, and the mainframe if you're using frames)

width: The width of the element. If not spesified it will get the default width spesified above.

height: The height of the element. If not spesified it will get the default height spesified above.

img1: The "off" image for element if you want to use images.

img2: The image that appears onmouseover if using images.

bgcoloroff: The background color for this item. If not spesified it will get the default background color spesified above.

bgcoloron: The "on" background color for this item. If not spesified it will get the default "on" background color spesified above.

textcolor: The text color for this item. If not spesified it will get the default text color spesified above.

hovercolor: The "on" text color for this item. If not spesified it will get the default "on" text color spesified above. Netscape4 ignores this

onclick: If you want something to happen when the element is clicked (different from going to a link) spesifiy it here.

onmouseover: This will happen when you mouseover the element. Could be status text, another imageswap or whatever.

onmouseout: This will happen when you mouseout the element.



Remember you can have as many levels/sublevels as you want. Just make sure you spesify the correct "parent" for each item.

To set styles for each level see above.

*/

oCMenu.makeMenu('top0','','','index.htm','',0,0,'image/home_off.gif','image/home_on.gif')
	
oCMenu.makeMenu('top1','','','societa.htm','',0,0,'image/societa_off.gif','image/societa_on.gif')

oCMenu.makeMenu('top2','','','news2007.htm','',0,0,'image/news_off.gif','image/news_on.gif')

oCMenu.makeMenu('top3','','','season2007.htm','',0,0,'image/season_off.gif','image/season_on.gif')

oCMenu.makeMenu('top4','','','roster2007.htm','',0,0,'image/roster_off.gif','image/roster_on.gif')
	
oCMenu.makeMenu('top5','','','costruzione_campo.htm','',0,0,'image/campo_off.gif','image/campo_on.gif')
	
oCMenu.makeMenu('top6','','','forum/default.asp','',0,0,'image/forum_off.gif','image/forum_on.gif')


oCMenu.makeStyle(); 

oCMenu.construct();