// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('TextSuche' , 'TextSucheLYR', 'txt', 'Layout',null,'',0);
 	F_OM('TextAktuelles' , 'TextAktuellesLYR', 'txt', 'Layout',null,'',0);
 	F_OM('TextAngebote' , 'TextAngeboteLYR', 'txt', 'Layout',null,'',0);
 	F_OM('TextPraxis' , 'TextPraxisLYR', 'txt', 'Layout',null,'',0);
 	F_OM('TextInfo' , 'TextInfoLYR', 'txt', 'Layout',null,'',0);
 	F_OM('TextLinks' , 'TextLinksLYR', 'txt', 'Layout',null,'',0);
 	F_OM('TextVerein' , 'TextVereinLYR', 'txt', 'Layout',null,'',0);
 	F_OM('Bild2' , 'Bild2LYR', 'img', 'Layout',null,'',0);
 
		F_OM_Map('RechteckHotspot1' , 'rect', 'Bild2',new Array(
		'Mouse Over','TextAktuelles','Show','',0,
		'Mouse Out','TextAktuelles','Hide','',0,
		'Clicked','Layout','Go To','./html/veranstaltungen.html',0),451,143,537,231);
		F_OM_Map('RechteckHotspot2' , 'rect', 'Bild2',new Array(
		'Mouse Over','TextAngebote','Show','',0,
		'Mouse Out','TextAngebote','Hide','',0,
		'Clicked','Layout','Go To','./html/angebote1.html',0),452,232,538,320);
		F_OM_Map('RechteckHotspot3' , 'rect', 'Bild2',new Array(
		'Mouse Over','TextInfo','Show','',0,
		'Mouse Out','TextInfo','Hide','',0,
		'Clicked','Layout','Go To','./html/info.html',0),453,323,539,411);
		F_OM_Map('RechteckHotspot4' , 'rect', 'Bild2',new Array(
		'Mouse Over','TextLinks','Show','',0,
		'Mouse Out','TextLinks','Hide','',0,
		'Clicked','Layout','Go To','./html/links.html',0),359,414,445,502);
		F_OM_Map('PolygonHotspot1' , 'poly', 'Bild2',new Array(
		'Mouse Over','TextPraxis','Show','',0,
		'Mouse Out','TextPraxis','Hide','',0,
		'Clicked','Layout','Go To','./html/praxis.html',0),366,228,447,238,437,321,354,311);
		F_OM_Map('PolygonHotspot2' , 'poly', 'Bild2',new Array(
		'Mouse Over','TextSuche','Show','',0,
		'Mouse Out','TextSuche','Hide','',0,
		'Clicked','Layout','Go To','./html/suche.html',0),259,362,337,337,361,411,284,429);
		F_OM_Map('PolygonHotspot3' , 'poly', 'Bild2',new Array(
		'Mouse Over','TextVerein','Show','',0,
		'Mouse Out','TextVerein','Hide','',0,
		'Clicked','Layout','Go To','http://www.kinder-suchtkranker.de',0),276,433,357,443,347,526,264,516);
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#RechteckHotspot1').bind('mouseover', function(__e) { return (F_e('RechteckHotspot1', F_MV, __e)); } );
	$('#RechteckHotspot1').bind('mouseout', function(__e) { return (F_e('RechteckHotspot1', F_MT, __e)); } );
	$('#RechteckHotspot2').bind('mouseover', function(__e) { return (F_e('RechteckHotspot2', F_MV, __e)); } );
	$('#RechteckHotspot2').bind('mouseout', function(__e) { return (F_e('RechteckHotspot2', F_MT, __e)); } );
	$('#RechteckHotspot3').bind('mouseover', function(__e) { return (F_e('RechteckHotspot3', F_MV, __e)); } );
	$('#RechteckHotspot3').bind('mouseout', function(__e) { return (F_e('RechteckHotspot3', F_MT, __e)); } );
	$('#RechteckHotspot4').bind('mouseover', function(__e) { return (F_e('RechteckHotspot4', F_MV, __e)); } );
	$('#RechteckHotspot4').bind('mouseout', function(__e) { return (F_e('RechteckHotspot4', F_MT, __e)); } );
	$('#PolygonHotspot1').bind('mouseover', function(__e) { return (F_e('PolygonHotspot1', F_MV, __e)); } );
	$('#PolygonHotspot1').bind('mouseout', function(__e) { return (F_e('PolygonHotspot1', F_MT, __e)); } );
	$('#PolygonHotspot2').bind('mouseover', function(__e) { return (F_e('PolygonHotspot2', F_MV, __e)); } );
	$('#PolygonHotspot2').bind('mouseout', function(__e) { return (F_e('PolygonHotspot2', F_MT, __e)); } );
	$('#PolygonHotspot3').bind('mouseover', function(__e) { return (F_e('PolygonHotspot3', F_MV, __e)); } );
	$('#PolygonHotspot3').bind('mouseout', function(__e) { return (F_e('PolygonHotspot3', F_MT, __e)); } );
});
// End Actions


