// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Tabelle23' , 'Tabelle23LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Tabelle2' , 'Tabelle2LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Bild703' , 'Bild703LYR', 'img', 'Tabelle2',null,'',0);
 
		F_OM('Bild702' , 'Bild702LYR', 'img', 'Tabelle2',new Array(
,
		'Clicked','_parent:Layout','Go To','http://www.rustica-mallorca.de/Slide-shows/RO-617/index.html',0),'',0);
 
	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();
	$('#Bild703A').bind('mouseover', function(__e) { return (F_e('Bild703', F_MV, __e)); } );
	$('#Bild703A').bind('mouseout', function(__e) { return (F_e('Bild703', F_MT, __e)); } );
	$('#Bild702A').bind('click', function(__e) { return (F_e('Bild702', F_CL, __e)); } );
	$('#Bild702A').bind('mouseover', function(__e) { return (F_e('Bild702', F_MV, __e)); } );
	$('#Bild702A').bind('mouseout', function(__e) { return (F_e('Bild702', F_MT, __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_noveHPrimHi.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_NPrim_2.gif", w: 147, h: 29 },
	"Navigationsschaltfläche13" : { image: "../Link-Partner_NPrim_2.gif", w: 147, h: 29 },
	"Navigationsschaltfläche14" : { image: "../Nautic_NPrim_2.gif", w: 147, h: 29 },
	"Navigationsschaltfläche15" : { image: "../Haustechnik________-_tecnologiNPrim_1.gif", w: 147, h: 29 },
	"Navigationsschaltfläche16" : { image: "../Kamin-Systeme______-__chimeneaNPrim_1.gif", w: 147, h: 29 },
	"Navigationsschaltfläche17" : { image: "../Impressum_NPrim_2.gif", w: 147, h: 29 },
	"Navigationsschaltfläche18" : { image: "../Inmob._International_NPrim_2.gif", w: 147, h: 29 },
	"Navigationsschaltfläche19" : { 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

