/* lbbw.de Startseite Javascript Funktionen - Version 1.0 brandperfection GmbH 2005 21.06.2006 */

//
// Dropdown Startseite
//
function dropdown_startseite(){
	document.write('<div class="LayerDropdownMenu" onmouseover="MM_showHideLayers(\'optInt\',\'\',\'show\');" onmouseout="MM_showHideLayers(\'optInt\',\'\',\'hide\');">');
	document.write('	<div class="text">Direkter Zugang zu<br /><strong>Banking und Brokerage</strong>&nbsp;&raquo;</div>');
	document.write('	<div id="optInt" class="options">');
	document.write('		<a href="#">Internetbanking</a>');
	document.write('		<a href="#">Direktbrokerage</a>');
	document.write('		<a href="#">Kartenservice Online</a>');
	document.write('	</div>');
	document.write('</div>');
}


/* Konzern Selectbox */
function selectbox1_startseite(){
			document.write('<div class="startpageJumpMenu">');
			document.write('<form class="pulldown" method="post" action="#">');
            document.write('<select name="ziel" onchange="jump_outside(this.form);">');

            /*document.write('  <option value="">Bitte w&auml;hlen Sie ...</option>');*/
			document.write('  <option value="">Tochterunternehmen ...</option>');
			document.write('  <option value="index-2.html">&Uuml;bersicht Tochterunternehmen</option>');
			document.write('  <option value="index-2.html">BW-Bank</option>');
			document.write('  <option value="index-2.html">LEG Baden-W&uuml;rttemberg mbH</option>');
			document.write('  <option value="index-2.html">LPR Landesbank Rheinland-Pfalz</option>');
           	document.write('   <option value="index-2.html">LBBW Trust GmbH</option>');
            document.write('  <option value="index-2.html">L-Immobilien GmbH</option>');
            document.write('  <option value="index-2.html">MKB Mittelrheinische Bank GmbH</option>');
            document.write('  <option value="index-2.html">MMV Leasing GmbH</option>');
            document.write('  <option value="index-2.html">S&uuml;dBau</option>');
            document.write('  <option value="index-2.html">S&uuml;dFactoring GmbH</option>');
            document.write('  <option value="index-2.html">S&uuml;dKA</option>');
            document.write('  <option value="index-2.html">S&uuml;dKB</option>');
            document.write('  <option value="index-2.html">S&uuml;dLeasing GmbH</option>');
            document.write('  <option value="index-2.html">S&uuml;dLeasing Berlin GmbH</option>');
            document.write('  <option value="index-2.html">S&uuml;dLeasing Immobilien GmbH</option>');
            document.write('  <option value="index-2.html">S&uuml;d Private Equity GmbH &amp; Co. KGaA</option>');
            document.write('  <option value="index-2.html">S&Uuml;D VENTURE CAPITAL</option>');
            document.write('  <option value="index-2.html">S&uuml;dWERT</option>');

            document.write('</select>');
            document.write('</form>');
 			document.write('</div>');
}



/* Internationale Standorte - Selectbox */
function selectbox2_startseite(){
			document.write('<div class="startpageJumpMenu">');
			document.write('<form class="pulldown" method="post" action="#">');
            document.write('<select name="ziel" onchange="jump_outside(this.form);">');

            /*document.write('	<option value="">Bitte w&auml;hlen Sie ...</option>');*/
			document.write('  <option value="">Internationale Standorte ...</option>');
			document.write('	<option value="index-2.html">&Uuml;bersicht Internationale Standorte</option>');
            document.write('	<option value="indexc23e.html?amsterdam">Amsterdam</option>');
            document.write('	<option value="indexdea5.html?barcelona">Barcelona</option>');
            document.write('	<option value="index0420.html?beijing">Beijing</option>');
            document.write('	<option value="index865f.html?budapest">Budapest</option>');
            document.write('	<option value="index2074.html?hanoi">Hanoi</option>');
            document.write('	<option value="indexbc18.html?london">London</option>');
            document.write('	<option value="indexed25.html?madrid">Madrid</option>');
            document.write('	<option value="indexe306.html?mailand">Mailand</option>');
            document.write('	<option value="indexd342.html?mexiko-stadt">Mexiko-Stadt</option>');
            document.write('    <option value="index70ed.html?mumbai">Mumbai</option>');
            document.write('	<option value="index3693.html?newyork">New York</option>');
            document.write('	<option value="indexccbe.html?paris">Paris</option>');
            document.write('    <option value="indexe575.html?prag">Prag</option>');
            document.write('	<option value="indexc63a.html?saopaulo">Sao Paulo</option>');
            document.write('	<option value="index2263.html?shanghai">Shanghai</option>');
            document.write('    <option value="index519d.html?singapur">Singapur</option>');
            document.write('	<option value="index5927.html?tokio">Tokio</option>');
            document.write('	<option value="index9b08.html?warschau">Warschau</option>');
            document.write('	<option value="index95b8.html?wien">Wien</option>');
            document.write('	<option value="index8688.html?zuerich">Z&uuml;rich</option>');
            document.write('    <option value="index-2.html">German Centre Bejing</option>');
            document.write('    <option value="index-2.html">German Centre Mexico</option>');
            document.write('    <option value="index-2.html">German Centre Singapore</option>');

            document.write('</select>');
            document.write('</form>');
			document.write('</div>');
}
