// 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('LayoutBereich2' , 'LayoutBereich2LYR', 'lyr', 'LayoutBereich1',null,'',0);
 
			F_OM('Navigationsleiste2' , 'Navigationsleiste2LYR', 'nav', 'LayoutBereich2',null,'',0);
 
			F_OM('LayoutBereich3' , 'LayoutBereich3LYR', 'lyr', 'LayoutBereich2',null,'',0);
 
			F_OM('Tabelle40' , 'Tabelle40LYR', 'lyr', 'LayoutBereich2',null,'',0);
 
		F_OM('Navigationsleiste1' , 'Navigationsleiste1LYR', 'nav', 'LayoutBereich1',null,'',0);
 
		F_OM('Navigationsleiste3' , 'Navigationsleiste3LYR', 'nav', 'LayoutBereich1',null,'',0);
 
		F_OM('Tabelle1' , 'Tabelle1LYR', 'lyr', 'LayoutBereich1',null,'',0);
 
		F_OM('Bild10' , 'Bild10LYR', 'img', 'LayoutBereich1',new Array(
		'Mouse Over','Bild19','Show','',0),'',0);
 		F_OM('Bild19' , 'Bild19LYR', 'img', 'LayoutBereich1',new Array(
		'Mouse Out','Bild19','Hide','',0,
		'Clicked','Layout','Go To','./Baumarkt/baumarkt.html',0),'',0);
 		F_OM('Bild22' , 'Bild22LYR', 'img', 'LayoutBereich1',new Array(
		'Mouse Over','Bild16','Show','',0),'',0);
 		F_OM('Bild16' , 'Bild16LYR', 'img', 'LayoutBereich1',new Array(
		'Mouse Out','Bild16','Hide','',0,
		'Clicked','Layout','Go To','./Fliesen/fliesen.html',0),'',0);
 		F_OM('Bild23' , 'Bild23LYR', 'img', 'LayoutBereich1',new Array(
		'Mouse Over','Bild11','Show','',0),'',0);
 		F_OM('Bild11' , 'Bild11LYR', 'img', 'LayoutBereich1',new Array(
		'Mouse Out','Bild11','Hide','',0,
		'Clicked','Layout','Go To','./Dach_-_Fassaden/dach_-_fassaden.html',0),'',0);
 		F_OM('Bild25' , 'Bild25LYR', 'img', 'LayoutBereich1',new Array(
		'Mouse Over','Bild24','Show','',0),'',0);
 		F_OM('Bild24' , 'Bild24LYR', 'img', 'LayoutBereich1',new Array(
		'Mouse Out','Bild24','Hide','',0,
		'Clicked','Layout','Go To','./Innenausbau/innenausbau.html',0),'',0);
 		F_OM('Bild26' , 'Bild26LYR', 'img', 'LayoutBereich1',new Array(
		'Mouse Over','Bild13','Show','',0),'',0);
 		F_OM('Bild13' , 'Bild13LYR', 'img', 'LayoutBereich1',new Array(
		'Mouse Out','Bild13','Hide','',0,
		'Clicked','Layout','Go To','./Estrich/estrich.html',0),'',0);
 		F_OM('Bild27' , 'Bild27LYR', 'img', 'LayoutBereich1',new Array(
		'Mouse Over','Bild14','Show','',0),'',0);
 		F_OM('Bild14' , 'Bild14LYR', 'img', 'LayoutBereich1',new Array(
		'Mouse Out','Bild14','Hide','',0,
		'Clicked','Layout','Go To','./Hochbau/hochbau.html',0),'',0);
 		F_OM('Bild28' , 'Bild28LYR', 'img', 'LayoutBereich1',new Array(
		'Mouse Over','Bild15','Show','',0),'',0);
 		F_OM('Bild15' , 'Bild15LYR', 'img', 'LayoutBereich1',new Array(
		'Mouse Out','Bild15','Hide','',0,
		'Clicked','Layout','Go To','./Tiefbau/tiefbau.html',0),'',0);
 		F_OM('Bild29' , 'Bild29LYR', 'img', 'LayoutBereich1',new Array(
		'Mouse Over','Bild18','Show','',0),'',0);
 		F_OM('Bild18' , 'Bild18LYR', 'img', 'LayoutBereich1',new Array(
		'Mouse Out','Bild18','Hide','',0,
		'Clicked','Layout','Go To','./Ausstellungen/ausstellungen.html',0),'',0);
 		F_OM('Bild30' , 'Bild30LYR', 'img', 'LayoutBereich1',new Array(
		'Mouse Over','Bild17','Show','',0),'',0);
 		F_OM('Bild17' , 'Bild17LYR', 'img', 'LayoutBereich1',new Array(
		'Mouse Out','Bild17','Hide','',0,
		'Clicked','Layout','Go To','./Aussenanlagen/aussenanlagen.html',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild10A').bind('mouseover', function(__e) { return (F_e('Bild10', F_MV, __e)); } );
	$('#Bild19A').bind('click', function(__e) { return (F_e('Bild19', F_CL, __e)); } );
	$('#Bild19A').bind('mouseout', function(__e) { return (F_e('Bild19', F_MT, __e)); } );
	$('#Bild22A').bind('mouseover', function(__e) { return (F_e('Bild22', F_MV, __e)); } );
	$('#Bild16A').bind('click', function(__e) { return (F_e('Bild16', F_CL, __e)); } );
	$('#Bild16A').bind('mouseout', function(__e) { return (F_e('Bild16', F_MT, __e)); } );
	$('#Bild23A').bind('mouseover', function(__e) { return (F_e('Bild23', F_MV, __e)); } );
	$('#Bild11A').bind('click', function(__e) { return (F_e('Bild11', F_CL, __e)); } );
	$('#Bild11A').bind('mouseout', function(__e) { return (F_e('Bild11', F_MT, __e)); } );
	$('#Bild25A').bind('mouseover', function(__e) { return (F_e('Bild25', F_MV, __e)); } );
	$('#Bild24A').bind('click', function(__e) { return (F_e('Bild24', F_CL, __e)); } );
	$('#Bild24A').bind('mouseout', function(__e) { return (F_e('Bild24', F_MT, __e)); } );
	$('#Bild26A').bind('mouseover', function(__e) { return (F_e('Bild26', F_MV, __e)); } );
	$('#Bild13A').bind('click', function(__e) { return (F_e('Bild13', F_CL, __e)); } );
	$('#Bild13A').bind('mouseout', function(__e) { return (F_e('Bild13', F_MT, __e)); } );
	$('#Bild27A').bind('mouseover', function(__e) { return (F_e('Bild27', F_MV, __e)); } );
	$('#Bild14A').bind('click', function(__e) { return (F_e('Bild14', F_CL, __e)); } );
	$('#Bild14A').bind('mouseout', function(__e) { return (F_e('Bild14', F_MT, __e)); } );
	$('#Bild28A').bind('mouseover', function(__e) { return (F_e('Bild28', F_MV, __e)); } );
	$('#Bild15A').bind('click', function(__e) { return (F_e('Bild15', F_CL, __e)); } );
	$('#Bild15A').bind('mouseout', function(__e) { return (F_e('Bild15', F_MT, __e)); } );
	$('#Bild29A').bind('mouseover', function(__e) { return (F_e('Bild29', F_MV, __e)); } );
	$('#Bild18A').bind('click', function(__e) { return (F_e('Bild18', F_CL, __e)); } );
	$('#Bild18A').bind('mouseout', function(__e) { return (F_e('Bild18', F_MT, __e)); } );
	$('#Bild30A').bind('mouseover', function(__e) { return (F_e('Bild30', F_MV, __e)); } );
	$('#Bild17A').bind('click', function(__e) { return (F_e('Bild17', F_CL, __e)); } );
	$('#Bild17A').bind('mouseout', function(__e) { return (F_e('Bild17', F_MT, __e)); } );
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltflaeche1" : { image: "./Home_HCMS-SCH03b.jpg", rollover: "./Home_HRCMS-SCH03b.jpg", w: 170, h: 20 },
	"Navigationsschaltflaeche2" : { image: "./Unternehmen_NCMS-SCH01b.jpg", rollover: "./Unternehmen_NRCMS-SCH02b.jpg", w: 170, h: 20 },
	"Navigationsschaltflaeche3" : { image: "./Chronik_NCMS-SCH01b.jpg", rollover: "./Chronik_NRCMS-SCH02b.jpg", w: 170, h: 20 },
	"Navigationsschaltflaeche4" : { image: "./Verbund_NCMS-SCH01b.jpg", rollover: "./Verbund_NRCMS-SCH02b.jpg", w: 170, h: 20 },
	"Navigationsschaltflaeche5" : { image: "./Ausstellungen_NCMS-SCH01b.jpg", rollover: "./Ausstellungen_NRCMS-SCH02b.jpg", w: 170, h: 20 },
	"Navigationsschaltflaeche6" : { image: "./Partner_NCMS-SCH01b.jpg", rollover: "./Partner_NRCMS-SCH02b.jpg", w: 170, h: 20 },
	"Navigationsschaltflaeche7" : { image: "./Hochbau_NCMS-SCH01b.jpg", rollover: "./Hochbau_NRCMS-SCH02b.jpg", w: 170, h: 20 },
	"Navigationsschaltflaeche8" : { image: "./Tiefbau_NCMS-SCH01b.jpg", rollover: "./Tiefbau_NRCMS-SCH02b.jpg", w: 170, h: 20 },
	"Navigationsschaltflaeche9" : { image: "./Innenausbau_NCMS-SCH01b.jpg", rollover: "./Innenausbau_NRCMS-SCH02b.jpg", w: 170, h: 20 },
	"Navigationsschaltflaeche10" : { image: "./Estrich_NCMS-SCH01b.jpg", rollover: "./Estrich_NRCMS-SCH02b.jpg", w: 170, h: 20 },
	"Navigationsschaltflaeche11" : { image: "./Fliesen_NCMS-SCH01b.jpg", rollover: "./Fliesen_NRCMS-SCH02b.jpg", w: 170, h: 20 },
	"Navigationsschaltflaeche12" : { image: "./Dach---Fassaden_NCMS-SCH01b.jpg", rollover: "./Dach---Fassaden_NRCMS-SCH02b.jpg", w: 170, h: 20 },
	"Navigationsschaltflaeche13" : { image: "./Aussenanlagen_NCMS-SCH01b.jpg", rollover: "./Aussenanlagen_NRCMS-SCH02b.jpg", w: 170, h: 20 },
	"Navigationsschaltflaeche14" : { image: "./Baumarkt_NCMS-SCH01b.jpg", rollover: "./Baumarkt_NRCMS-SCH02b.jpg", w: 170, h: 20 },
	"Navigationsschaltflaeche15" : { image: "./Flussiggas-in-Flaschen_NCMS-SCH01b.jpg", rollover: "./Flussiggas-in-Flaschen_NRCMS-SCH02b.jpg", w: 170, h: 20 },
	"Navigationsschaltflaeche16" : { image: "./Online-Kataloge_NCMS-SCH01b.jpg", rollover: "./Online-Kataloge_NRCMS-SCH02b.jpg", w: 170, h: 20 }
};

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


ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltflaeche17" : { image: "./Service_NCMS-SCH01b_1.jpg", rollover: "./Service_NRCMS-SCH02b_1.jpg", w: 96, h: 20 },
	"Navigationsschaltflaeche18" : { image: "./Anfahrt_NCMS-SCH01b_1.jpg", rollover: "./Anfahrt_NRCMS-SCH02b_1.jpg", w: 96, h: 20 },
	"Navigationsschaltflaeche19" : { image: "./Kontakt_NCMS-SCH01b_1.jpg", rollover: "./Kontakt_NRCMS-SCH02b_1.jpg", w: 96, h: 20 },
	"Navigationsschaltflaeche20" : { image: "./Impressum_NCMS-SCH01b_1.jpg", rollover: "./Impressum_NRCMS-SCH02b_1.jpg", w: 96, h: 20 }
};

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


ButtonsImageMapping["Navigationsleiste3"] = {
	"Navigationsschaltflaeche21" : { image: "./Aktuelle-Angebote_NCMS-SCH-rot-03.jpg", rollover: "./Aktuelle-Angebote_NRCMS-SCH02b.jpg", w: 170, h: 20 }
};

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


// End Navigation Bars


