



// 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

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

effect = "Fade(duration=0.4);Alpha(style=0, opacity=90)"


timegap=1500				// The time delay for menus to remain visible
followspeed=6			// Follow Scrolling speed
followrate=140			// Follow Scrolling Rate
suboffset_top=-6;		// Sub menu offset Top position 
suboffset_left=-5;		// Sub menu offset Left position





menu_properties=[		// Menu Properties Array
"ffffff",				// Off Font Color
"000000",				// Off Back Color
"A758B6",				// On Font Color
"000000",				// On Back Color
"000000",				// Border Color
"3mm",						// Font Size
"bold",				// Font Style
"normal",				// Font Weight
"Verdana",		// Font
6,						// Padding
""		// Sub Menu Image
,1						// 3D Border & Separator
,"000000"				// 3D High Color
,"000000"				// 3D Low Color
]


addmenu(menu=[			// This is the array that contains your menu properties and details
"dyn_mainmenu",				// Menu items Name
148,						// Top
,						// left
171,					// Width
0,						// Border Width
"center",						// Screen Position - here you can use "center;left;right;middle;top;bottom"
menu_properties,		// 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
"Fade(duration=0.5)",				// Filter - Text variable for setting transitional effects on menu activation
0,						// Follow Scrolling - Tells the menu item to follow the user down the screen
1, 						// 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
1,						// Position of sub image left:center:right:middle:top:bottom
1,						// Show an image on top menu bars indicating a sub menu exists below
,						// Reserved for future use
,,,,					// Reserved for future use
,						// Reserved for future use
,"&nbsp;web services","show-menu=web",,,0
,"&nbsp;about us","http://siteowner.net/about.htm",,,0
,"&nbsp;support / contact","http://siteowner.net/support.htm",,,0
])


addmenu(menu=["web",
,,190,4,"",menu_properties,0,,effect,,,,,,,,,,,,
,"&nbsp;web presence packages","http://siteowner.net/web_presence.htm",,,0
,"&nbsp;online marketing tools","http://siteowner.net/modules.htm",,,0
,"&nbsp;e-commerce/business tools","http://siteowner.net/merchant_account.htm",,,0
,"&nbsp;industry specific modules","industry_specific.htm",,,0
,"&nbsp;hosting services","http://siteowner.net/hosting.htm",,,0
])

addmenu(menu=["tools",
,,190,4,"",menu_properties,0,,effect,,,,,,,,,,,,
,"&nbsp;branded toolbar","http://siteowner.net/toolbar.htm",,,0
])

addmenu(menu=["multimedia",
,,190,4,"",menu_properties,0,,effect,,,,,,,,,,,,
,"&nbsp;flash product presentations","http://siteowner.net/flash.htm",,,1
,"&nbsp;digital media branding","http://siteowner.net/digital_media_branding.htm",,,1
])

addmenu(menu=["print",
,,190,4,"",menu_properties,0,,effect,,,,,,,,,,,,
,"&nbsp;promotional media","http://siteowner.net/promo_items.htm",,,0
,"&nbsp;business literature","http://siteowner.net/biz_lit.htm",,,0
])


addmenu(menu=["speaker2",
,,,4,"",menu_properties,,,"pixelate(sqaures=Radial, duration=0.5)",,,,,,,,,,,,
,"<img border=0 src=images/spk1.gif>","http://www.russound.com/",,,0
])


addmenu(menu=["distlocator",
,,120,4,"",menu_properties,0,,effect,,,,,,,,,,,,
,"&nbsp;International","international_distributor.htm",,,0
,"&nbsp;Domestic","domestic_distributor",,,0
])















//////////////////////////////////
// Editable properties END here //
//////////////////////////////////

dumpmenus() // This must be the last line in this file
