
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


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

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.
"yellow",					// Mouse Off Font Color
"000099",				// Mouse Off Background Color
"blue",				// Mouse On Font Color
"yellow",				// Mouse On Background Color
"000000",				// Menu Border Color 
9,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// 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)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"Purple",				// Current Page Item Font Color (leave this blank to disable)
"pink",					// Current Page Item Background Color (leave this blank to disable)
"images/arrowdn.gif",			// 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)
]



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
0,					// Menu Top - The Top position of the menu in pixels
157,				// Menu Left - The Left position of the menu in pixels
80,					// Menu Width - Menus width in pixels
1,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// 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)
"center",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// 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)
,					// 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)
,					// 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)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"About&nbsp;Us&nbsp;&nbsp;","show-menu=about",,"About Us",1
,"Service&nbsp;Area&nbsp;&nbsp;","show-menu=area",,"Service Area",1
,"Our&nbsp;Services&nbsp;&nbsp;","show-menu=services",,"Our Services",1
,"Spot&nbsp;Removal&nbsp;Guide&nbsp;&nbsp;","show-menu=spotguide",,"Spot Removal Guide",1
,"FAQs&nbsp;&nbsp;","show-menu=faq",,"FAQs",1
,"Consumer&nbsp;Info&nbsp;&nbsp;","show-menu=consinfo",,"Consumer Info",1
,"Contact&nbsp;Us&nbsp;&nbsp;","show-menu=contact",,"Contact Us",1

])


addmenu(menu=["about",,,140,1,,style1,0,"left","randomdissolve(duration=0.5);Shadow(color='#999999', Direction=135, Strength=5)",0,,,,,,,,,,,
	,"About Us","http://cleaning.sytes.net/ultimate/about.htm",,"About Ultimate Carpet & Upholstery Cleaning",1
	,"Testimonials&nbsp;&nbsp;","show-menu=testim",,"Testimonials",1
	,"Feedback","http://users.boardnation.com/~ultimatecarpet",,"Tell Us About Your Experience With Ultimate Carpet & Upholstery Cleaning",1
	,"Contact&nbsp;Us&nbsp;&nbsp;","show-menu=contact1",,"Contact Us",1
	])

		addmenu(menu=["contact1",,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Customer Service Bulletin Board","http://users.boardnation.com/~ultimatecarpet",,"Customer Service Bulletin Board",1
	,"Customer Service Form","http://cleaning.sytes.net/ultimate/contact.htm",,,1
	,"E-Mail","mailto:customerservice@ultimate-carpet.com",,,1
	,"(440)257-6401","",,,1
	,"(800)829-5343","",,,1
	,"Fax:(360)361-2719","",,,1
	])

	
	addmenu(menu=["area",
	,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<b>Northeast Ohio</b>","http://cleaning.sytes.net/ultimate/area.htm",,"Proudly Serving Northeast Ohio",1
	,"Lake County","http://cleaning.sytes.net/ultimate/area.htm",,"Proudly Serving Lake County",1
	,"Geauga County","http://cleaning.sytes.net/ultimate/area.htm",,"Proudly Serving Geauga County",1
	,"Cuyahoga County","http://cleaning.sytes.net/ultimate/area.htm",,"Proudly Serving Cuyahoga County",1
	])
	
	
	addmenu(menu=["services",
	,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Carpet Cleaning","show-menu=carpet",,,1
	,"Upholstery Cleaning","show-menu=upholstery",,,1
	,"Oriental Rug Cleaning","show-menu=orientals",,,1
	,"Cars, Boats, Planes, RVs","show-menu=vehicles",,,1
	,"Pet Odor Decon","show-menu=petodor",,,1
	,"Restoration Cleaning","show-menu=restoration",,,1
	,"Spot Dyeing","show-menu=spotdye",,,1
	,"Carpet Repair","show-menu=repair",,,1
	,"24 Hour Flood Cleanup","show-menu=flood",,,1
	])
	
	
		addmenu(menu=["carpet",
		,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Our Cleaning Process","http://cleaning.sytes.net/ultimate/carpet.htm",,,0
		])
		
		addmenu(menu=["upholstery",
		,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Seeing is believing","http://cleaning.sytes.net/ultimate/upholstery.htm",,,0
		])
			
		addmenu(menu=["orientals",
		,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Oriental Rug Cleaning","http://cleaning.sytes.net/ultimate/orientals.htm",,,0		
		])
		
		addmenu(menu=["vehicles",
		,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Cars, Boats, Planes, RVs","http://cleaning.sytes.net/ultimate/vehicles.htm",,,0		
		])
		
		addmenu(menu=["petodor",
		,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Pet Odor Decon","http://cleaning.sytes.net/ultimate/petodor.htm",,,0		
		])
		
		addmenu(menu=["restoration",
		,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Restoration Cleaning","http://cleaning.sytes.net/ultimate/restoration.htm",,,0		
		])
		
		addmenu(menu=["spotdye",
		,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Spot Dyeing","http://cleaning.sytes.net/ultimate/spotdye.htm",,,0		
		])
		
		addmenu(menu=["repair",
		,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Carpet Repair","http://cleaning.sytes.net/ultimate/repair.htm",,,0		
		])
		
		
		addmenu(menu=["flood",
		,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"24 Hour Flood Cleanup","http://cleaning.sytes.net/ultimate/flood.htm",,,0		
		])
		

	addmenu(menu=["spotguide",,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Disclaimer","http://cleaning.sytes.net/ultimate/spot.htm",,,1
	
	])
	
	addmenu(menu=["faq",,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Frequently Asked Questions","http://cleaning.sytes.net/ultimate/faq.htm",,,1
	])
	
	addmenu(menu=["consinfo",,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Newsletter&nbsp;&nbsp;","show-menu=newsletter",,"Newsletter",1
	,"Consumer Information","http://cleaning.sytes.net/ultimate/consinfo.htm",,,1
	
	,"Clean for Health&nbsp;&nbsp;","show-menu=health",,"Clean for Health",1
	,"Customer Service Bulletin Board","http://users.boardnation.com/~ultimatecarpet",,"Customer Service Bulletin Board",1
	])
	
		
	
		addmenu(menu=["newsletter",
		,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Sign Up Now","http://cleaning.sytes.net/ultimate/newsletter.htm",,,0		
		])
		
		addmenu(menu=["health",,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Clean for Health","http://cleaning.sytes.net/ultimate/health.htm",,,1
	])
		
	
	addmenu(menu=["testim",,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Testimonials","http://cleaning.sytes.net/ultimate/testim.htm",,,1
	])
	
	
	
	addmenu(menu=["newsletter",,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Sign Up","http://cleaning.sytes.net/ultimate/newsletter.htm",,,1
	])
	
	addmenu(menu=["specials",,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Current Specials","http://cleaning.sytes.net/ultimate/specials.htm",,,1
	])
	
	addmenu(menu=["contact",,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Customer Service Bulletin Board","http://users.boardnation.com/~ultimatecarpet",,"Customer Service Bulletin Board",1
	,"Customer Service Form","http://cleaning.sytes.net/ultimate/contact.htm",,,1
	,"E-Mail","mailto:customerservice@ultimate-carpet.com",,,1
	,"(440)257-6401","",,,1
	,"(800)829-5343","",,,1
	,"Fax:(360)361-2719","",,,1
	])
	
	addmenu(menu=["friends",,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"eFriends","http://cleaning.sytes.net/ultimate/friends.htm",,,1
	])
	

	

dumpmenus()