/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=28;			// Number of first level items
	var LowBgColor='black';				// Background color when mouse is not over
	var LowSubBgColor='black';			// Background color when mouse is not over on subs
	var HighBgColor='#FFFF66';			// Background color when mouse is over
	var HighSubBgColor='#FFFF66';			// Background color when mouse is over on subs
	var FontLowColor='#FFFF66';			// Font color when mouse is not over
	var FontSubLowColor='#FFFF66';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='black';		 	// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;				// Border between elements 1 or 0
	var FontFamily="arial"				// Font family menu items
	var FontSize=12;				// Font size menu items
	var FontBold=1;					// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center' 			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=180;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=1;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=350;				// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc=1;				// span id for relative positioning
	var HideTop=0;					// Hide first level when loading new document 1 or 0
	var MenuWrap=0;					// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;				// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;				// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Reviews of 2006","http://www.cinematica.org/reviews.htm","",0,20,160);
Menu2=new Array("#","http://www.cinematica.org/archives/number.htm","",0,20,20);
Menu3=new Array("A","http://www.cinematica.org/archives/a.htm","",0,20,20);
Menu4=new Array("B","http://www.cinematica.org/archives/b.htm","",0,20,20);
Menu5=new Array("C","http://www.cinematica.org/archives/c.htm","",0,20,20);
Menu6=new Array("D","http://www.cinematica.org/archives/d.htm","",0,20,20);
Menu7=new Array("E","http://www.cinematica.org/archives/e.htm","",0,20,20);
Menu8=new Array("F","http://www.cinematica.org/archives/f.htm","",0,20,20);
Menu9=new Array("G","http://www.cinematica.org/archives/g.htm","",0,20,20);
Menu10=new Array("H","http://www.cinematica.org/archives/h.htm","",0,20,20);
Menu11=new Array("I","http://www.cinematica.org/archives/i.htm","",0,20,20);
Menu12=new Array("J","http://www.cinematica.org/archives/j.htm","",0,20,20);
Menu13=new Array("K","http://www.cinematica.org/archives/k.htm","",0,20,20);
Menu14=new Array("L","http://www.cinematica.org/archives/l.htm","",0,20,20);
Menu15=new Array("M","http://www.cinematica.org/archives/m.htm","",0,20,20);
Menu16=new Array("N","http://www.cinematica.org/archives/n.htm","",0,20,20);
Menu17=new Array("O","http://www.cinematica.org/archives/o.htm","",0,20,20);
Menu18=new Array("P","http://www.cinematica.org/archives/p.htm","",0,20,20);
Menu19=new Array("Q","http://www.cinematica.org/archives/q.htm","",0,20,20);
Menu20=new Array("R","http://www.cinematica.org/archives/r.htm","",0,20,20);
Menu21=new Array("S","http://www.cinematica.org/archives/s.htm","",0,20,20);
Menu22=new Array("T","http://www.cinematica.org/archives/t.htm","",0,20,20);
Menu23=new Array("U","http://www.cinematica.org/archives/u.htm","",0,20,20);
Menu24=new Array("V","http://www.cinematica.org/archives/v.htm","",0,20,20);
Menu25=new Array("W","http://www.cinematica.org/archives/w.htm","",0,20,20);
Menu26=new Array("X","http://www.cinematica.org/archives/x.htm","",0,20,20);
Menu27=new Array("Y","http://www.cinematica.org/archives/y.htm","",0,20,20);
Menu28=new Array("Z","http://www.cinematica.org/archives/z.htm","",0,20,20);

