timegap=500					// The time delay for menus to remain visible on mouse off
followspeed=5				// Follow Scrolling speed (higher number makes the scrolling smoother but slower)
followrate=40				// Follow Scrolling Rate (use a minimum of 40 or you may experience problems)
suboffset_top=6;			// Sub menu offset Top position 
suboffset_left=12;			// Sub menu offset Left position

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)"
}

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)}


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.
"FFFFFF",					// Mouse Off Font Color
"003399",					// Mouse Off Background Color
"FFFF00",					// Mouse On Font Color
"FF3300",					// Mouse On Background Color
"000000",					// Menu Border Color
"12px",						// Font Size in pixels
"normal",					// Font Style (italic or normal)
"bold",						// Font Weight (bold or normal)
"Verdana, Tahoma, Arial, Helvetica, sans-serif;",	// Font Name
5,							// Menu Item Padding
"arrow.gif",				// Sub Menu Image (Leave this blank if not needed)
,							// 3D Border & Separator bar
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
,							// Referer Item Font Color (leave this blank to disable)
,							// 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)
]



//effect2 = "Alpha( style=0,opacity=65)"
//effect=""


addmenu(menu=[
"sidemenu",
160,
14,
170,
1,
,
style1,
1,
"left",
effect,
1,
,
,
,
,
,
,
,
,
,
,
,"<b>Home</b>","show-menu=home","default.htm","",1
,"<b>Product features</b>","show-menu=productfeatures","product_features.htm","",1
,"<b>Using the product</b>","show-menu=usingproduct","using_the_product.htm","",1
,"<b>Purchase</b>","show-menu=purchase","orderform.htm","",1
,"<b>FAQ</b>","show-menu=faq","faq.htm","",1
,"<b>Further information</b>","show-menu=furtherinformation","further_information.htm","",1
,"<b>Contact details</b>","show-menu=contactdetails","contact_details.asp","",1
])


	addmenu(menu=["home",,,230,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Sentence builder - L111","demo/items/demo1.htm",,"",1
	,"Balancing scales shoes - L162","demo/items/demo2.htm",,"",1
	,"Shape sorter single Venn - L192","demo/items/demo3.htm",,"",1
	,"Counting ducks 2 counters - L302","demo/items/demo4.htm",,"",1
	,"Money free - L341","demo/items/demo5.htm",,"",1
	,"Counting ducks - R401","demo/items/demo6.htm",,"",1
	,"Counting ducks - T040","demo/items/demo7.htm",,"",1
	,"Five corners - T065","demo/items/demo8.htm",,"",1
	,"Flashy ducks - V401","demo/items/demo9.htm",,"",1
	])
	
	
	addmenu(menu=["productfeatures",,,230,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"National test questions with random and variable versions","product_features.htm#national",,"",1
	,"Teaching and learning resources","product_features.htm#teaching",,"",1
	,"Teacher version","product_features.htm#teacher",,"",1
	,"Children's version","product_features.htm#children",,"",1
	])


	addmenu(menu=["usingproduct",,,230,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"In the daily mathematics lesson","using_the_product.htm#daily",,"",1
	,"Supporting Assessment for Learning principles","using_the_product.htm#supporting",,"",1
	,"Accessibility","using_the_product.htm#accessibility",,"",1
	,"Help","using_the_product.htm#help",,"",1
	])


	addmenu(menu=["purchase",,,230,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Order form","orderform.htm",,"",1
	,"Electronic learning credits","elc.htm",,"",1
	])


	addmenu(menu=["faq",,,230,1,"",style1,,"left",effect,,,,,,,,,,,,
        ,"I have installed Flash Player 8 and <i>flashyducks</i> no longer works","faq.htm#1a",,"",1
        ,"I get an error which says:'Error creating COM object","faq.htm#1b",,"",1
	,"What type of computers can <i>flashyducks</i> be used on?","faq.htm#1",,"",1
	,"What are the minimum computer requirements?","faq.htm#2",,"",1
	,"What is an interactive whiteboard?","faq.htm#3",,"",1
	,"Can I purchase <i>flashyducks</i> using eLCs?","faq.htm#4",,"",1
	])
	
	
	addmenu(menu=["furtherinformation",,,230,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Licence details","further_information.htm#licence",,"",1
	,"Credits","further_information.htm#credits",,"",1
	,"Reviews","further_information.htm#reviews",,"",1
	,"Research","further_information.htm#research",,"",1
	])
	
	
	addmenu(menu=["contactdetails",,,230,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Email address","contact_details.htm#email",,"",1
	,"Web form","contact_details.asp",,"",1
	])
	
dumpmenus();
