// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture41' , 'Picture41LYR', 'img', 'Layout',null,'',0);
 
		F_OM_Map('RectangleHotspot3' , 'rect', 'Picture41',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','../Sara-Oskar.jpg',0),8,6,141,158);
		F_OM_Map('RectangleHotspot4' , 'rect', 'Picture41',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','../kocky1.jpg',0),152,9,408,156);
		F_OM_Map('RectangleHotspot2' , 'rect', 'Picture41',new Array(
		'Mouse Over','Picture53','Show','',1,
		'Mouse Over','Picture53','Move To',F_Parm('x',250,'y',2150,'duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),1,
		'Mouse Out','Picture53','Hide','',1,
		'Clicked','Layout','Go To','../kote.jpg',0),415,6,597,154);
		F_OM_Map('RectangleHotspot5' , 'rect', 'Picture41',new Array(
		'Mouse Over','Picture52','Show','',1,
		'Mouse Over','Picture52','Move To',F_Parm('x',250,'y',2150,'duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),1,
		'Mouse Out','Picture52','Hide','',0,
		'Clicked','Layout','Go To','../kocky2.jpg',0),606,9,739,156);
	F_OM('Picture50' , 'Picture50LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture51' , 'Picture51LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture52' , 'Picture52LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture53' , 'Picture53LYR', 'img', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#RectangleHotspot3').bind('mouseover', function(__e) { return (F_e('RectangleHotspot3', F_MV, __e)); } );
	$('#RectangleHotspot3').bind('mouseout', function(__e) { return (F_e('RectangleHotspot3', 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)); } );
	$('#RectangleHotspot2').bind('mouseover', function(__e) { return (F_e('RectangleHotspot2', F_MV, __e)); } );
	$('#RectangleHotspot2').bind('mouseout', function(__e) { return (F_e('RectangleHotspot2', F_MT, __e)); } );
	$('#RectangleHotspot5').bind('mouseover', function(__e) { return (F_e('RectangleHotspot5', F_MV, __e)); } );
	$('#RectangleHotspot5').bind('mouseout', function(__e) { return (F_e('RectangleHotspot5', F_MT, __e)); } );
});
// End Actions


