// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Table1' , 'Table1LYR', 'lyr', 'Layout',new Array(
	'Page Loaded','Table1','StartAnimation',F_Parm('animationName','11'),0),'',0);
 
	F_OM('Table3' , 'Table3LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Picture59' , 'Picture59LYR', 'img', 'Layout',new Array(
	'Mouse Over','top-espresso','Show','',0,
	'Mouse Out','top-espresso','Hide','',0,
	'Mouse Over','meni-cafe','Hide','',0,
	'Mouse Over','meni-home','Hide','',0,
	'Mouse Over','sat','Hide','',0,
	'Mouse Out','sat','Show','',0),'',0);
 	F_OM('Picture61' , 'Picture61LYR', 'img', 'Layout',null,'',0);
 
		F_OM_Map('RectangleHotspot13' , 'rect', 'Picture61',new Array(
		'Mouse Over','meni-cafe','Show','',0,
		'Mouse Over','meni-home','Hide','',0,
		'Clicked','Layout','Go To','./html/cafe.html',0),82,1,131,29);
		F_OM_Map('RectangleHotspot17' , 'rect', 'Picture61',new Array(
		'Mouse Over','meni-home','Show','',0,
		'Mouse Over','meni-cafe','Hide','',0,
		'Clicked','Layout','Go To','./index.html',0),1,1,82,29);
	F_OM('meni-home' , 'meni-homeLYR', 'img', 'Layout',new Array(
	'Mouse Out','meni-home','Hide','',0),'',0);
 	F_OM('meni-cafe' , 'meni-cafeLYR', 'img', 'Layout',new Array(
	'Mouse Out','meni-cafe','Hide','',0,
	'Mouse Over','meni-cafe','Show','',0),'',0);
 
		F_OM_Map('RectangleHotspot16' , 'rect', 'meni-cafe',new Array(
		'Mouse Over','Vend_Top','Show','',0,
		'Mouse Out','Vend_Top','Hide','',0,
		'Clicked','Layout','Go To','./html/vending.html',0),7,0,122,16);
	F_OM('top-espresso' , 'top-espressoLYR', 'txt', 'Layout',null,'',0);
 	F_OM('sat' , 'satLYR', 'lyr', 'Layout',null,'',0);
 	F_OM('Vend_Top' , 'Vend_TopLYR', 'txt', 'Layout',null,'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture59A').bind('mouseover', function(__e) { return (F_e('Picture59', F_MV, __e)); } );
	$('#Picture59A').bind('mouseout', function(__e) { return (F_e('Picture59', F_MT, __e)); } );
	$('#RectangleHotspot13').bind('mouseover', function(__e) { return (F_e('RectangleHotspot13', F_MV, __e)); } );
	$('#RectangleHotspot17').bind('mouseover', function(__e) { return (F_e('RectangleHotspot17', F_MV, __e)); } );
	$('#meni-homeA').bind('mouseout', function(__e) { return (F_e('meni-home', F_MT, __e)); } );
	$('#meni-cafeA').bind('mouseout', function(__e) { return (F_e('meni-cafe', F_MT, __e)); } );
	$('#meni-cafeA').bind('mouseover', function(__e) { return (F_e('meni-cafe', F_MV, __e)); } );
	$('#RectangleHotspot16').bind('mouseover', function(__e) { return (F_e('RectangleHotspot16', F_MV, __e)); } );
	$('#RectangleHotspot16').bind('mouseout', function(__e) { return (F_e('RectangleHotspot16', F_MT, __e)); } );
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#TimeBasedPicture1").media({ width: 300, height: 400, src: 'TimeBased.class', title: 'Time Based Picture',
		params: { codebase: './', 'Number of Images': '2', 'Image 1': './assets/images/jutarnjakafica.jpg', 'Image 2': './assets/images/soljicakafe2.jpg', 'Start Time for Image 1': '9', 'Start Time for Image 2': '21', 'Image Width': '300', 'Image Height': '400', 'X Position': '14', 'Y Position': '144', 'BackgroundImage': './assets/images/background.gif' }
	});
});
// End jMedia Components

$(document).ready(
function() {
	$.TimelinesManager.setupTimelines([
		{id: "aa", fps: 15, duration: 0.00, 
		 oList: [
		
		 ]
		}, 
{id: "11", fps: 15, duration: 0.00, 
		 oList: [
		
		 ]
		}, 
{id: "Animation 1", fps: 15, duration: 0.00, 
		 oList: [
		
		 ]
		}
	]);
	}
);
