// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture2' , 'Picture2LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture2','Fly',F_Parm('direction',90,'hide','Show','duration',40,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash1").media({ width: 131, height: 190,
		src: './assets/applets/Light_Bulb.swf', flashVersion: '5,0,0,0',
		params: { loop: 'true', quality: 'high', scale: 'exactfit', salign: 'r', wmode: 'window' }
	});
});
// End jMedia Components


