// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('elke' , 'elkeLYR', 'img', 'Layout',new Array(
	'Mouse Over','eze','Show','',0,
	'Mouse Out','eze','Hide','',0,
	'Clicked','Layout','Go To','../html/elkera.html',0),'',0);
 	F_OM('tomas' , 'tomasLYR', 'img', 'Layout',new Array(
	'Mouse Over','tom','Show','',0,
	'Mouse Out','tom','Hide','',0,
	'Clicked','Layout','Go To','../html/thomasf.html',0),'',0);
 	F_OM('struMaren' , 'struMarenLYR', 'img', 'Layout',new Array(
	'Mouse Over','maren','Show','',0,
	'Mouse Out','maren','Hide','',0,
	'Clicked','Layout','Go To','../html/marens.html',0),'',0);
 	F_OM('danni' , 'danniLYR', 'img', 'Layout',new Array(
	'Mouse Over','daniel','Show','',0,
	'Mouse Out','daniel','Hide','',0,
	'Clicked','Layout','Go To','../html/danielo.html',0),'',0);
 	F_OM('eze' , 'ezeLYR', 'txt', 'Layout',null,'',0);
 	F_OM('daniel' , 'danielLYR', 'txt', 'Layout',null,'',0);
 	F_OM('tom' , 'tomLYR', 'txt', 'Layout',null,'',0);
 	F_OM('maren' , 'marenLYR', 'txt', 'Layout',null,'',0);
 	F_OM('NavigationBar1' , 'NavigationBar1LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('Picture17' , 'Picture17LYR', 'img', 'Layout',new Array(
	'Mouse Over','kathi','Show','',0,
	'Mouse Out','kathi','Hide','',0,
	'Clicked','Layout','Go To','../html/kathib.html',0),'',0);
 	F_OM('kathi' , 'kathiLYR', 'txt', 'Layout',null,'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#elkeA').bind('click', function(__e) { return (F_e('elke', F_CL, __e)); } );
	$('#elkeA').bind('mouseover', function(__e) { return (F_e('elke', F_MV, __e)); } );
	$('#elkeA').bind('mouseout', function(__e) { return (F_e('elke', F_MT, __e)); } );
	$('#tomasA').bind('click', function(__e) { return (F_e('tomas', F_CL, __e)); } );
	$('#tomasA').bind('mouseover', function(__e) { return (F_e('tomas', F_MV, __e)); } );
	$('#tomasA').bind('mouseout', function(__e) { return (F_e('tomas', F_MT, __e)); } );
	$('#struMarenA').bind('click', function(__e) { return (F_e('struMaren', F_CL, __e)); } );
	$('#struMarenA').bind('mouseover', function(__e) { return (F_e('struMaren', F_MV, __e)); } );
	$('#struMarenA').bind('mouseout', function(__e) { return (F_e('struMaren', F_MT, __e)); } );
	$('#danniA').bind('click', function(__e) { return (F_e('danni', F_CL, __e)); } );
	$('#danniA').bind('mouseover', function(__e) { return (F_e('danni', F_MV, __e)); } );
	$('#danniA').bind('mouseout', function(__e) { return (F_e('danni', F_MT, __e)); } );
	$('#Picture17A').bind('click', function(__e) { return (F_e('Picture17', F_CL, __e)); } );
	$('#Picture17A').bind('mouseover', function(__e) { return (F_e('Picture17', F_MV, __e)); } );
	$('#Picture17A').bind('mouseout', function(__e) { return (F_e('Picture17', F_MT, __e)); } );
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"NavigationButton1" : { image: "../assets/images/autogen/home___Nregular_1.jpg", rollover: "../assets/images/autogen/home___NRregular_1.jpg", w: 102, h: 52 }
};

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


// End Navigation Bars

