	var NoOffFirstLineMenus=11;			// Number of first level items
	var LowBgColor='#EBAF00';			// Background color when mouse is not over
	var LowSubBgColor='#EBAF00';			// Background color when mouse is not over on subs
	var HighBgColor='#EBAF00';			// Background color when mouse is over
	var HighSubBgColor='#000000';			// 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='#EBAF00';			// Font color when mouse is over
	var FontSubHighColor='#EBAF00';			// Font color subs when mouse is over
	var BorderColor='#ffffff';			// Border color
	var BorderSubColor='#ffffff';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial"	// Font family menu items
	var FontSize=9;				// 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='left';			// 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=0;				// 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=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=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='MenuPos';				// 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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	/* var Arrws=['./images/tri.gif',5,10,'./images/tridown.gif',10,5,'./images/trileft.gif',5,10]; */
	var Arrws=['images/arrow.png',3,5,'images/arrow.png',3,5,'images/arrow.png',3,5];	// 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"

<!-- Home -->
Menu1=new Array("","index.html","images/menu_home.jpg",0,30,70);

Menu2=new Array("","" , "images/menu_seprator.jpg" , 0 , 30 , 15 );

<!-- Products -->
Menu3=new Array("","#","images/menu_products.jpg",6,30,107);
	Menu3_1=new Array("Encryption / PKI","#","",7,16,160);
	        Menu3_1_1=new Array("GebWeb© - PKI for Web","pgebweb.html","",0,16,250);	
	        Menu3_1_2=new Array("GebWeb© Toolkit","pgebtoolkit.html","",0,16,250);
	        Menu3_1_3=new Array("GebFlash - PKI Container","pgebflash.html","",0,16,250);
	        Menu3_1_4=new Array("GebSDK - PKI for Developers","pgebsdk.html","",0,16,250);
	        Menu3_1_5=new Array("GebFile - Secure File Distribution","pgebfile.html","",0,16,250);
	        Menu3_1_6=new Array("Anubis™ - PKI for Networks","panubis.html","",0,16,280);
	        Menu3_1_7=new Array("fideAS® File EN","pfidasfileen.html","",0,16,250);
	        Menu3_1_8=new Array("fideAS® smile","pfidassmile.html","",0,16,250);
	Menu3_2=new Array("Pen-Testing","#","",6,16,160);
	        Menu3_2_1=new Array("SAINT® Scanner","psaint.html","",0,16,160);
	        Menu3_2_2=new Array("SAINT® Exploit","psaintexploit.html","",0,16,160);
	        Menu3_2_3=new Array("CANVAS Exploit","pcanvas.html","",0,16,160);
	        Menu3_2_4=new Array("Visual Sploit","pvisualsploit.html","",0,16,160);
	        Menu3_2_5=new Array("Core Impact","pcore.html","",0,16,160);
	        Menu3_2_6=new Array("SILICA PDA","psilica.html","",0,16,160);
	Menu3_3=new Array("Uraeus™ - Web IPS","puraeus.html","",0,16,160); 
	Menu3_4=new Array("PKI - SSL","ssl.html","",0,16,160); 
	Menu3_5=new Array("FaceTime - IM,P2P,Web2.0","pfacetime.html","",0,16,160); 
	Menu3_6=new Array("Seshat™ Communication","#","",0,16,280);


Menu4=new Array("","" , "images/menu_seprator.jpg" , 0 , 30 , 15 );

<!-- Services -->
Menu5=new Array("","#","images/menu_services.jpg",10,30,86);
            	Menu5_1=new Array("NAVA™ - VA & Pen-Testing","sanava.html","",0,16,190);
        	Menu5_2=new Array("WAVA™ - VA & Pen-Testing","sawava.html","",0,16,190);
        	Menu5_3=new Array("WSAVA™ - VA & Pen-Testing","sawsava.html","",0,16,190);
        	Menu5_4=new Array("PAVA™ - VA & Pen-Testing","sapava.html","",0,16,190);
        	Menu5_5=new Array("VAVA™ - VA & Pen-Testing","savava.html","",0,16,190);
	Menu5_6=new Array("SNSP™ - Social Monitoring","sasnsp.html","",0,16,190); 
	Menu5_7=new Array("PKI eServices Consulting","sapki.html","",0,16,190); 
	Menu5_8=new Array("Security Consulting Areas","saconsulting.html","",0,16,190); 
	Menu5_9=new Array("Security Training Download","http://isnsc.com/gtm/ISnSC_Services_Training.pdf","",0,16,190); 
	Menu5_10=new Array("Research and Development","rnd.html","",0,16,190); 

Menu6=new Array("","" , "images/menu_seprator.jpg" , 0 , 30 , 15 );
<!-- Solutions -->
Menu7=new Array("","#","images/menu_solutions.jpg",5,30,107);
        Menu7_1=new Array("Standards & Compliance","solcompliance.html","",0,16,160);
        Menu7_2=new Array("ASA™ MemberShip","solasa.html","",0,16,160);
        Menu7_3=new Array("Full Web Security","solwebsec.html","",0,16,160);
        Menu7_4=new Array("Information Leakage Prevention","solilpa.html","",0,16,160);
        Menu7_5=new Array("Government Solutions","solgovernment.html","",0,16,160);


Menu8=new Array("","" , "images/menu_seprator.jpg" , 0 , 30 , 15 );

<!-- Partners -->
Menu9=new Array("","partners.html","images/menu_partners.jpg",0,30,95);

Menu10=new Array("","" , "images/menu_seprator.jpg" , 0 , 30 , 15 );

<!-- Contact us -->
Menu11=new Array("","contact.html","images/menu_contact_us.jpg",0,30,120);

