/***********************************************************************************
*	(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=9;			// Number of first level items
	var LowBgColor='#32323c';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#52525c';			// Background color when mouse is over
	var HighSubBgColor='#32323c';			// Background color when mouse is over on subs
	var FontLowColor='#ff8c00';			// Font color when mouse is not over
	var FontSubLowColor='#32323c';			// Font color subs when mouse is not over
	var FontHighColor='#6495ed';			// Font color when mouse is over
	var FontSubHighColor='#ff8c00';			// Font color subs when mouse is over
	var BorderColor='#6495ed';			// Border color
	var BorderSubColor='#32323c'; 			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial, helvetica, sans-serif"	// Font family menu items
	var FontSize=7;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// 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=10;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// 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=500;			// 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='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// 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=0;				// 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("GENERAL INFO","","",4,15,90);
	Menu1_1=new Array("HOME","/viff02/index.html","",0,15,120);
	Menu1_2=new Array("Fact Sheet","/viff02/a_info/index.html","",0,0,0);
	Menu1_3=new Array("Print Advertising","/viff02/a_info/printads.html","",0,0,0);
	Menu1_4=new Array("Film Submission","","",2,0,0);
		Menu1_4_1=new Array("Canadian","/viff02/a_info/cansub.html","",0,15,70);
		Menu1_4_2=new Array("International","/viff02/a_info/intersub.html","",0,0,0);
				
Menu2=new Array("BOX OFFICE","","",11,15,80);
	Menu2_1=new Array("BUY TICKETS","https://secure.viff.org/viff02/filmguide/TicketOrderForm.php","",0,15,150);	
	Menu2_2=new Array("What's New For 2002","/viff02/index.html","",0,0,0)
	Menu2_3=new Array("Theatre Procedures","/viff02/b_office/boprocedures.html","",0);
	Menu2_4=new Array("Ticket Prices","/viff02/b_office/botickets.html","",0,0,0);
	Menu2_5=new Array("Advance Tickets","/viff02/b_office/boadvance.html","",0,0,0);
	Menu2_6=new Array("Passes","/viff02/b_office/bopasses.html","",0,0,0);
	Menu2_7=new Array("Trade Forum Tickets and Passes","/viff02/b_office/botftix.html","",0,0,0);
	Menu2_8=new Array("Sponsorships","/viff02/b_office/bosponsor.html","",0,0,0);
	Menu2_9=new Array("Downtown Parking Pass","/viff02/b_office/boparking.html","",0,0,0);
	Menu2_10=new Array("Transit Information","/viff02/b_office/botransit.html","",0);
	Menu2_11=new Array("Theatres","/viff02/b_office/botheatres.html","",0);


Menu3=new Array("FILMS","","",5,15,60);
	Menu3_1=new Array("Intro","/viff02/c_films/index.html","",0,15,80);
	Menu3_2=new Array("Schedule","/viff02/c_films/shedule.html","",2);
		Menu3_2_1=new Array("Daily Grid View","/viff02/filmguide/bytimegrid.php","",0,15,80);
		Menu3_2_2=new Array("Daily List View","/viff02/filmguide/byschedule.php","",0);
	Menu3_3=new Array("By Title","","",2);
		Menu3_3_1=new Array("List of Film Titles","/viff02/filmguide/minititle.php","",0,15,150);
		Menu3_3_2=new Array("Title Index With Schedule","/viff02/filmguide/bytitle.php","",0);
		Menu3_4=new Array("By Country","/viff02/filmguide/bycountry.php","",0);	
		Menu3_5=new Array("By Director","/viff02/filmguide/bydirector.php","",0);	

Menu4=new Array("PRESS","","",2,15,60);
	Menu4_1=new Array("Press Release Index","/viff02/d_press/index.html","",0,15,100);
	Menu4_2=new Array("Media Accreditation Form","/viff02/forms/MediaAccreditationApplication.pdf","",0);

Menu5=new Array("VOLUNTEERS","","",1,15,80);
	Menu5_1=new Array("Intro","/viff02/e_volunteer/index.html","",0,15,120);
	
Menu6=new Array("TRADE FORUM","","",6,15,90);
	Menu6_1=new Array("Index Page","/viff02/f_tforum/index.html","",0,15,120);	
	Menu6_2=new Array("Forum Panels","/viff02/f_tforum/panels.html","",0);
	Menu6_3=new Array("Guests","/viff02/f_tforum/guests.html","",0);
	Menu6_4=new Array("Sponsors","/viff02/f_tforum/sponsors.html","",0);
	Menu6_5=new Array("Register","/viff02/f_tforum/register.html","",0);
	Menu6_6=new Array("Trade Forum Archives","","",4);
		Menu6_6_1=new Array("2001 Panels","/viff02/f_tforum/tfarchives/panels01.html","",0,15,90);
		Menu6_6_2=new Array("2001 Guests","/viff02/f_tforum/tfarchives/guests01.html","",0);
		Menu6_6_3=new Array("2000 Panels","/viff02/f_tforum/tfarchives/panels00.html","",0);
		Menu6_6_4=new Array("2000 Guests","/viff02/f_tforum/tfarchives/guests01.html","",0);

Menu7=new Array("SPONSORSHIPS","","",4,15,95);
	Menu7_1=new Array("Introduction","/viff02/g-sponsor/index.html","",0,15,90);
	Menu7_2=new Array("Premier Sponsors","/viff02/g-sponsor/premier.html","",0,0,0);
	Menu7_3=new Array("Sponsor Benefits","/viff02/g-sponsor/benefits.html","",0,0,0);
	Menu7_4=new Array("Demographics","/viff02/g-sponsor/demog.html","",0,0,0);

Menu8=new Array("AWARDS","","",11,15,70);
	Menu8_1=new Array("Introduction","/viff02/h_awards/index.html","",0,15,150);	
	Menu8_2=new Array("Most Popular Film","/viff02/h_awards/aircan.html","",0,0,0);
	Menu8_3=new Array("Most Popular Canadian Film","/viff02/h_awards/fedex.html","",0);
	Menu8_4=new Array("Best Screenplay","/viff02/h_awards/telefilm.html","",0,0,0);
	Menu8_5=new Array("D&T Award for Young Cinema","/viff02/h_awards/d-t.html","",0,0,0);
	Menu8_6=new Array("Telefilm Canada","/viff02/h_awards/telefilm.html","",0,0,0);
	Menu8_7=new Array("National Film Board","/viff02/h_awards/nfb.html","",0,0,0);
	Menu8_8=new Array("Chief Dan George","/viff02/h_awards/dgeorge.html","",0,0,0);
	Menu8_9=new Array("Diversity In Spirit","/viff02/h_awards/diverse.html","",0,0,0);
	Menu8_10=new Array("Window Display Contest","/viff02/h_awards/window.html","",0);
	Menu8_11=new Array("History of Awards","/viff02/h_awards/hist.html","",0);

Menu9=new Array("PHOTO GALLERY","/viff02/i_gallery/index.html","",0,15,90);	