
<!--
	// DHTML Menu version 3.0 (beta)
	// written by Andy Woolley
	// Copyright 2001 Andy Woolley. All Rights Reserved.
	//
	// Please feel free to use this code on your own website free of charge.
	// You can also distribute and modify this source code as long as this
	// Copyright notice remains intact and that you send me notice that you
	// intend to use this code on your website. 
	//
	// Support for this menu is provided, all you have to do is ask :-)
	// You can send email to menu3@milonic.com 
timegap=400
followspeed=5
followrate=40
suboffset_top=5;
suboffset_left=10;

effect = "wipe(duration=0);"

prop1=[						// prop1 is an array of properties for the main nav bar
"ffffff",					// Off Font Color
"840909",					// Off Back Color
"ffffff",					// On Font Color
"4C0202",					// On Back Color
"ffffff",					// Border Color
8,							// Font Size
"normal",					// Font Style 
"medium",					// Font Weight
"Verdana,arial,tahoma",			// Font
5,							// Padding
"/images/nav_arrow.gif",	// Sub Menu Image (Leave blank if not needed)
0,							// 3D Border & Separator
"666666",					// 3D High Color
"999999",					// 3D Low Color
"",							// Referer item Font Color (leave this blank to disable)
"",							// Referer item Back Color (leave this blank to disable)
]


prop2=[						// prop2 is an array of properties for the sub menus
"ffffff",					// Off Font Color
"D66D0F",					// Off Back Color
"ffffff",					// On Font Color
"975112",					// On Back Color
"ffffff",					// Border Color
8,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Verdana,Helvetica,trebuchet MS,sans-serif",	// Font
5,							// Padding
"",							// Sub Menu Image (Leave blank if not needed)
0,							// 3D Border & Separator
"555555",					// 3D High Color
"555555",					// 3D Low Color
"",							// Referer item Font Color (leave this blank to disable)
"",							// Referer item Back Color (leave this blank to disable)
]

menu1=[						// This is the array that contains your menu properties and details
227,						// Top
1,							// left
131,						// Width
1,							// Border Width
"left",		        			// Screen Position - here you can use "center;left;right;middle;top;bottom"
prop1,						// Properties Array - this is set higher up, as above
1,							// Always Visible - allows the menu item to be visible at all time
"left",						// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,							// Filter - Text variable for setting transitional effects on menu activation
0,							// Follow Scrolling - Tells the menu item to follow the user down the screen
0, 							// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,							// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
"right",					// Position of sub image left:center:right:middle:top:bottom
"",							// Show an image on top menu bars indicating a sub menu exists below
,							// Reserved for future use



// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
//"<img src='/images/slogan.gif' border='0' width=280' height='18'>",",",",",,1,

"Home","/page.asp?section=home",",",,1,
"Products","show-menu2",,,1,
"Photo Gallery","/imagedhandler1/photogallery.asp",",",,1,
"Specials","/specials.asp",",",,1,
"Sqr Foot Calculator","/calculator.asp",",",,1,
"Chandeliers","/page.asp?section=chandeliers",",",,1,
"Flooring Tip","/page.asp?section=tips",",",,1,
"Contact Us","/page.asp?section=contactus",",",,1

]

menu2=[
,,150,1,"",prop2,,"left",effect,,,,,,,
"Tiles","/page.asp?section=tiles",,,1,
"Wood","/page.asp?section=wood",,,1,
"Carpet","/page.asp?section=carpet",,,1,
"Laminate","/page.asp?section=laminate",,,1,
"Chandeliers","/page.asp?section=chandeliers",",",,1,
"Name Brands","/brands.asp",",",,1
]


//-->