// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture3' , 'Picture3LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Open Window',F_Parm('name','Fecht','URL','../../frankreich/frankreich__elsass_munstertal/metzeral/metzeral.html','width',804,'height',564,'top',50,'left',100,'toolbar','no','menubar','no','location','no','status','no','resizable','no','directories','no','scrollbars','no'),0),'',0);
 
	F_OM('Picture12' , 'Picture12LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Open Window',F_Parm('name','Fecht 2','URL','../../frankreich/frankreich__elsass_munstertal/metzeral_2/metzeral_2.html','width',804,'height',564,'top',50,'left',100,'toolbar','no','menubar','no','location','no','status','no','resizable','no','directories','no','scrollbars','no'),0),'',0);
 	F_OM('Picture13' , 'Picture13LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Open Window',F_Parm('name','Fecht 1','URL','../../frankreich/frankreich__elsass_munstertal/metzeral_1/metzeral_1.html','width',804,'height',564,'top',50,'left',100,'toolbar','no','menubar','no','location','no','status','no','resizable','no','directories','no','scrollbars','no'),0),'',0);
 	F_OM('Picture14' , 'Picture14LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Open Window',F_Parm('name','Fecht 3','URL','../../frankreich/frankreich__elsass_munstertal/metzeral_4/metzeral_4.html','width',804,'height',564,'top',50,'left',100,'toolbar','no','menubar','no','location','no','status','no','resizable','no','directories','no','scrollbars','no'),0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture3A').bind('click', function(__e) { return (F_e('Picture3', F_CL, __e)); } );
	$('#Picture13A').bind('click', function(__e) { return (F_e('Picture13', F_CL, __e)); } );
	$('#Picture12A').bind('click', function(__e) { return (F_e('Picture12', F_CL, __e)); } );
	$('#Picture14A').bind('click', function(__e) { return (F_e('Picture14', F_CL, __e)); } );
});
// End Actions


