// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild63' , 'Bild63LYR', 'img', 'Layout',null,'',0);
 
		F_OM_Map('RechteckHotspot1' , 'rect', 'Bild63',new Array(
		'Mouse Over','TextOFA','Show','',0,
		'Mouse Out','TextOFA','Hide','',0,
		'Clicked','Layout','Go To','./ofa_oberflaechenabsauger.html',0),4,2,119,331);
		F_OM_Map('RechteckHotspot4' , 'rect', 'Bild63',new Array(
		'Mouse Over','TextSpormiaKugeln','Show','',0,
		'Mouse Out','TextSpormiaKugeln','Hide','',0,
		'Clicked','Layout','Go To','./spormia_fe_duengekugeln.html',0),402,291,535,398);
		F_OM_Map('RechteckHotspot2' , 'rect', 'Bild63',new Array(
		'Mouse Over','TextSpormiasensation','Show','',0,
		'Mouse Out','TextSpormiasensation','Hide','',0,
		'Clicked','Layout','Go To','./sensation_filtertablette.html',0),146,0,325,241);
		F_OM_Map('RechteckHotspot5' , 'rect', 'Bild63',new Array(
		'Mouse Over','TestThermoplat','Show','',0,
		'Mouse Out','TestThermoplat','Hide','',0,
		'Clicked','Layout','Go To','./thermoplat.html',0),103,298,384,414);
		F_OM_Map('RechteckHotspot3' , 'rect', 'Bild63',new Array(
		'Mouse Over','TextVario','Show','',0,
		'Mouse Out','TextVario','Hide','',0,
		'Clicked','Layout','Go To','./vario_mulmsauger.html',0),326,44,544,289);
	F_OM('TextOFA' , 'TextOFALYR', 'txt', 'Layout',null,'',0);
 	F_OM('TextSpormiaKugeln' , 'TextSpormiaKugelnLYR', 'txt', 'Layout',null,'',0);
 	F_OM('TestThermoplat' , 'TestThermoplatLYR', 'txt', 'Layout',null,'',0);
 	F_OM('TextVario' , 'TextVarioLYR', 'txt', 'Layout',null,'',0);
 	F_OM('TextSpormiasensation' , 'TextSpormiasensationLYR', 'txt', 'Layout',null,'',0);
 
	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)); } );
	$('#RechteckHotspot4').bind('mouseover', function(__e) { return (F_e('RechteckHotspot4', F_MV, __e)); } );
	$('#RechteckHotspot4').bind('mouseout', function(__e) { return (F_e('RechteckHotspot4', 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)); } );
	$('#RechteckHotspot5').bind('mouseover', function(__e) { return (F_e('RechteckHotspot5', F_MV, __e)); } );
	$('#RechteckHotspot5').bind('mouseout', function(__e) { return (F_e('RechteckHotspot5', 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)); } );
});
// End Actions


