
	var NoOffFirstLineMenus=6;			
	var LowBgColor='#CCCCCC';			
	var LowSubBgColor='white';			
	var HighBgColor='738BC3';			
	var HighSubBgColor='738BC3';			
	
	var FontLowColor='black';			
	var FontSubLowColor='black';			
	var FontHighColor='white';			
	var FontSubHighColor='white';			
	var BorderColor='BCBCBC';			
	var BorderSubColor='BCBCBC';			
	var BorderWidth=1;				
	var BorderBtwnElmnts=1;			
	var FontFamily="Arial, Helvetica, sans-serif"	
	var FontSize=9;				
	var FontBold=0;				
	var FontItalic=0;				
	
	var MenuTextCentered='center';			
	var MenuCentered='left';			
	var MenuVerticalCentered='top';		
	var ChildOverlap=0.1;				
	var ChildVerticalOverlap=0.1;			
	var StartTop=0;				
	var StartLeft=0;				
	var VerCorrect=0;				
	var HorCorrect=0;				
	var LeftPaddng=3;				
	var TopPaddng=3;				
	
	var FirstLineHorizontal=1;			
	var MenuFramesVertical=1;			
	var DissapearDelay=200;	
	var TakeOverBgColor=1;			
	var FirstLineFrame='navig';			
	var SecLineFrame='space';			
	var DocTargetFrame='space';			
	var TargetLoc='MenuPos';				
	var HideTop=0;				
	var MenuWrap=1;				
	var RightToLeft=0;				
	var UnfoldsOnClick=0;			
	var WebMasterCheck=0;			
	var ShowArrow=1;				
	var KeepHilite=1;				
	var Arrws=['/images/tri.gif',5,10,'/images/trans.gif',1,1,'/images/trileft.gif',5,10];	
	
	var bigItemWidth = 160 ;
	var smallItemWidth = 106;
	var itemHeight = 20 ;
		
	var pagePath = "/centpack/" ; 

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

Menu1=new Array("Home", pagePath + "index.htm" ,"", 0,itemHeight, smallItemWidth - 30);
	Menu1_1=new Array("Placeholder 1", "index.htm" ,"", 0,itemHeight, smallItemWidth - 30);

Menu2=new Array("Software", pagePath + "software/index.htm" ,"", 0,itemHeight,smallItemWidth + 12);
	Menu2_1=new Array("Placeholder 1", "software/index.htm" ,"", 0,itemHeight, smallItemWidth + 12);

Menu3=new Array("Documentation", pagePath + "documentation/index.htm","", 0,itemHeight,smallItemWidth + 13);
	Menu3_1=new Array("Placeholder 1", "documentation/index.htm" ,"", 0,itemHeight, smallItemWidth + 13);

Menu4=new Array("Examples",pagePath + "examples/index.htm","", 0,itemHeight,bigItemWidth - 15);
	Menu4_1=new Array("Placeholder 1", "examples/index.htm" ,"", 0,itemHeight, bigItemWidth - 15);

Menu5=new Array("Publications", pagePath + "publications/","", 0,itemHeight,smallItemWidth + 8);
	Menu5_1=new Array("Placeholder 1", pagePath + "publications/" ,"", 0,itemHeight, smallItemWidth + 8);
	
Menu6=new Array("Registration",pagePath + "register","", 0,itemHeight, bigItemWidth + 12);
	Menu6_1=new Array("Placeholder 1", "register" ,"", 0,itemHeight, bigItemWidth + 12);
