// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Layoutbereich1' , 'Layoutbereich1LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('FormularKombinationsfeld1' , '', 'sel', 'Layoutbereich1',new Array(
		'Change','FormularKombinationsfeld1','Get Selected Value','',1),'Layoutbereich1FORMULAR',0,'Land');
 
		F_OM('FormularKombinationsfeld3' , '', 'sel', 'Layoutbereich1',new Array(
		'Change','FormularKombinationsfeld3','Get Selected Value','',1),'Layoutbereich1FORMULAR',0,'Rubrik');
 
	F_OM('VertikalNavigationsleiste2' , 'VertikalNavigationsleiste2LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('Tabelle11' , 'Tabelle11LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Tabelle12' , 'Tabelle12LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Tabelle17' , 'Tabelle17LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Tabelle18' , 'Tabelle18LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Tabelle21' , 'Tabelle21LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Tabelle22' , 'Tabelle22LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Tabelle87' , 'Tabelle87LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Tabelle26' , 'Tabelle26LYR', 'lyr', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#FormularKombinationsfeld3').bind('change', function(__e) { return (F_e('FormularKombinationsfeld3', F_CH, __e)); } );
	$('#FormularKombinationsfeld1').bind('change', function(__e) { return (F_e('FormularKombinationsfeld1', F_CH, __e)); } );
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["VertikalNavigationsleiste2"] = {
	"Navigationsschaltfläche1" : { image: "../Home_NPrim_1.gif", w: 147, h: 29 },
	"Navigationsschaltfläche2" : { image: "../Ferienhauser_NPrim_2.gif", w: 147, h: 29 },
	"Navigationsschaltfläche3" : { image: "../Stadthauser_NPrim_2.gif", w: 147, h: 29 },
	"Navigationsschaltfläche4" : { image: "../Grundstueck__NPrim_2.gif", w: 147, h: 29 },
	"Navigationsschaltfläche5" : { image: "../Luxus-Villa_NPrim_2.gif", w: 147, h: 29 },
	"Navigationsschaltfläche6" : { image: "../Finca_rustico__landliche_GrundNPrim_2.gif", w: 147, h: 29 },
	"Navigationsschaltfläche7" : { image: "../Existenzen__________-_la_existNPrim_1.gif", w: 147, h: 29 },
	"Navigationsschaltfläche8" : { image: "../Urlaub_buchen________para_vacaNPrim_1.gif", w: 147, h: 29 },
	"Navigationsschaltfläche9" : { image: "../Neuzugange___________-_la_noveNPrim_1.gif", w: 147, h: 29 },
	"Navigationsschaltfläche10" : { image: "../Etagenwohnung_-_Piso_-_Flat_NPrim_1.gif", w: 147, h: 29 },
	"Navigationsschaltfläche11" : { image: "../Wir_uber_uns________-_nosotrosNPrim_1.gif", w: 147, h: 29 },
	"Navigationsschaltfläche12" : { image: "../ABO-SERVICE_HPrimHi_1.gif", w: 147, h: 29 },
	"Navigationsschaltfläche13" : { image: "../Formular_-Suche-_NPrim_1.gif", w: 147, h: 29 },
	"Navigationsschaltfläche14" : { image: "../Link-Partner_NPrim_2.gif", w: 147, h: 29 },
	"Navigationsschaltfläche15" : { image: "../Nautic_NPrim_2.gif", w: 147, h: 29 },
	"Navigationsschaltfläche16" : { image: "../Haustechnik________-_tecnologiNPrim_1.gif", w: 147, h: 29 },
	"Navigationsschaltfläche17" : { image: "../Kamin-Systeme______-__chimeneaNPrim_1.gif", w: 147, h: 29 },
	"Navigationsschaltfläche18" : { image: "../Impressum_NPrim_2.gif", w: 147, h: 29 },
	"Navigationsschaltfläche19" : { image: "../Inmob._International_NPrim_2.gif", w: 147, h: 29 },
	"Navigationsschaltfläche20" : { image: "../Mietangebote_NPrim.gif", w: 147, h: 29 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "VertikalNavigationsleiste2", autoClose: false });
	$("#VertikalNavigationsleiste2").nofNavBar({isMain: true, orientation: "vertical" });
	$("#VertikalNavigationsleiste2 ul").hide();
});


// End Navigation Bars


