// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Page Loaded','txt-links','Hide','',0,
	'Page Loaded','txt-laden','Hide','',0,
	'Page Loaded','txt-kontakt','Hide','',0,
	'Page Loaded','txt-kontakt','Hide','',0,
	'Page Loaded','txt-idee','Hide','',0,
	'Page Loaded','txt-idee','Hide','',0,
	'Page Loaded','txt-mode','Hide','',0));
	F_OM('Pictureladen' , 'PictureladenLYR', 'img', 'Layout',new Array(
	'Mouse Over','txt-laden','Wipe','In From Top',0,
	'Mouse Out','txt-laden','Hide','',0,
	'Clicked','Layout','Go To','./html/laden.html',0),'',0);
 
	F_OM('Pictureidee' , 'PictureideeLYR', 'img', 'Layout',new Array(
	'Mouse Over','txt-idee','Wipe','In From Top',0,
	'Mouse Out','txt-idee','Hide','',0,
	'Clicked','Layout','Go To','./html/idee.html',0),'',0);
 
	F_OM('Picturemode' , 'PicturemodeLYR', 'img', 'Layout',new Array(
	'Mouse Over','txt-mode','Wipe','In From Top',0,
	'Mouse Out','txt-mode','Hide','',0,
	'Clicked','Layout','Go To','./html/mode.html',0),'',0);
 
	F_OM('Picturehigh' , 'PicturehighLYR', 'img', 'Layout',new Array(
	'Mouse Over','txt-highlights','Wipe','In From Top',0,
	'Mouse Out','txt-highlights','Hide','',0,
	'Clicked','Layout','Go To','./html/highlights.html',0),'',0);
 
	F_OM('Pictureangeb' , 'PictureangebLYR', 'img', 'Layout',new Array(
	'Mouse Over','txt-angebote','Wipe','In From Top',0,
	'Mouse Out','txt-angebote','Hide','',0,
	'Clicked','Layout','Go To','./html/angebote.html',0),'',0);
 
	F_OM('Picture9' , 'Picture9LYR', 'img', 'Layout',null,'',0);
 
		F_OM_Map('RectangleHotspot3' , 'rect', 'Picture9',new Array(
		'Mouse Over','herrenmode','Wipe','In From Right',0,
		'Mouse Out','herrenmode','Hide','',0,
		'Clicked','Layout','Go To','./html/mode.html',0),26,0,366,82);
		F_OM_Map('RectangleHotspot4' , 'rect', 'Picture9',new Array(
		'Mouse Over','damenmode','Wipe','In From Left',0,
		'Mouse Out','damenmode','Hide','',0,
		'Clicked','Layout','Go To','./html/mode.html#gabys',0),373,3,782,82);
	F_OM('txt-angebote' , 'txt-angeboteLYR', 'img', 'Layout',null,'',0);
 	F_OM('txt-highlights' , 'txt-highlightsLYR', 'img', 'Layout',null,'',0);
 	F_OM('txt-mode' , 'txt-modeLYR', 'img', 'Layout',null,'',0);
 
	F_OM('txt-idee' , 'txt-ideeLYR', 'img', 'Layout',null,'',0);
 	F_OM('txt-kontakt' , 'txt-kontaktLYR', 'img', 'Layout',null,'',0);
 	F_OM('txt-laden' , 'txt-ladenLYR', 'img', 'Layout',null,'',0);
 
	F_OM('txt-links' , 'txt-linksLYR', 'img', 'Layout',null,'',0);
 	F_OM('damenmode' , 'damenmodeLYR', 'img', 'Layout',null,'',0);
 	F_OM('herrenmode' , 'herrenmodeLYR', 'img', 'Layout',null,'',0);
 
	F_OM('Picturekontakt' , 'PicturekontaktLYR', 'img', 'Layout',new Array(
	'Mouse Over','txt-kontakt','Wipe','In From Top',0,
	'Mouse Out','txt-kontakt','Hide','',0,
	'Clicked','Layout','Go To','./html/kontakt.html',0),'',0);
 
	F_OM('Picturelinks' , 'PicturelinksLYR', 'img', 'Layout',new Array(
	'Mouse Over','txt-links','Wipe','In From Top',0,
	'Mouse Out','txt-links','Hide','',0,
	'Clicked','Layout','Go To','./html/links.html',0),'',0);
 
	F_OM('Bild164' , 'Bild164LYR', 'img', 'Layout',null,'',0);
 
	F_OM('Tabelle1' , 'Tabelle1LYR', 'lyr', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#PictureladenA').bind('click', function(__e) { return (F_e('Pictureladen', F_CL, __e)); } );
	$('#PictureladenA').bind('mouseover', function(__e) { return (F_e('Pictureladen', F_MV, __e)); } );
	$('#PictureladenA').bind('mouseout', function(__e) { return (F_e('Pictureladen', F_MT, __e)); } );
	$('#PictureideeA').bind('click', function(__e) { return (F_e('Pictureidee', F_CL, __e)); } );
	$('#PictureideeA').bind('mouseover', function(__e) { return (F_e('Pictureidee', F_MV, __e)); } );
	$('#PictureideeA').bind('mouseout', function(__e) { return (F_e('Pictureidee', F_MT, __e)); } );
	$('#PicturemodeA').bind('click', function(__e) { return (F_e('Picturemode', F_CL, __e)); } );
	$('#PicturemodeA').bind('mouseover', function(__e) { return (F_e('Picturemode', F_MV, __e)); } );
	$('#PicturemodeA').bind('mouseout', function(__e) { return (F_e('Picturemode', F_MT, __e)); } );
	$('#PicturehighA').bind('click', function(__e) { return (F_e('Picturehigh', F_CL, __e)); } );
	$('#PicturehighA').bind('mouseover', function(__e) { return (F_e('Picturehigh', F_MV, __e)); } );
	$('#PicturehighA').bind('mouseout', function(__e) { return (F_e('Picturehigh', F_MT, __e)); } );
	$('#PictureangebA').bind('click', function(__e) { return (F_e('Pictureangeb', F_CL, __e)); } );
	$('#PictureangebA').bind('mouseover', function(__e) { return (F_e('Pictureangeb', F_MV, __e)); } );
	$('#PictureangebA').bind('mouseout', function(__e) { return (F_e('Pictureangeb', F_MT, __e)); } );
	$('#RectangleHotspot3').bind('mouseover', function(__e) { return (F_e('RectangleHotspot3', F_MV, __e)); } );
	$('#RectangleHotspot3').bind('mouseout', function(__e) { return (F_e('RectangleHotspot3', F_MT, __e)); } );
	$('#RectangleHotspot4').bind('mouseover', function(__e) { return (F_e('RectangleHotspot4', F_MV, __e)); } );
	$('#RectangleHotspot4').bind('mouseout', function(__e) { return (F_e('RectangleHotspot4', F_MT, __e)); } );
	$('#PicturekontaktA').bind('click', function(__e) { return (F_e('Picturekontakt', F_CL, __e)); } );
	$('#PicturekontaktA').bind('mouseover', function(__e) { return (F_e('Picturekontakt', F_MV, __e)); } );
	$('#PicturekontaktA').bind('mouseout', function(__e) { return (F_e('Picturekontakt', F_MT, __e)); } );
	$('#PicturelinksA').bind('click', function(__e) { return (F_e('Picturelinks', F_CL, __e)); } );
	$('#PicturelinksA').bind('mouseover', function(__e) { return (F_e('Picturelinks', F_MV, __e)); } );
	$('#PicturelinksA').bind('mouseout', function(__e) { return (F_e('Picturelinks', F_MT, __e)); } );
});
// End Actions

