/***********************************************************************************
*	(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=7;			
	var LowBgColor='#AD3AD3';			
	var LowSubBgColor='#AD3AD3';			
	var HighBgColor='white';			
	var HighSubBgColor='white';			
	var FontLowColor='white';			
	var FontSubLowColor='white';			
	var FontHighColor='#AD3AD3';			
	var FontSubHighColor='#AD3AD3';			
	var BorderColor='silver';			
	var BorderSubColor='silver';			
	var BorderWidth=3;				
	var BorderBtwnElmnts=1;			
	var FontFamily="arial,comic sans ms,technical"	
	var FontSize=9;				
	var FontBold=1;				
	var FontItalic=0;				
	var MenuTextCentered='center';			
	var MenuCentered='left';			
	var MenuVerticalCentered='top';		
	var ChildOverlap=.2;				
	var ChildVerticalOverlap=.2;			
	var StartTop=220;				// Menu offset x coordinate
	var StartLeft=105;				// Menu offset y coordinate
	var VerCorrect=0;				
	var HorCorrect=0;				
	var LeftPaddng=2;				
	var TopPaddng=10;				
	var FirstLineHorizontal=0;			
	var MenuFramesVertical=1;			
	var DissapearDelay=1000;			
	var TakeOverBgColor=1;			
	var FirstLineFrame='navig';			
	var SecLineFrame='space';			
	var DocTargetFrame='space';			
	var TargetLoc='';				
	var HideTop=0;				
	var MenuWrap=0;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			
	var ShowArrow=1;				
	var KeepHilite=1;				
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	

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("KINGSEAL PRESSURE SEAL MAILERS","mailers.html","",7,45,185);
	Menu1_1=new Array("What is it?","mailers.html#whatare","",0,35,160);
	Menu1_2=new Array("Benefits & Applications","mailers#benefits","",0);
	Menu1_3=new Array("Formats & Constructions","mailers.html#formats","",0);
	Menu1_4=new Array("Stock Offering","mailers.html#stock","",0);
	Menu1_5=new Array("Custom Products","mailers.html#custom","",0);
	Menu1_6=new Array("Why KingSeal","mailers.html#king","",0);
	Menu1_7=new Array("Equipment Link","mailers.html#equipment","",0);

Menu2=new Array("DIRECT MAIL","mail.html","",4,35,185)
	Menu2_1=new Array("One Part Continuous Web Products","mail.html#one","",0,35,230);
	Menu2_2=new Array("Multiple Part Collated Sets","mail.html#multiple","",0);
	Menu2_3=new Array("Self Mailers","mail.html#self","",0);
	Menu2_4=new Array("Other","mail.html#other","",0);

Menu3=new Array("LASER JUMBO ROLLS","laser.html","",3,35,185);
	Menu3_1=new Array("Benefits","laser.html#benefits","",0,35,155);
	Menu3_2=new Array("Capabilities","laser.html#benefits","",0);
	Menu3_3=new Array("Why King Laser Rolls?","laser.html#whyking","",0);

Menu4=new Array("LABELS","labels.html","",2,35,185);
	Menu4_1=new Array("Pressure-Sensitive Labels","labels.html#pressure","",0,35,300);	
	Menu4_2=new Array("Form/Label Combinations and Twin Web Products","labels.html#combo","",0);
	
Menu5=new Array("FORMS","forms.html","",3,35,185);
	Menu5_1=new Array("Custom Continuous and Snap-Apart Forms and Checks","forms.html#custom","",0,35,330);		
	Menu5_2=new Array("Laser Cut Sheets","forms.html#cut","",0,35,225);	
	Menu5_3=new Array("Form/Label Combinations and Twin Web Products","forms.html#combinations","",0);	

Menu6=new Array("SPECIAL FEATURES","features.html","",5,35,185);
	Menu6_1=new Array("KingGuard Document Security Features","features.html#security","",0,35,300);
	Menu6_2=new Array("Bar Codes and Numbering","features.html#barcode","",0,35,300);
	Menu6_3=new Array("Card Affixing","features.html#affixing","",0,35,300);
	Menu6_4=new Array("Form/Label Combinations and Twin Web Products","features.html#combos","",0,35,300);
	Menu6_5=new Array("Other Features","features.html#other","",0,35,300);

Menu7=new Array("CONTACT US","javascript:top.location.href='contact.html'","",0,35,185);