function getActiveContent(elementNum)
{
	document.getElementById('id_button_' + elementNum).className = 'button_splash button_splash_active_' + elementNum;		
	document.getElementById('main_splash_image').className = "upper_image_splash upper_image_splash_" + elementNum;
}

function removeActiveContent(elementNum)
{
	document.getElementById('id_button_' + elementNum).className = 'button_splash button_splash_' + elementNum;
	document.getElementById('main_splash_image').className = "upper_image_splash upper_image_splash_0";	
}

function preloadSplashImages()
{
	var preloadImages_splash = new Array();
	var preloadImages_button = new Array();	
	
	for(var i = 1; i <= 6; i++)
	{
		preloadImages_splash[i] = new Image(154, 154);
		preloadImages_splash[i].src = "images_2/upper_image_splash_" + i + ".png";
		preloadImages_button[i] = new Image(571, 360);
		preloadImages_button[i].src = "images_2/button_splash_active_" + i + ".png";		
	}
	var menu = new Array("main_menu_active_1.png", "main_menu_active_2.png", "main_menu_active_3.png", "main_menu_active_4.png", "main_menu_active_5.png");
	var menu_size = new Array(231, 231, 182, 167, 187);
	var menu_array = new Array();
	for(var i = 0; i < 5; i++)
	{
		menu_array[i] = new Image(menu_size[i], 27);
		menu_array[i].src = "images_2/" + menu[i];
	}
}

function getActiveTab(elementNum)
{
	document.getElementById('menu_container_' + elementNum).className = 'menu_container_inactive menu_container_active_' + elementNum;
}

function getInactiveTab(elementNum, activeTab)
{
	if(activeTab != elementNum)
		document.getElementById('menu_container_' + elementNum).className = 'menu_container_inactive menu_container_inactive_' + elementNum;
}

function getActiveRightLink(elementNum)
{
	document.getElementById('right_container_link_id_' + elementNum).className = 'right_content_container_link right_link_container_active';
}

function getInactiveRightLink(elementNum)
{
	document.getElementById('right_container_link_id_' + elementNum).className = 'right_content_container_link';
}


//*******************Content Functions******************
function getInnerPageTitle(vertical, subpage)
{
	var content = "";
	if(vertical == "retail")	
		content = "Point of Sale Financing, Offer Credit Union Financing to your Customers";
	if(vertical == "medical")	
		content = "Think patient financing has to be cold and costly? Get a Second Opinion!";
	document.write(content);
}

function getsubmenu(vertical)
{
	var links = ''
+'					<div id = "right_container_link_id_1" class="right_content_container_link"><a href = "#" class="right_link_inactive" onmouseover="getActiveRightLink(1);" onmouseout="getInactiveRightLink(1);">Retail Providers</a></div>'
+'					<div id = "right_container_link_id_2" class="right_content_container_link"><a href = "#" class="right_link_inactive" onmouseover="getActiveRightLink(2);" onmouseout="getInactiveRightLink(2);">How it Works</a></div>'
+'               	<div id = "right_container_link_id_3" class="right_content_container_link"><a href = "#" class="right_link_inactive" onmouseover="getActiveRightLink(3);" onmouseout="getInactiveRightLink(3);">Our Services</a></div>'
+'              	<div id = "right_container_link_id_4" class="right_content_container_link"><a href = "#" class="right_link_inactive" onmouseover="getActiveRightLink(4);" onmouseout="getInactiveRightLink(4);">Enroll Now</a></div>'
+'                	<div id = "right_container_link_id_5" class="right_content_container_link"><a href = "#" class="right_link_inactive" onmouseover="getActiveRightLink(5);" onmouseout="getInactiveRightLink(5);">Contact Us</a></div>'
+'                	<div id = "right_container_link_id_6" class="right_content_container_link"><a href = "#" class="right_link_inactive" onmouseover="getActiveRightLink(6);" onmouseout="getInactiveRightLink(6);">Find a Doctor</a></div>';
document.write(links);
}

function getMainContent(vertical, subpage)
{
	var content = "";
	if(vertical == "retail" && subpage == "main")
		content = ""
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"Our easy online application allows you to submit a loan and print documents without the customer ever having to leave your store, thus walking away from a possible sales opportunity.  Why not offer local friendly financing?" 
	+"</p>"
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"For decades, Credit Unions have been serving and re-investing in the local community with superior customer service and low interest rate loans.  Protection for your customers is our lender's first priority. You look good when your customers feel good...isn't that what it's about? Isn't it time to offer local financing to your customers?"  
	+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"Credit unions offer low interest rate financing plans with low monthly payment plans without sacrificing quality service.  In fact, service and relationships is what our lenders are known for!"
	+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"Lifestyle Lending Solutions provides you with access to our network of motivated Credit Unions and the tools to get started immediately. We also provide consulting, training, support, and work with your staff with any lending issues."
	+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<table>"
		+"<tr valign='top'>"
			+"<td>"
				+"<ul class='inner_page_paragraph_font inner_page_font'>"
				+"<li>Easy online application</li>"
				+"<li>Work with local friendly loan officers</li>"
				+"<li>Superior customer service</li>"
				+"<li>Fixed rates plans for your customers</li>"
				+"</ul>"
			+"</td>"
			+"<td>"
				+"<ul class='inner_page_paragraph_font inner_page_font'>"
				+"<li>Offer a client portal</li>"
				+"<li>Be listed and seen  on our lender's websites</li>"
				+"<li>eSignature available </li>"
				+"<li>National network of lenders</li>"
				+"</ul>"
			+"</td>"			
		+"</tr>"						
		+"<tr>"
		+"</tr>"						
	+"</table>"
	+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"Are you ready to begin offering local, affordable financing solutions?  Our credit unions are excited to work with you!"
	+"</p>"
	+'<span class="inner_next_link"><a href = "#" class="right_link_inactive">HOW IT WORKS >></a></span>'
	+'<span class="inner_apply_link"><a href = "#" class="right_link_inactive"><img src="images_2/apply_now_small.png" /></a>';

	if(vertical == "retail" && subpage == "works")
		content = ""
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"Lifestyle Lending Solutions has made it easy for you to submit loans to our credit unions. Our easy to use application only takes a few minutes to submit and allows funding directly to you so you know you have the money and now you can deliver the best service you know how! Here's how it works:"
	+"</p>"
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<b>Step 1:</b> Simply fill out our credit application or our easy online application.<br>"
	+"<b>Step 2:</b> Choose a lender's.<br>"
	+"<b>Step 3:</b> Receive a loan decision <b>immediately</b> or within minutes.<br>"
	+"<b>Step 4:</b> Print forms and contracts right there in the store.<br>"

+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<b>There are 3 easy ways to submit a loan application</b>"
	+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<b>In Store</b> - You as the provider, may enter the application online and handle your Customers needs right there, giving added value to your Customers."
	+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<b>Client Portal</b> - Your customers can apply from the comfort of their own home, or anywhere they have internet access, to our lenders.  They will be emailed and notified of a decision and all  forms and contracts will be available there at the store, so the customer can schedule their delivery or installation or service."
	+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<b>Fax</b> - Your business or customer may fax the application to LLS and we will enter the application on your behalf <em>(LLS business hours apply)</em>."
	+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"Enroll your Business Today!  Getting signed up has never been easier!"
	+"</p>"
	+'<span class="inner_next_link"><a href = "#" class="right_link_inactive">OUR SERVICES >></a></span>'
	+'<span class="inner_apply_link"><a href = "#" class="right_link_inactive"><img src="images_2/apply_now_small.png" /></a>';	
	
	if(vertical == "retail" && subpage == "services")
		content = ""
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"Let Lifestyle Lending Solutions go to work for you!  Upon enrollment, Lifestyle Lending Solutions provides:"
	+"</p>"
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<ul class='inner_page_paragraph_font inner_page_font'>"
	+"<li>Fast and easy online application for you or your customers to apply</li>"
	+"<li>Access to our network of lenders</li>"
	+"<li>Credit application brochures (with brochure holder & insert)</li>"
	+"<li>Window Decal to let your customers know you offer local financing</li>"
	+"<li>Laminated payment chart</li>"
	+"<li>Digital pad eSignature contracting (available upon  request)</li>"
	+"<li>'Link to Us' banners and web links so your customers can apply through your website</li>"
	+"<li>'Find a Provider' listing on credit union web pages</li>"
	+"<li>Full training and support</li>"
	+"<li>Free software enhancements</li>"
	+"<li>Updated lender rate sheets and program updates or changes</li>"
	+"<li>LLS works for you with your lenders directly to help troubleshoot any issues</li>"
	+"</ul>"
	+"</p>"
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<em>* Some products or services may vary depending on state laws and lender programs in your state</em>"
	+"</p>"
	+'<span class="inner_next_link"><a href = "#" class="right_link_inactive">ENROLL TODAY >></a></span>';
	
/***************MEDICAL**************************/
	if(vertical == "medical" && subpage == "main")
		content = ""
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"In your patients' eyes, your financing options are a reflection of your practice.  Why not offer local lender financing and show your patients you care for their needs both physically as well as financially?" 
	+"</p>"
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"For decades, credit unions have been serving and re-investing in the local community with superior customer service and low interest rate loans.  Protection for your patients could not be more important in today's world.  Isn't it time to offer quality financing for your patients?"  
	+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"We take pride in our vast experience working with credit unions and our exceptional relationship with credit union executive management. We have partnered with America's finest lenders, credit unions, and quality medical providers that care about patient needs; physically as well as financially."
	+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"Lifestyle Lending Solutions provides you with access to our network of motivated credit unions and the tools to get started.   LLS offers:"
	+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<table>"
		+"<tr valign='top'>"
			+"<td>"
				+"<ul class='inner_page_paragraph_font inner_page_font'>"
				+"<li>Easy online application</li>"
				+"<li>Work with local friendly loan officers</li>"
				+"<li>Superior customer service</li>"
				+"<li>Fixed rates plans for your customers</li>"
				+"</ul>"
			+"</td>"
			+"<td>"
				+"<ul class='inner_page_paragraph_font inner_page_font'>"
				+"<li>Offer a patient portal</li>"
				+"<li>Be listed and seen  on our lender's websites</li>"
				+"<li>eSignature available </li>"
				+"<li>National network of lenders</li>"
				+"</ul>"
			+"</td>"			
		+"</tr>"						
		+"<tr>"
		+"</tr>"						
	+"</table>"
	+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"Are you ready to begin offering local, affordable financing solutions for your patients?  Our credit unions are excited to work with you!"
	+"</p>";	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"Credit unions offer your patients low interest rate financing plans with low monthly payment plans without sacrificing quality service.  In fact, service and relationships is what credit unions are known for!"
	+"</p>";	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"Local lenders make the difference!"
	+"</p>"
	+'<span class="inner_next_link"><a href = "#" class="right_link_inactive">HOW IT WORKS >></a></span>'
	+'<span class="inner_apply_link"><a href = "#" class="right_link_inactive"><img src="images_2/apply_now_small.png" /></a>';	

	if(vertical == "medical" && subpage == "works")
		content = ""
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"Lifestyle Lending Solutions has made it easy for your patients to submit loans to our credit unions. Our easy to use application only takes a few minutes to submit and receive decisions."
	+"</p>"
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<b>Step 1:</b> Simply fill out our credit application or our easy online application.<br>"
	+"<b>Step 2:</b> Receive a loan decision immediately or within minutes.<br>"
	+"<b>Step 3:</b> Print pre-filled forms and contracts."
	+"<b>Step 4:</b> Receive Funding directly into your account."

+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<b>There are 3 easy ways to submit a loan application</b>"
	+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<b>In Office</b> - You as the medical provider, may enter the application online and handle your patients needs right there, giving added value to your patients."
	+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<b>Patient Portal</b> - Your patients can apply from the comfort of their own home to any of our lenders.  They will be notified of a decision and all forms and contracts will be available online at your office."
	+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<b>Fax</b> - Your office or patient may fax the application to LLS and we will submit the application. <em>(LLS business hours apply)</em>."
	+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"Enroll Today!  Getting signed up has never been easier!"
	+"</p>"
	+'<span class="inner_next_link"><a href = "#" class="right_link_inactive">OUR SERVICES >></a></span>'
	+'<span class="inner_apply_link"><a href = "#" class="right_link_inactive"><img src="images_2/apply_now_small.png" /></a>';
	
	
	if(vertical == "medical" && subpage == "services")
		content = ""
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"Let Lifestyle Lending Solutions go to work for you!  Upon enrollment, Lifestyle Lending Solutions provides:"
	+"</p>"
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<ul class='inner_page_paragraph_font inner_page_font'>"
	+"<li>Fast and easy online application for you or your patients to apply</li>"
	+"<li>Access to our network of lenders</li>"
	+"<li>Credit application brochures (with brochure holder & insert)</li>"
	+"<li>Window Decal to let your patients know you offer local financing</li>"
	+"<li>Laminated payment chart</li>"
	+"<li>Digital eSignature  (available upon  request)</li>"
	+"<li>'Link to Us' banners and web links so your patients can apply through your website</li>"
	+"<li>'Find a Doctor' listing on credit union web pages</li>"
	+"<li>Full training and support</li>"
	+"<li>Free software enhancements</li>"
	+"<li>Updated lender rate sheets and program updates or changes</li>"
	+"<li>LLS works for you with your lenders directly to help troubleshoot any issues</li>"
	+"</ul>"
	+"</p>"
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<em>* Some products or services may vary depending on state laws and lender programs in your state</em>"
	+"</p>"
	+'<span class="inner_next_link"><a href = "#" class="right_link_inactive">OUR SERVICES >></a></span>'
	+'<span class="inner_apply_link"><a href = "#" class="right_link_inactive">CONTACT US</a>';	
	
/***************LENDERS**************************/
	if(vertical == "lenders" && subpage == "main")
		content = ""
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"Looking for innovation and growth in your loan portfolio?  Lifestyle Lending Solutions connects credit unions with local medical and retail providers to allow easy, fast financing to patients and customers." 
	+"</p>"
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"As credit unions look at their mortgage, construction and auto loans; many lenders are seeking a fresh new idea which promotes growth for new membership as well as further establishes the credit union in the local community."  
	+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"Lifestyle Lending Solutions provides turn-key solutions for credit unions wanting to offer financing to new and current members at medical and retail providers.  LLS' comprehensive, yet easy to use, software allows online applications, automated underwriting and much more!"
	+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"Tap into this new and emerging market and expand your Credit Union's loan portfolio with Lifestyle Lending Solutions (LLS)."
	+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"Lifestyle lending has evolved to cover a variety of loans typically un-secured.  Lifestyle Lending can range from financing for a child's braces, a co-pay for a lifesaving procedure, chiropractic, cosmetic surgery, hearing, vision, and many other medical practice types; to retail financing for such industries as water treatment, HVAC, computers, furniture, hot-tubs, and  much more. Lifestyle loans are consistent with the origins and philosophy of credit unions – they meet the needs of members at different stages of their lives."
	+"</p>";	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"There are many benefits to look at when investigating lifestyle lending.  The first is the basic principle of indirect lending.  By extending the services of the credit unions to medical and retail providers that members shop daily, a credit union grows its brand recognition with not only its current members, but advertises to new potential members that a credit union is truly there to offer solutions for all aspects of their daily lives. Secondly, lifestyle lending is a high yield loan product.  On average, credit unions charge rates ranging from 10%-17.99% with no reserve or flats paid to the medical or retail providers.  Currently, patients are given financing options at their doctors for several credit card companies with high cost to both patient and doctor with harsh penalties and high variable interest rates.   Another benefit to the credit union is the potential cross sell to the provider for business lending and encourages providers to bring their accounts into the credit union."
	+"</p>";	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"Local lenders make the difference!"
	+"</p>";	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"As lifestyle loans become more commonplace every year, it's important that you take advantage of lifestyle lending today. To do this, you will need the right tools to help you succeed."
	+"</p>";	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"Local lenders make the difference!"
	+"</p>"
	+'<span class="inner_next_link"><a href = "#" class="right_link_inactive">HOW IT WORKS >></a></span>'
	+'<span class="inner_apply_link"><a href = "#" class="right_link_inactive"><img src="images_2/apply_now_small.png" /></a>'
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<b>What are others saying about us?</b>"
	+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<em>The most beneficial thing [about Lifestyle Lending] is that you have an opportunity to reach out and touch people that you had no opportunity to get to before. Ninety percent of all of the loans we have made are new members, which gives us an opportunity to cross sell products and create new relationships.</em>"
	+"</p>"
	+"<b>Pat Simmons</b><br>"
	+"<em>Lifestyle Lending Manager</em><br>"
	+"Mountain America CU"

	if(vertical == "lenders" && subpage == "works")
		content = ""
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<b>Lifestyle Lending Solutions</b> is a web-based lifestyle lending software solution.   Lifestyle Lending Solutions provides three essential functions for a financial institution: online submission, Find a Doctor program, and automated underwriting.  The focus of our software is to facilitate the lending process without requiring an extensive computer background to operate the program."
	+"</p>"
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<u>Online Submission:</u>"
	+"</p>"
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"Providers and patients/clients can easily submit credit applications directly to the financial institution in 3 easy ways:"
	+"</p>"
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<b>In Office</b> – Just fill out the application located inside the brochure and give it to the office manager"
+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<b>Fax – </b>The patient/client may fill out the application and fax it to Lifestyle Lending Solutions and we will input the application on behalf of the provider."
	+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<b>Online – </b>the patient/client may apply from the comfort of their own home by going to www.lifestyleLS.com. and locate the provider through our find a doctor program or enter the provider ID directly, and complete the application process."
	+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"When a provider submits an application online to a lender, the lender's credit report is pulled and the application is sent through the automated underwriting engine which the lender has custom built.  If the loan qualifies for the financial institution’s system approval, the provider is alerted within 10 seconds. If the application fails any parameter in the automated underwriting engine, the application falls in the lender's loan queue for manual review. "
	+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<u>Find a Doctor/ Find a Retail Provider:</u>"
	+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"This exciting new tool can be directly linked the credit union’s website to help their members search for medical or retail providers in their area that offer local credit union financing.  Once the member finds the provider they are searching for they can go to the provider’s website, locate their office on a map, receive driving directions to that provider, and begin the application process by choosing 'apply now.' "
	+"</p>";
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<u>Automated Underwriting:</u>"
	+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"Each financial institution controls their underwriting engine by activating any combination of more than 35 measurements. These measurements are controlled and accessed by users with an administrative password. These measurements can be changed on a real-time basis.  The underwriting engine accomplishes several tasks. When the individual grades in the engine are made available to a provider, these grades act as system approvals.  A financial institution can build several underwriting engines.  These grades and interest rates incorporate risk based pricing.  Whether the grade is active to a provider or not, these lending measurements and guidelines are made available on an individual loan basis to the loan officer underwriting the loan. With a click of a button the current loan is compared to the financial institution’s underwriting guidelines and the loan officer is presented with each measurement in which the loan falls short."
	+"</p>"
	+'<span class="inner_next_link"><a href = "#" class="right_link_inactive">OUR SERVICES >></a></span>'
	+'<span class="inner_apply_link"><a href = "#" class="right_link_inactive">CONTACT US</a>';	
	
	if(vertical == "lenders" && subpage == "services")
		content = ""
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"Lifestyle Lending Solution will help you develop the lifestyle lending program for which you can depend. Let our expertise and technology help you!  LLS offers..."
	+"</p>"
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<ul class='inner_page_paragraph_font inner_page_font'>"
	+"<li>Automated Underwriting</li>"
	+"<li>Contract Compliance</li>"
	+"<li>Instant Approvals</li>"
	+"<li>Online Patient/ Client Portal</li>"
	+"<li>Integration to most core systems</li>"
	+"<li>'Find a Provider' Program (online)</li>"
	+"<li>0% financing compatibility</li>"
	+"<li>Digital  eSignature contracting</li>"
	+"<li>Full Provider training and support</li>"
	+"<li>Marketing material placed in provider office</li>"
	+"<li>Full Retail and Medical Contracting</li>"
	+"<li>Loan Documents and compliance</li>"
	+"<li>Quarterly Provider Surveys</li>" 
	+"<li>Lender Consulting on Lifestyle Lending</li>"
	+"</ul>"
	+"</p>"
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<em>* Some products or services may vary depending on state laws and lender programs in your state</em>"
	+"</p>"	
	+'<span class="inner_next_link"><a href = "#" class="right_link_inactive">ABOUT LLS >></a></span>'
	+'<span class="inner_apply_link"><a href = "#" class="right_link_inactive">CONTACT US</a>';		

	if(vertical == "lenders" && subpage == "about")
		content = ""
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<b>Lifestyle Lending Solutions</b> (LLS) has been working with lenders and medical providers since February of 2007, LLS is focused on the niche market of lifestyle lending and cater specifically to bringing credit unions into this new and emerging style of lending.  The lifestyle lending market creates an opportunity for credit unions to offer loans to their membership at participating providers.  Lenders  are attracted to lifestyle lending due to increased profitability, opportunities to attract new members, and the convenience of serving members at the point of sale. "
	+"</p>"
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"Lifestyle Lending Solutions builds solidarity with each of the lenders we work with by establishing long-term partnerships. To enhance our relationships, we customize programs to meet the present and future needs of our clients.  Our ability to meet these objectives is accomplished by providing highly flexible products that are specific solutions for our client base.  Our professional organization has expertise in business management, comparable financing products, software solutions, and profitability analysis."
	+"</p>"
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<b>The goal of LLS is to help create relationships that will help the financial institution optimize profits, reduce costs, and increase business associations with medical and retail providers and improve productivity.</b>"
	+"</p>"
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"LLS has unprecedented access to data and inherent customization capabilities that provide solutions to accommodate the changing needs of your business and the competitive nature of the financial services industry."
	+"</p>"
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<b>Lifestyle Lending Solutions</b> is comprised of indirect lending experts that have experience in the credit union industry, banking industry, insurance, as well as the auto lending industry. Employees of Lifestyle Lending Solutions have experience in indirect lending software and have helped in developing cutting-edge technology to credit unions."
	+"</p>"
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"Because Lifestyle Lending Solutions is dedicated to serving the needs of lenders as well as medical, and retail providers, Lifestyle Lending Solutions employees are highly motivated and knowledgeable in lifestyle lending, we are the best in the business!"
	+"</p>"
	+'<span class="inner_next_link"><a href = "#" class="right_link_inactive">SECURITY >></a></span>'
	+'<span class="inner_apply_link"><a href = "#" class="right_link_inactive">CONTACT US</a>';		

	if(vertical == "lenders" && subpage == "security")
		content = ""
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"The following is a detailed outline of our software security and data procedures:"
	+"</p>"
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"SECURITY MEASURES"
	+"</p>"
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<ul class='inner_page_paragraph_font inner_page_font'>"
	+"<li>Audited and certified annually by TruSecure</li>"
	+"<li>Double Firewall Technology</li>"
	+"<li>128-bit Secure Socket Layer (SSL) Encryption</li>"
	+"<li>Proprietary Encryption Technology</li>"
	+"<li>Security Monitoring</li>"
	+"<li>Session Timeout</li>"
	+"<li>Security Training</li>"
	+"</ul>"
	+"</p>"	
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"BACKUP & FAILSAFE PROCEDURES"
	+"</p>"
	+"<p class='inner_page_paragraph_font inner_page_font'>"
	+"<ul class='inner_page_paragraph_font inner_page_font'>"
	+"<li>Redundant Multi-Layered Infrastructure</li>"
	+"<li>Flexible and Scalable</li>"
	+"<li>No single point of failure</li>"
	+"<li>Proprietary Real-Time Data Backup</li>"
	+"<li>Load Balancing and Redundant Web Server</li>"
	+"<li>Database Server Redundancy</li>"
	+"<li>Redundant Fiber Connection to Internet</li>"
	+"<li>Battery Backup Power Source</li>"
	+"<li>Gas Generator Backup Power Source</li>"
	+"<li>Quarterly and Annual Audits by TruSecure</li>"
	+"<li>Full-Mirror Site located in Texas</li>"
	+"</ul>"
	+"</p>"	
	+'<span class="inner_next_link"><a href = "#" class="right_link_inactive">WHITE PAPER >></a></span>'
	+'<span class="inner_apply_link"><a href = "#" class="right_link_inactive">CONTACT US</a>';		

if(vertical == "lenders" && subpage == "whitepapers")
		content = ""
	+'<span class="inner_next_link"><a href = "#" class="right_link_inactive">Lifestyle Lending: need a lending checkup? The doctor will see you now.</a></span>'
	+'<span class="inner_next_link"><a href = "#" class="right_link_inactive">CUs Expand Options At Point Of Sale</a></span>'
	+'<span class="inner_next_link"><a href = "#" class="right_link_inactive">Economy Secondary As "Dreams" Drive Lifestyle Lending</a></span><br><br><br>'
	+'<span class="inner_next_link"><a href = "#" class="right_link_inactive">CONTACT US >></a></span>'	
	document.write(content);
}

var RecaptchaOptions = {
   theme : 'clean'
};

function alert_if_necessary()
{
	if(location.href.indexOf("?success") > 0)
		alert("Thank You!\nYour message has been successfully sent.\nWe will have a representative contact you shortly!");
	if(location.href.indexOf("?error") > 0)
		alert("The text you entered below was incorrect.\nPlease enter the text correctly below and re-submit.");						
}


function validate(chk, type)
{
		chk = document.getElementsByName(chk)[0];
		if (chk.checked != 1)
			alert("You must agree to the terms provided in the 'Proivder Agreement' before you can submit your application.");
		else
			document.myform.submit();
}
