// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Pracanti' , 'PracantiLYR', 'img', 'Layout',null,'',0);
 
		F_OM_Map('RectangleHotspot1' , 'rect', 'Pracanti',new Array(
		'Mouse Over','Picture49','Show','',1,
		'Mouse Over','Picture49','Move To',F_Parm('x',300,'y',2150,'duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
		'Mouse Out','Picture49','Hide','',1,
		'Clicked','Layout','Go To','../Sara-Oskar.jpg',0),6,6,140,156);
		F_OM_Map('RectangleHotspot3' , 'rect', 'Pracanti',new Array(
		'Mouse Over','Picture48','Show','',1,
		'Mouse Over','Picture48','Move To',F_Parm('x',300,'y',2150,'duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),1,
		'Mouse Out','Picture48','Hide','',1,
		'Clicked','Layout','Go To','../kote.jpg',0),422,10,595,154);
		F_OM_Map('RectangleHotspot2' , 'rect', 'Pracanti',new Array(
		'Mouse Over','Picture50','Show','',1,
		'Mouse Over','Picture50','Move To',F_Parm('x',250,'y',2150,'duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),1,
		'Mouse Out','Picture50','Hide','',1,
		'Clicked','Layout','Go To','../kocky1.jpg',0),157,6,403,158);
		F_OM_Map('RectangleHotspot4' , 'rect', 'Pracanti',new Array(
		'Mouse Over','Picture51','Show','',1,
		'Mouse Over','Picture51','Move To',F_Parm('x',250,'y',2150,'duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),1,
		'Mouse Out','Picture51','Hide','',1,
		'Clicked','Layout','Go To','../kocky2.jpg',0),609,11,736,151);
	F_OM('Picture48' , 'Picture48LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture49' , 'Picture49LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture50' , 'Picture50LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture51' , 'Picture51LYR', 'img', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#PracantiA').bind('mouseover', function(__e) { return (F_e('Pracanti', F_MV, __e)); } );
	$('#PracantiA').bind('mouseout', function(__e) { return (F_e('Pracanti', F_MT, __e)); } );
	$('#RectangleHotspot1').bind('mouseover', function(__e) { return (F_e('RectangleHotspot1', F_MV, __e)); } );
	$('#RectangleHotspot1').bind('mouseout', function(__e) { return (F_e('RectangleHotspot1', 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)); } );
	$('#RectangleHotspot2').bind('mouseover', function(__e) { return (F_e('RectangleHotspot2', F_MV, __e)); } );
	$('#RectangleHotspot2').bind('mouseout', function(__e) { return (F_e('RectangleHotspot2', 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)); } );
});
// End Actions

