/***********************************************************************************
*	(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=8;			// Number of first level items
	var LowBgColor='#000000';			// Background color when mouse is not over
	var LowSubBgColor='#D0161D';			// Background color when mouse is not over on subs
	var HighBgColor='#00385A';			// Background color when mouse is over
	var HighSubBgColor='#00385A';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';			// Font color subs when mouse is not over
	var FontHighColor='#FFF000';			// Font color when mouse is over
	var FontSubHighColor='#FFF000';			// Font color subs when mouse is over
	var BorderColor='#FFFFFF';			// Border color
	var BorderSubColor='#FFFFFF';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="verdana,arial"			// Font family menu items
	var FontSize=8;					// Font size menu items
	var FontBold=1;					// 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=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.4;			// vertical overlap child/ parent
	var StartTop=98;				// 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=8;				// Left padding
	var TopPaddng=4;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// 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=0;			// Keep selected path highligthed
	var Arrws=['spacer.gif',7,8,'spacer.gif',0,0,'spacer.gif',0,0];	// 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("Home","default.asp","",0,22,52);
Menu2=new Array("Products & Services »","products.asp","",3,22,158);
	
	Menu2_1=new Array("Printing Products »","Products.asp","",25,22,200);
		Menu2_1_1=new Array("Business Cards","products.asp","",0,22,195);
		Menu2_1_2=new Array("Brochures","products.asp","",0,22,101);
		Menu2_1_3=new Array("Flyers","products.asp","",0,22,101);
		Menu2_1_4=new Array("Posters","products.asp","",0,22,101);
		Menu2_1_5=new Array("Envelopes","products.asp","",0,22,101);
		Menu2_1_6=new Array("Invitations","products.asp","",0,22,101);
		Menu2_1_7=new Array("Business Forms","products.asp","",0,22,101);
		Menu2_1_8=new Array("Carbonless Forms","products.asp","",0,22,101);
		Menu2_1_9=new Array("Catalogs","products.asp","",0,22,101);
		Menu2_1_10=new Array("Ad Slicks","products.asp","",0,22,101);
		Menu2_1_11=new Array("Books","products.asp","",0,22,101);
		Menu2_1_12=new Array("Law Labels","products.asp","",0,22,101);
		Menu2_1_13=new Array("Labels","products.asp","",0,22,101);
		Menu2_1_14=new Array("Continuous Forms","products.asp","",0,22,101);
		Menu2_1_15=new Array("Direct Mailers","products.asp","",0,22,101);
		Menu2_1_16=new Array("Door Hangers","products.asp","",0,22,101);
		Menu2_1_17=new Array("Invoices / Sales Receipts","products.asp","",0,22,101);
		Menu2_1_18=new Array("Letterhead","products.asp","",0,22,101);
		Menu2_1_19=new Array("Swatch Linens","products.asp","",0,22,101);
		Menu2_1_20=new Array("Sale Sheets","products.asp","",0,22,101);
		Menu2_1_21=new Array("Swatch Cards","products.asp","",0,22,101);
		Menu2_1_22=new Array("Corner Labels","products.asp","",0,22,101);
		Menu2_1_23=new Array("Hang Tags","products.asp","",0,22,101);
		Menu2_1_24=new Array("Price Lists","products.asp","",0,22,101);
		Menu2_1_25=new Array("Tags","products.asp","",0,22,101);
		
		 
	Menu2_2=new Array("Promotional Products","promotional.asp","",0,22,200);
	Menu2_3=new Array("Graphic Art & Design","products.asp","",0,22,200);

	


Menu3=new Array("Print On Demand","printondemand.asp","",0,22,126);
Menu4=new Array("Get An Estimate","estimates.asp","",0,22,120);
Menu5=new Array("Photography","photography.asp","",0,22,97);
Menu6=new Array("Specials","specials.asp","",0,22,70);
Menu7=new Array("Directions","directions.asp","",0,22,82);;
Menu8=new Array("Contact Us","contactus.asp","",0,22,84);