//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
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)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

timegap=500		              // The time delay for menus to remain visible
followspeed=5	    		  // Follow Scrolling speed
followrate=10				  // Follow Scrolling Rate
suboffset_top=5               // Sub menu offset Top position
suboffset_left=10             // Sub menu offset Left position
closeOnClick = true

mainProperties=[              // mainProperties is an array of properties. You can have as many property arrays as you need
"",                           // Mouse Off Font Color
"",                           // Mouse Off Background Color (use zero for transparent in Netscape 6)
"",                           // Mouse On Font Color
"",                           // Mouse On Background Color
"",       		              // Menu Border Color
,                             // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"normal",                     // Font Weight (bold or normal)
,                             // Font Name
0,                            // Menu Item Padding or spacing
,                             // Sub Menu Image (Leave this blank if not needed)
0,                            // 3D Border & Separator bar
,                             // 3D High Color
,                             // 3D Low Color
,                             // Current Page Item Font Color (leave this blank to disable)
,                             // Current Page Item Background Color (leave this blank to disable)
,                             // Top Bar image (Leave this blank to disable)
,                             // Menu Header Font Color (Leave blank if headers are not needed)
,                             // Menu Header Background Color (Leave blank if headers are not needed)
"",                           // Menu Item Separator Color
]

subPropertiesCompany=[		// subProperties is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"333333",			// Mouse Off Font Color
"f6f6f6",			// Mouse Off Background Color
"ffffff",			// Mouse On Font Color
"999999",			// Mouse On Background Color
"ffffff",			// Menu Border Color 
10,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",			// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
4,					// Menu Item Padding
"",					// Sub Menu Image (Leave this blank if not needed)
1,					// 3D Border & Separator bar
"ffffff",			// 3D High Color
"cccccc",			// 3D Low Color
"ffffff",			// Current Page Item Font Color (leave this blank to disable)
"cccccc",			// Current Page Item Background Color (leave this blank to disable)
"",					// Top Bar image (Leave this blank to disable)
"",					// Menu Header Font Color (Leave blank if headers are not needed)
"",					// Menu Header Background Color (Leave blank if headers are not needed)
"",					// Menu Item Separator Color
]

subPropertiesDomain=[		// subProperties is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"333333",			// Mouse Off Font Color
"f6f6f6",			// Mouse Off Background Color
"ffffff",			// Mouse On Font Color
"99cc33",			// Mouse On Background Color
"ffffff",			// Menu Border Color 
10,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",			// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
4,					// Menu Item Padding
"/images/arrow.gif",					// Sub Menu Image (Leave this blank if not needed)
1,					// 3D Border & Separator bar
"ffffff",			// 3D High Color
"cccccc",			// 3D Low Color
"ffffff",			// Current Page Item Font Color (leave this blank to disable)
"c0df82",			// Current Page Item Background Color (leave this blank to disable)
"",					// Top Bar image (Leave this blank to disable)
"",					// Menu Header Font Color (Leave blank if headers are not needed)
"",					// Menu Header Background Color (Leave blank if headers are not needed)
"",					// Menu Item Separator Color
]

subPropertiesAccess=[		// subProperties is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"333333",			// Mouse Off Font Color
"f6f6f6",			// Mouse Off Background Color
"ffffff",			// Mouse On Font Color
"cc0000",			// Mouse On Background Color
"ffffff",			// Menu Border Color 
10,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",			// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
4,					// Menu Item Padding
"/images/arrow.gif",					// Sub Menu Image (Leave this blank if not needed)
1,					// 3D Border & Separator bar
"ffffff",			// 3D High Color
"cccccc",			// 3D Low Color
"ffffff",			// Current Page Item Font Color (leave this blank to disable)
"ff6464",			// Current Page Item Background Color (leave this blank to disable)
"",					// Top Bar image (Leave this blank to disable)
"",					// Menu Header Font Color (Leave blank if headers are not needed)
"",					// Menu Header Background Color (Leave blank if headers are not needed)
"",					// Menu Item Separator Color
]

subPropertiesWeb=[		// subProperties is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"333333",			// Mouse Off Font Color
"f6f6f6",			// Mouse Off Background Color
"ffffff",			// Mouse On Font Color
"6699cc",			// Mouse On Background Color
"ffffff",			// Menu Border Color 
10,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",			// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
4,					// Menu Item Padding
"/images/arrow.gif",					// Sub Menu Image (Leave this blank if not needed)
1,					// 3D Border & Separator bar
"ffffff",			// 3D High Color
"cccccc",			// 3D Low Color
"ffffff",			// Current Page Item Font Color (leave this blank to disable)
"9BBCDD",			// Current Page Item Background Color (leave this blank to disable)
"",					// Top Bar image (Leave this blank to disable)
"",					// Menu Header Font Color (Leave blank if headers are not needed)
"",					// Menu Header Background Color (Leave blank if headers are not needed)
"",					// Menu Item Separator Color
]

addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
103,					// Menu Top - The Top position of the menu in pixels
,					// Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
0,					// Menu Border Width 
"right",			// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
mainProperties,		// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
,					// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,					// Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
0,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
0,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
"",					// Background image for menu when BGColor set to transparent.
0,					// Scrollable Menu
,					// Reserved for future use
			 		// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
// ,"<img src=/images/space.gif border=0 width=157 height=27>","show-menu=domain","# backimage=/images/menuDomainreg.gif;overbackimage=/images/menuDomainregOn.gif;","Domain Registration Services",0
,"<img src=/images/space.gif border=0 width=110 height=27>","show-menu=web","# backimage=/images/menuWeb.gif;overbackimage=/images/menuWebOn.gif;","Web Hosting Services",0
,"<img src=/images/space.gif border=0 width=98 height=27>","show-menu=company","# backimage=/images/menuCompany.gif;overbackimage=/images/menuCompanyOn.gif;","Company Info",0
,"<img src=/images/menuHome.gif border=0 width=77 height=27>","index.htm swapimage=/images/menuHomeOn.gif;",,"Home",0
,"<img src=/images/menuSpacer.gif border=0>","","#",,0
])

	addmenu(menu=["company",
	,,150,0,"",subPropertiesCompany,,"left","fade(overlap=1.00, duration=0.5);Shadow(color=333333,Direction=115,Strength=2);Alpha(style=0,opacity=95)",,,,,,,,,,,,
	,"Overview","",,"Company Overview",1
	,"Solutions","",,"Working Examples",1
	,"Contact Us","mailto:hosting.com",,"Contact Details",1
	])

	addmenu(menu=["web",
	,,150,0,"",subPropertiesWeb,,"left","fade(overlap=1.00, duration=0.5);Shadow(color=333333,Direction=115,Strength=2);Alpha(style=0,opacity=95)",,,,,,,,,,,,
	,"Plans & Prices","plans.html",,"Plans & Pricing",1
	,"Infrastructure","",,"About Our Network",1
	,"FAQ","",,"Frequently Asked Questions",1
	,"Signup","signup.php",,"Signup",1
	])

	addmenu(menu=["domain",
	,,150,0,"",subPropertiesDomain,,"left","fade(overlap=1.00, duration=0.5);Shadow(color=333333,Direction=115,Strength=2);Alpha(style=0,opacity=95)",,,,,,,,,,,,
	,"Register Domain","",,"Domain Registration",1
	,"Transfer Domain","",,"Domain Transfer",1
	,"Renew Domain","",,"Domain Renewal",1
	,"Domain Pricing","",,"Domain Pricing",1
	,"Domain Whois","",,"Whois Service",1
	])
			
dumpmenus()


