// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture21' , 'Picture21LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Open Window',F_Parm('name','Varengeville','URL','../../frankreich/frankreich_normandie_cote_st_v/varengeville/varengeville.html','width',804,'height',564,'top',100,'left',150,'toolbar','no','menubar','no','location','no','status','no','resizable','no','directories','no','scrollbars','no'),0),'',0);
 	F_OM('Picture22' , 'Picture22LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Open Window',F_Parm('name','Varengeville_1','URL','../../frankreich/frankreich_normandie_cote_st_v/varengeville/varengeville.html','width',804,'height',564,'top',100,'left',150,'toolbar','no','menubar','no','location','no','status','no','resizable','no','directories','no','scrollbars','no'),0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture21A').bind('click', function(__e) { return (F_e('Picture21', F_CL, __e)); } );
	$('#Picture22A').bind('click', function(__e) { return (F_e('Picture22', F_CL, __e)); } );
});
// End Actions

