// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Page Loaded','Layout','Open Window',F_Parm('name','Ein frohes neues Jahr','URL','./Silvester/silvester.html','width',280,'height',385,'top',150,'left',100,'toolbar','no','menubar','no','location','no','status','no','resizable','no','directories','no','scrollbars','no'),0));
	F_OM('LayoutBereich1' , 'LayoutBereich1LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Navigationsleiste2' , 'Navigationsleiste2LYR', 'nav', 'LayoutBereich1',null,'',0);
 
		F_OM('Navigationsleiste3' , 'Navigationsleiste3LYR', 'nav', 'LayoutBereich1',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltflaeche1" : { image: "./Start_HButtonorange.gif", rollover: "./Start_HRButtonrot.gif", w: 114, h: 20 },
	"Navigationsschaltflaeche2" : { image: "./D4F_-_Kurse_NButtonblau.gif", rollover: "./D4F_-_Kurse_NRButtonrot.gif", w: 114, h: 20 },
	"Navigationsschaltflaeche3" : { image: "./Dance_4_Kids_NButtonblau.gif", rollover: "./Dance_4_Kids_NRButtonrot_1.gif", w: 114, h: 20 },
	"Navigationsschaltflaeche4" : { image: "./Projekte_Works._NButtonblau.gif", rollover: "./Projekte_Works._NRButtonrot_1.gif", w: 114, h: 20 },
	"Navigationsschaltflaeche5" : { image: "./Contests_NButtonblau.gif", rollover: "./Contests_NRButtonrot_1.gif", w: 114, h: 20 }
};

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


ButtonsImageMapping["Navigationsleiste3"] = {
	"Navigationsschaltflaeche6" : { image: "./Lehrer_NButtonblau.gif", rollover: "./Lehrer_NRButtonrot.gif", w: 114, h: 20 },
	"Navigationsschaltflaeche7" : { image: "./Kontakt_NButtonblau.gif", rollover: "./Kontakt_NRButtonrot_1.gif", w: 114, h: 20 },
	"Navigationsschaltflaeche8" : { image: "./Chat_NButtonblau.gif", rollover: "./Chat_NRButtonrot.gif", w: 114, h: 20 },
	"Navigationsschaltflaeche9" : { image: "./Forum_NButtonblau.gif", rollover: "./Forum_NRButtonrot.gif", w: 114, h: 20 },
	"Navigationsschaltflaeche10" : { image: "./Links_NButtonblau.gif", rollover: "./Links_NRButtonrot_1.gif", w: 114, 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


