/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#c0c0c0';			// Background color when mouse is not over
	var LowSubBgColor='#eeeeee';			// Background color when mouse is not over on subs
	var HighBgColor='#666666';			// Background color when mouse is over
	var HighSubBgColor='#ffffff';			// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#333333';			// Font color subs when mouse is not over
	var FontHighColor='#ffff00';			// Font color when mouse is over
	var FontSubHighColor='#cc3333';			// Font color subs when mouse is over
	var BorderColor='#c0c0c0';			// Border color
	var BorderSubColor='#cccccc';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana, Tahoma, 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='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=188;				// 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=1;				// 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=['../scripts/tri.gif',5,10,'../scripts/tridown.gif',10,5,'../scripts/trileft.gif',5,10];	// 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","index.htm","",0,16,54);

Menu2=new Array("C-Free","overview.htm","",6,16,64);
	Menu2_1=new Array("Product Info","overview.htm","",0,16,200);	
	Menu2_2=new Array("Features","features.htm","",17);
		Menu2_2_1=new Array("Support multiply compilers","features_multicompilers.htm","",0,16,300);	
		Menu2_2_2=new Array("Powerful C/C++ syntax highlighter","features_highlighter.htm","",0);
		Menu2_2_3=new Array("Integrated debugging","features_debug.htm","",0);
		Menu2_2_4=new Array("Customizable project creating wizard","features_projwizard.htm","",0);
		Menu2_2_5=new Array("Smart Input","features_intelinput.htm","",0);
		Menu2_2_6=new Array("Powerful code finding utilities","features_codefinding.htm","",0);
		Menu2_2_7=new Array("Code completion and Code parameters","features_codecompletion.htm","",0);
		Menu2_2_8=new Array("List all symbols of program","features_allsymbols.htm","",0);
		Menu2_2_9=new Array("Customizable utilities","features_custom.htm","",0);
		Menu2_2_10=new Array("Color Print","features_colorprint.htm","",0);
		Menu2_2_11=new Array("Project Converter","features_projconvert.htm","",0);
		Menu2_2_12=new Array("Code templates","features_codetemplates.htm","",0);
		Menu2_2_13=new Array("Regular expression searching text","features_regularexpr.htm","",0);
		Menu2_2_14=new Array("Copy code as HTML","features_copyhtml.htm","",0);
		Menu2_2_15=new Array("Support rich text in Message window","features_richtext.htm","",0);
		Menu2_2_16=new Array("Symbol window and symbol panel","features_symbolwindow.htm","",0);
		Menu2_2_17=new Array("Hex Data Editing","features_hexedit.htm","",0);
	Menu2_3=new Array("Screen shots","screenshots.htm","",0);
	Menu2_4=new Array("History","history.htm","",0);
	Menu2_5=new Array("Frequently Asked Questions","faq.htm","",0);
	Menu2_6=new Array("Testimonials & Awards","testimonials.htm","",0);

Menu3=new Array("Download","download.htm","",0,16,80);
Menu4=new Array("Purchase","buy.htm","",0,16,74);

Menu5=new Array("Support","contact.htm","",3,16,74);
	Menu5_1=new Array("Contact Us","contact.htm","",0,16,200);
	Menu5_2=new Array("Bug Reports","bug.htm","",0);
	Menu5_3=new Array("Software License Agreement","programarts_enduser_license.htm","",0);

Menu6=new Array("Resources","document.htm","",3,16,90);
	Menu6_1=new Array("Documentation","document.htm","",0,16,120);
	Menu6_2=new Array("Books","books.htm","",0);
	Menu6_3=new Array("Tutorials","tutorials.htm","",0);

Menu7=new Array("About Us","company.htm","",0,16,65);

