// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutRegion4' , 'LayoutRegion4LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('LayoutRegion6' , 'LayoutRegion6LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('LayoutRegion10' , 'LayoutRegion10LYR', 'lyr', 'LayoutRegion6',null,'',0);
 
	F_OM('LayoutRegion1' , 'LayoutRegion1LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('LayoutRegion9' , 'LayoutRegion9LYR', 'lyr', 'LayoutRegion1',null,'',0);
 
	F_OM('LayoutRegion3' , 'LayoutRegion3LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Picture7' , 'Picture7LYR', 'img', 'LayoutRegion3',new Array(
		'Mouse Out','Picture7','Hide','',0,
		'Mouse Out','Picture6','Show','',0,
		'Clicked','Layout','Go To','../html/fotogalerija.html',0),'',0);
 		F_OM('LayoutRegion11' , 'LayoutRegion11LYR', 'lyr', 'LayoutRegion3',null,'',0);
 
			F_OM('Picture6' , 'Picture6LYR', 'img', 'LayoutRegion11',new Array(
			'Mouse Over','Picture6','Hide','',0,
			'Mouse Over','Picture7','Show','',0),'',0);
 
	F_OM('LayoutRegion5' , 'LayoutRegion5LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('LayoutRegion2' , 'LayoutRegion2LYR', 'lyr', 'LayoutRegion5',null,'',0);
 		F_OM('LayoutRegion8' , 'LayoutRegion8LYR', 'lyr', 'LayoutRegion5',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture7A').bind('click', function(__e) { return (F_e('Picture7', F_CL, __e)); } );
	$('#Picture7A').bind('mouseout', function(__e) { return (F_e('Picture7', F_MT, __e)); } );
	$('#Picture6A').bind('mouseover', function(__e) { return (F_e('Picture6', F_MV, __e)); } );
});
// End Actions

