// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture23' , 'Picture23LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture23','Fly','In From Top Left',0),'',0);
 	F_OM('Picture25' , 'Picture25LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture25','Fly','In From Bottom Right',0,
	'Clicked','Layout','Go To','openpopup_27b5(\' http://www.casanovaumbria.eu/About_Umbria/History_and_culture/history_and_culture.html \') ',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture25A').bind('click', function(__e) { return (F_e('Picture25', F_CL, __e)); } );
});
// End Actions


