// Left-side menu for the 

var leftMenu = [
	[ "images/interiorMenu/business_loans.gif","images/interiorMenu/business_loans_on.gif","business.html", 
	 	[ 	[ "Small Business Line of Credit", "#sblc" ],
		   	[ "Business Expansion Loans and Acquisition Financing", "#belaf" ],
			[ "Business Real Estate Loans", "#brel" ],
			[ "Commercial Mortgages", "#cm" ],
			[ "Construction and Rehab Loans", "#crl" ],
			[ "Commercial Equity Lines of Credit", "#celc" ],
			[ "Working Capital Lines of Credit", "#wclc" ]
		] ],
	[ "images/interiorMenu/personal_loans.gif","images/interiorMenu/personal_loans_on.gif","personal.html", 
	 	[ 	[ "Home Equity Line of Credit", "#helc" ],
			[ "Bridge Loans", "#bl" ],
			[ "Credit Builder Secured Loans", "#cbsl" ],
			[ "Auto Loans", "#al" ],
			[ "Mortgages", "#mortgage" ]
		] ]
];

function openNewWindow(URL)
{
	var newWindow = window.open(URL, '_blank'); 
	newWindow.focus(); 
	return; 
}