menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}



effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#CCCCCC', Direction=135, Strength=2)"


timegap=500			// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=4;	// Sub menu offset Top position 
suboffset_left=6;	// Sub menu offset Left position
closeOnClick = true

style1=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000000",				// Mouse Off Font Color
"#FFFFFF",			// Mouse Off Background Color
"#000000",			// Mouse On Font Color
"#C2CDE0",			// Mouse On Background Color
"333333",			// Menu Border Color 
10,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",				// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
2,					// Menu Item Padding
"",		// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"66ffff",			// 3D High Color
"000099",			// 3D Low Color
"000000",			// Current Page Item Font Color (leave this blank to disable)
"#AAAAAA",				// Current Page Item Background Color (leave this blank to disable)
"",		// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"000099",			// Menu Header Background Color (Leave blank if headers are not needed)
"003366",				// Menu Item Separator Color
]
// top, left

addmenu(menu=["links",120,850,130,1,"",style1,,"left",effect,,,,,,,,,,,,		
	,"Enterprise Connect","/mediakit/content/ec.asp",,,1	
	,"SMB Forum","/mediakit/content/smb.asp",,,1
])	

addmenu(menu=["sementSites",178,500,100,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Security","/newsite/content/security.asp",,,1
	,"Storage","/newSite/content/storage.asp",,,1
	,"Networking","/newSite/content/networking.asp",,,1
	,"Mobility","/newSite/content/mobility.asp",,,1
])
    
dumpmenus()