// 1. transparancy of the items
// 2. left position of the whole menu
// 3. height position of the whole menu
// 4. width of the head items of the menu
// 5. top of the head items of the menu
// 6. space between the head items
// 7. width of the border of the head items
// 8. bordercolor of the head items
// 9. 1 to set the head items bold , 1 to set the head items normal
// 10. font-size of the head items
// 11. font-family of the head items
// 12. border style of the head items
// 13. space between the header and the items
// 14. width of the items
// 15. heigth of the items
// 16. width of the border items
// 17. color of the item border
// 18. border style of the items
// 19. font size of the items
// 20. font-family of the items
// 21. space between the item panels (multi-level)
// 22. left padding in the head item block
// 23. top padding in the head item block
// 24. icon at the left when there are subitems

//link ==>            [text,url,target,text_color,background_color,text_color_onmouseover,background_color_onmouseover]
//link with items ==> [text,url,target,text_color,background_color,text_color_onmouseover,background_color_onmouseover,[items]] 
//				

  LeftMenuProps = [95,0,-3,150,22,-1,1,'#bbcbdb',1,13,'Arial', 
				'solid', -15,155,25,1,'#000000','solid',11,'cursive',-1,2,2,'../Images/favicon.ico'];

  LeftMenuLinks =[
  	['Site Navigation',null,'','red','black','red','black'],
	
	['Home','../index.asp','','#3399FF','black','orange','black'],

	['Guild Info','../guild/index.asp','','#3399FF','black','orange','black'],

	['Teamspeak','../chat/index.asp','','#3399FF','black','orange','black'],

	['Guides','../guides/guides.asp','','#3399FF','black','orange','black'],

	['Leveling','../leveling/index.asp','','#3399FF','black','orange','black'],

	['Attunements','../attunement/index.asp','','#3399FF','black','orange','black'],

	['BC Dungeons','../Dungeon/index.asp','','#3399FF','black','orange','black'],

	['Raiding','../raids/index.asp','','#3399FF','black','orange','black'],

	['Pre Kara Gear','../raids/gear.asp','','#3399FF','black','orange','black'],
	
	['Raid Group Progress','../raids/raidGroups.asp','','#3399FF','black','orange','black'],

	['Add-ons','../addons/index.asp','','#3399FF','black','orange','black'],

	['LINKS','../links/index.asp','','#3399FF','black','orange','black']
];

//window.onload = correctsize;
//window.onresize = correctsize;
//window.onresize = fresh;