/***********************************************************************************
*	(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='#363659';			// Background color when mouse is not over
	var HighBgColor='#FFFFFF';			// Background color when mouse is over
	var LowSubBgColor='#363659';			// SUBS - Background color when mouse is not over
	var HighSubBgColor='#FFFFFF';			// SUBS - Background color when mouse is over
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontHighColor='#000000';		// Font color when mouse is over
	var FontSubLowColor='#FFFFFF';			// SUBS - Font color when mouse is not over
	var FontSubHighColor='#000000';			// SUBS - Font color when mouse is over
	var BorderColor='#363659';			// Border color
	var BorderSubColor='#363659';				// SUBS - Border color
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// 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='center';			// 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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=220;				// 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=3;				// 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=150;			// 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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'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"

//home
Menu1=new Array("Home","http://www.thecopiousgroup.com/debt_reduction/debt_reduction_index.php","",0,23,90);

//	Menu1_1=new Array("Sub Link 1","","",0,20,184);
//	Menu1_2=new Array("Sub Link 2","","",0,20,184);
//	Menu1_3=new Array("Sub Link 3","","",0,20,184);
//	Menu1_4=new Array("Sub Link 4","","",0,20,184);

//Building Wealth
Menu2=new Array("Building Wealth","http://www.thecopiousgroup.com/debt_reduction/debt_reduction_wealth_building.php","",0,23,122);

//	Menu2_1=new Array("Sub Link 1","","",0,20,210);
//	Menu2_2=new Array("Sub Link 2","","",0,20,210);
//	Menu2_3=new Array("Sub Link 3","","",0,20,210);
//	Menu2_4=new Array("Sub Link 4","","",0,20,210);

//solutions	
Menu3=new Array("Solutions","http://www.thecopiousgroup.com/debt_reduction/debt_reduction_solutions.php","",0,23,112);

//	Menu3_1=new Array("Sub Link 1","","",0,20,200);
//	Menu3_2=new Array("Sub Link 2","","",0,20,200);
//	Menu3_3=new Array("Sub Link 3","","",0,20,200);
//	Menu3_4=new Array("Sub Link 4","","",0,20,200);
	
//company		
Menu4=new Array("Company","http://www.thecopiousgroup.com/debt_reduction/debt_reduction_company.php","",0,23,112);

//	Menu4_1=new Array("Sub Link 1","","",0,20,200);
//	Menu4_2=new Array("Sub Link 2","","",0,20,200);
//	Menu4_3=new Array("Sub Link 3","","",0,20,200);
//	Menu4_4=new Array("Sub Link 4","","",0,20,200);

//Calculators	
Menu5=new Array("Calculators","http://www.thecopiousgroup.com/debt_reduction/debt_reduction_website_calculator.php","",0,23,112);

//	Menu5_1=new Array("Coaches Tour","csin_take_a_tour_coaches.php","",0,20,213);
//	Menu5_2=new Array("Institutions/Administrators","csin_take_a_tour_institutions.php","",0,20,213);
//	Menu5_3=new Array("Sub Link 3","","",0,20,213);
//	Menu5_4=new Array("Sub Link 4","","",0,20,213);

//paypal
Menu6=new Array("Enroll Today","http://www.thecopiousgroup.com/debt_reduction/debt_reduction_wealth_building_store.php","",0,23,125);

//	Menu6_1=new Array("Coaches Registration","csin_coaches_store.php","",0,20,213);
//	Menu6_2=new Array("Institutions/Administrators","csin_institutions_store.php","",0,20,213);
//	Menu6_3=new Array("Athletic Directors","csin_ad_store.php","",0,20,213);
//	Menu6_4=new Array("Job Listing Registration","new_users/new_job_listing_user_login.php","",0,20,213);

//login
Menu7=new Array("Login","http://www.thecopiousgroup.com/debt_reduction/debt_reduction_login.php","",0,23,121);

//
Menu8=new Array("Contact Us","http://www.thecopiousgroup.com/debt_reduction/debt_reduction_contact_us.php","",0,23,106);