	var menuPath = "";
	var imgPath = "imgs/menu/";
	
	
	var useFrameNav = false;		// this will disable the validation for using frames
	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 menu_opacity = "80";		// set transparency of menu

	var StartTop=333;				// 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=6;				// Left padding
	var TopPaddng=2;				// Top padding
	
	
	
	var LowBgColor='cccccc';			// Background color when mouse is not over
	var LowSubBgColor= 'e1e1e1';			// Background color when mouse is not over on subs
	var HighBgColor='000000';			// Background color when mouse is over
	var HighSubBgColor= 'B2B2B2';			// Background color when mouse is over on subs
	var FontLowColor='000000';			// Font color when mouse is not over
	var FontSubLowColor='000000';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='990000';			// Font color subs when mouse is over
	var BorderColor='000000';			// Border color
	var BorderSubColor='000000';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="tahoma,arial,technical"	// Font family menu items
	var FontSize=8;				// 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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent


	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=800;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	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=1;			// 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=[ imgPath + 'red_arrow.gif',7,13, imgPath + 'red_arrow_dwn.gif',13,7,  imgPath + 'red_arrow_lft.gif',7,13];	// 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"
var NoOffFirstLineMenus = 5;		// Number of first level items



Menu1 = new Array( "Home", menuPath + "index.html","",0,20, 110 );

Menu2 = new Array("File Transfers", menuPath + "transfers.html","",2,20,110 );
	Menu2_1 = new Array( "Mail/Courier", menuPath + "transfers_mail.html","",0,20,175 );
 	Menu2_2 = new Array( "Upload or email", menuPath + "transfers_upload.aspx","",0,20,175 );

Menu3 = new Array( "Request Quote", menuPath + "quote.html","", 0, 20, 110 );

Menu4 = new Array("Services", menuPath + "services.html","", 5,20,110 );
	Menu4_1 = new Array( "Commercial Printing", menuPath + "services_commercial.html","",9,20,185 );
	 	Menu4_1_1 = new Array( "Large Format Posters and Banners", menuPath + "services_commercial.html#posters","",0,20,175 );
	 	Menu4_1_2 = new Array( "Stationery Products", menuPath + "services_commercial.html#stationery","",0,20,175 );
	 	Menu4_1_3 = new Array( "Flyers and Brochures", menuPath + "services_commercial.html#flyers","",0,20,175 );
	 	Menu4_1_4 = new Array( "Presentation Folders", menuPath + "services_commercial.html#presentation","",0,20,175 );
	 	Menu4_1_5 = new Array( "Business Cards", menuPath + "services_commercial.html#cards","",0,20,175 );
	 	Menu4_1_6 = new Array( "Magazines and Catalogues", menuPath + "services_commercial.html#magazines","",0,20,175 );
	 	Menu4_1_7 = new Array( "Postcards, Greeting Cards, Tickets", menuPath + "services_commercial.html#postcards","",0,20,175 );
	 	Menu4_1_8 = new Array( "Door Hangers", menuPath + "services_commercial.html#hangers","",0,20,175 );
	 	Menu4_1_9 = new Array( "Custom Labels", menuPath + "services_commercial.html#labels","",0,20,175 );

 	Menu4_2 = new Array( "Graphic Design and Layout", menuPath + "services_graphic.html","",0,20,185 );
 	Menu4_3 = new Array( "Digital Printing & Copying Services", menuPath + "services_copy.html","",6,20,185 );
	 	Menu4_3_1 = new Array( "Colour and B&W Copy/Print", menuPath + "services_copy.html#copy","",0,20,175 );
	 	Menu4_3_2 = new Array( "Colour Poster", menuPath + "services_copy.html#poster","",0,20,175 );
	 	Menu4_3_3 = new Array( "Engineering Drawings", menuPath + "services_copy.html#engineering","",0,20,175 );
	 	Menu4_3_4 = new Array( "Digital Services", menuPath + "services_copy.html#","digital",0,20,175 );
	 	Menu4_3_5 = new Array( "Large Format Scanning", menuPath + "services_copy.html#scanning","",0,20,175 );
	 	Menu4_3_6 = new Array( "Disc Print and Burning Services", menuPath + "services_copy.html#disc","",0,20,175 );

 	Menu4_4 = new Array( "Finishing Services", menuPath + "services_finishing.html","",5,20,185 );
	 	Menu4_4_1 = new Array( "Rubber Stamps", menuPath + "services_finishing.html#stamps","",0,20,175 );
	 	Menu4_4_2 = new Array( "Binding Services", menuPath + "services_finishing.html#binding","",0,20,175 );
	 	Menu4_4_3 = new Array( "Plaks and Mounting", menuPath + "services_finishing.html#plaks","",0,20,175 );
	 	Menu4_4_4 = new Array( "Lamination", menuPath + "services_finishing.html#lamination","",0,20,175 );
	 	Menu4_4_5 = new Array( "Other Finishing Services", menuPath + "services_finishing.html#other","",0,20,175 );

	Menu4_5 = new Array( "Specialty Products", menuPath + "services_specialty.html","",4,20,185 );
	 	Menu4_5_1 = new Array( "Wedding Invitations", menuPath + "services_specialty.html#wedding","",0,20,175 );
	 	Menu4_5_2 = new Array( "Banner Display", menuPath + "services_specialty.html#banner","",0,20,175 );
	 	Menu4_5_3 = new Array( "Programs", menuPath + "services_specialty.html#programs","",0,20,175 );
	 	Menu4_5_4 = new Array( "Catalogues and Manuals", menuPath + "services_specialty.html#catalogues","",0,20,175 );


Menu5 = new Array("Contact Us", menuPath + "contactus.html","",0,20,110 );

