function newWindow(href) {
	window.open(href);

}
   
function toggleText(item1) {
	resetText();
	var listElementStyle = document.getElementById(item1).style;
	listElementStyle.visibility="visible";
}

function resetText()
{
	document.getElementById('box1').style.visibility ="hidden";
	document.getElementById('box2').style.visibility ="hidden";
	document.getElementById('box3').style.visibility ="hidden";
	document.getElementById('box4').style.visibility ="hidden";
	document.getElementById('box5').style.visibility ="hidden";
	document.getElementById('box6').style.visibility ="hidden";
}

function tip_iphone() {
	Tip('<div><strong>Registration          <p>            </p>        </strong>    <p>    Please register a User ID and Password at Mercedes-BenzFinancial.com prior to your download of the App. After entering your login credentials, we will    prompt you with your security question established at the time of registration. Simply provide the answer and your device is registered to access your    Mercedes-Benz Financial account information on-the-go.    <p>    </p></p><p>    <p>    </p></p><strong>Secure Account Log In</strong>        <p>        </p>    <p>    Log in using your Mercedes-BenzFinancial.com User ID and Password to make your monthly vehicle payment, request a payoff quote or access detailed    account information.    <p>    </p></p><p>    <p>    </p></p><strong>Dealer Locator</strong>        <p>        </p>    <p>    Locate and find directions for a dealer near you using GPS technology or search manually by entering a ZIP Code.    <p>    </p></p><p>    <strong>        <p>        </p>    </strong></p><strong>What\'s New</strong>        <p>        </p>    <p>    Browse current special offers and find out about the latest Mercedes-Benz Financial products and services.    <p>    </p></p><p>    <p>    </p></p><strong>Contact Us</strong>        <p>        </p>    <p>    Access important Mercedes-Benz Financial contact information.    <p>    </p></p><p>    <p>    </p></p></div>');

}

function tip_blackberry() {
	Tip('<div><strong>Registration          <p>            </p>        </strong>    <p>    Please register a User ID and Password at Mercedes-BenzFinancial.com prior to your download of the App. After entering your login credentials, we will    prompt you with your security question established at the time of registration. Simply provide the answer and your device is registered to access your    Mercedes-Benz Financial account information on-the-go.    <p>    </p></p><p>    <p>    </p></p><strong>Secure Account Log In</strong>        <p>        </p>    <p>    Log in using your Mercedes-BenzFinancial.com User ID and Password to make your monthly vehicle payment, request a payoff quote or access detailed    account information.    <p>    </p></p><p>    <p>    </p></p><strong>Dealer Locator</strong>        <p>        </p>    <p>    Locate and find directions for a dealer near you by entering a ZIP Code or State.    <p>    </p></p><p>    <strong>        <p>        </p>    </strong></p><strong>What\'s New</strong>        <p>        </p>    <p>    Browse current special offers and find out about the latest Mercedes-Benz Financial products and services.    <p>    </p></p><p>    <p>    </p></p><strong>Contact Us</strong>        <p>        </p>    <p>    Access important Mercedes-Benz Financial contact information.    <p>    </p></p><p>    <p>    </p></p></div>');

}
/*function tip_register() {
	Tip('<strong class="podStyle">Registration</strong><p><span class="lightcon">Please register a User ID and Password at Mercedes-BenzFinancial.com prior to your download of the App.  After entering your login credentials, we will prompt you with your security question established at the time of registration.  Simply provide the answer and your device is registered to access your Mercedes-Benz Financial account information on-the-go.</span></p>');

}

function tip_login() {
	Tip('<strong class="podStyle">Secure Account Log In</strong><p><span class="lightcon">Log in using your Mercedes-BenzFinancial.com User ID and Password to make your monthly vehicle payment, request a payoff quote or access detailed account information.</span></p>');

}

function tip_dealer() {
	Tip('<strong class="podStyle">Dealer Locator</strong><p><span class="lightcon">Locate and find directions for a dealer near you using GPS technology or search manually by entering a ZIP Code.</span></p>');

}

function tip_whatsnew() {
	Tip('<strong class="podStyle">What\'s New</strong><p><span class="lightcon">Browse current special offers and find out about the latest Mercedes-Benz Financial products and services.</span></p>');

}

function tip_contactus() {
	Tip('<strong class="podStyle">Contact Us</strong><p><span class="lightcon">Access important Mercedes-Benz Financial contact information.</span></p>', WIDTH,-1);

}*/