//Variables to set
between=25			//The pixel between the menus and the submenus
mainheight=27		//The height of the mainmenus
subheight=23		//The height of the submenus
pxspeed=10			//The pixel speed of the animation
timspeed=20			//The timer speed of the animation
menuy=190			//top placement
menux=15			//left placement of the menu

///images - Play with these
level0_regular="images/level0_regular.gif"
level0_round="images/shim.gif"
level1_regular="images/shim.gif"
level1_round="images/shim.gif"
level1_sub="images/shim.gif"
//level1_sub_round="images/level1_sub_round.gif"
level1_sub_round="images/smdnarrw.gif"
level1_round2="images/shim.gif"
level2_regular="images/shim.gif"
level2_round="images/shim.gif"


level0_regular_hi="images/shim.gif";
level0_round_hi="images/shim.gif";
level1_regular_hi="images/shim.gif";
level1_round_hi="images/shim.gif";
level2_regular_hi="images/shim.gif";
level2_round_hi="images/shim.gif";
// MOD09: Top level image with drop-down arrow
level0_sub="images/level0_ar.gif";

//Leave this line
preLoadBackgrounds(level0_regular,level0_round,level1_regular,level1_round,level1_sub,level1_sub_round,level1_round2,level2_regular,level2_round,level0_regular_hi, level0_round_hi,
level1_regular_hi,level1_round_hi,level2_regular_hi,level2_round_hi,level0_sub)

//makeMenu('TYPE','TEXT','LINK','TARGET', 'END (THE LAST MENU)')

makeMenu('top','Home','/index.html')
makeMenu('top','Factoring Home Page','/factoring/index.html')
makeMenu('top','About Factoring')
	 makeMenu('sub','What is Factoring?','/factoring/factoring.html')
	 makeMenu('sub','Reasons Factoring Helps','/factoring/7reasons.html')
	 makeMenu('sub','Purchase Order Financing','/factoring/pofinance.html')
	 makeMenu('sub','Why you should use ACG','/factoring/whyuseacg.html')
	 makeMenu('sub','Factoring vs. Bank Loans','/factoring/factvsbank.html')
	 makeMenu('sub','Factoring Jargon','/factoring/jargon.html')
	 makeMenu('sub','Do You Qualify?','/factoring/qualifies.html')
	 makeMenu('sub','The Factoring Process','/factoring/f_process.html')
makeMenu('top','Apply for Factoring')
	makeMenu('sub','Setting Up Your Account','/factoring/process.html')
	makeMenu('sub','On-Line Application','/factoring/application.html')
	makeMenu('sub','Get More Details','/factoring/contact.html')
makeMenu('top','Factoring Q & A','/factoring/faqs.html')
makeMenu('top','Finders & Brokers')
	makeMenu('sub','Finder/Broker Info','/factoring/brokers.html')
	makeMenu('sub','Broker Registration Form','/factoring/broker_app.html')
	makeMenu('sub','Client Application Form','/factoring/application.html')
	makeMenu('sub','More About Our Services','/factoring/index.html')
makeMenu('top','About ACG')
	makeMenu('sub','About Us','/factoring/aboutacg.html')
	makeMenu('sub','Disclosures','/factoring/disclaimer.html')
makeMenu('top','Contact Us','/factoring/contact.html')
makeMenu('top','Privacy & Security','/factoring/privacy.html')
makeMenu('top','Forms','/factoring/forms.html','', 'END')

//Starting the menu
onload=SlideMenuInit;


