﻿// 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)}



////////////////////////////////////

// Editable properties START here //

////////////////////////////////////



effect = "Fade(duration=0.2);Alpha(style=0,opacity=85);Shadow(color='#777777', Direction=135, Strength=5)" // Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters





timegap=500					// The time delay for menus to remain visible

followspeed=7				// Follow Scrolling speed (higher number makes the scrolling smoother but slower)

followrate=30		     	// Follow Scrolling Rate

suboffset_top=10;			// Sub menu offset Top position 

suboffset_left=10;			// Sub menu offset Left position





plain_style=[				// Menu Properties Array

"003366",				    // Off Font Color

"ffffff",					// Off Back Color

"FFFFFF",					// On Font Color

"cccccc",					// On Back Color

"003366",					// Border Color

11,							// Font Size

"normal",					// Font Style

"bold",						// Font Weight

"Arial",	                // Font

6,							// Padding


0,							// 3D Border & Separator

,"cccccc"					// 3D High Color

,"000099"					// 3D Low Color

]





addmenu(menu=[				// This is the array that contains your menu properties and details

"simplemenu1",				// Menu items Name

25,						    // Top

100,						    // left

,							// Width

0,							// Border Width

"center",							// Screen Position - here you can use "center;left;right;middle;top;bottom"

plain_style,				// Properties Array - this is set higher up, as above

1,							// Always Visible - allows the menu item to be visible at all time

"center",						// 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

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

,							// 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

,							// Reserved for future use

,							// Reserved for future use

,,,


,"Home","index.htm",,"",0

,"Gallery","show-menu=menu11",,"",0
,"Retrospective","retro.html",,"",0

,"Demonstrations","show-menu=menu10",,"",0
,"Workshop&nbsp;Schedule","workshops.html",,"",0

,"Students&nbsp;Work","frank-demo1-p2.html",,"",0
,"Bio","frank-bio.html",,"",0
,"links","frank-links.html",,"",0
,"Class&nbsp;Photo","frank-demo1-class.html",,"",0

])


addmenu(menu=["menu10",

,,160,1,"",plain_style,,"left",effect,,,,,,,,,,,,


,"Portugal street scene","frank-demo-port.html",,,0
,"Town Scene","frank-demo-p1.html",,,0

,"Beach Scene", "frank-demo-beach.html",,"",0



])






addmenu(menu=["menu11",

,,160,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Gallery Home Page","gallery-hp-ff.html",,,0
,"Landscape Home Page","prod-landscape/index.html",,,0
,"Landscape","prod-landscape/index_2.html",,,0
,"Still Life","prod-stilllife/index.html",,,0
,"Jazz","prod-jazz/index.html",,,0
,"Abstract","prod-abstract/index.html",,,0


])






dumpmenus()