// The following line is critical for menu operation, and must appear only once.
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

timegap=500
followspeed=5
followrate=40
suboffset_top=0;
suboffset_left=10;

effect = "fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=6)"

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.
"4D5E74",							// Mouse Off Font Color
"EDEDED",							// Mouse Off Background Color
"ffffff",							// Mouse On Font Color
"636B74",							// Mouse On Background Color
"F3F3F3",							// Menu Border Color 
11,									// Font Size in pixels
"normal",							// Font Style (italic or normal)
"bold",							// Font Weight (bold or normal)
"Arial;",							// Font Name
1,									// Menu Item Padding
,									// Sub Menu Image (Leave this blank if not needed)
"242835",							// 3D Border & Separator bar
"242835",							// 3D High Color
"C6D1DB",							// 3D Low Color
"ffffff",							// Referer Item Font Color (leave this blank to disable)
"636B74",							// Referer 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)
]

addmenu(menu=[
"menu8",							// this is the array that contains your menu properties and details
100,									// Top
10,									// left
130,								// Width
1,									// Border Width
"",									// Screen Position - here you can use "center;middle;right"
style1,								// Properties Array - 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
effect,								// Filter - Text variable for setting transitional effects on menu activation
0,									// Follow Scrolling - Tells this menu item to follow the user down the screen
, 									// 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
,
,
,
,
,
,
,
,
,

"&nbsp;&nbsp;HOME","INDEX.ASP # backimage=images/intrabut.gif; overbackimage=images/intrabut-mo.gif;",,,0,
"&nbsp;&nbsp;ABOUT US","aboutus.ASP # backimage=images/intrabut.gif; overbackimage=images/intrabut-mo.gif;",,,0,
"&nbsp;&nbsp;SHOWROOMS","showrooms.ASP # backimage=images/intrabut.gif; overbackimage=images/intrabut-mo.gif;",,,0,
"&nbsp;&nbsp;CUSTOM SINKS","customsinks.ASP # backimage=images/intrabut.gif; overbackimage=images/intrabut-mo.gif;",,,0,
"&nbsp;&nbsp;MAINTENANCE","maintenance.ASP # backimage=images/intrabut.gif; overbackimage=images/intrabut-mo.gif;",,,0,
"&nbsp;&nbsp;POINTS OF INTEREST","pointsofinterest.ASP # backimage=images/intrabut.gif; overbackimage=images/intrabut-mo.gif;",,,0,
"&nbsp;&nbsp;WARRANTY","warranty.ASP # backimage=images/intrabut.gif; overbackimage=images/intrabut-mo.gif;",,,0,
"&nbsp;&nbsp;AWARDS","awards.ASP # backimage=images/intrabut.gif; overbackimage=images/intrabut-mo.gif;",,,0,
"&nbsp;&nbsp;PHOTOGRAPHS","pictures.ASP # backimage=images/intrabut.gif; overbackimage=images/intrabut-mo.gif;",,,0,
"&nbsp;&nbsp;CONTACT US","contact.asp # backimage=images/intrabut.gif; overbackimage=images/intrabut-mo.gif;",,,1
])

dumpmenus() // This must be the last line in this file

