// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture25' , 'Picture25LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture25','Move To',F_Parm('x',450,'y',330,'duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'Mouse Over','Picture25','Hide','',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture25A').bind('mouseover', function(__e) { return (F_e('Picture25', F_MV, __e)); } );
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash5").media({ width: 533, height: 224,
		src: './cover.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'false', quality: 'autolow', scale: 'exactfit', salign: 'Left', wmode: 'window' }
	});
});
$(document).ready(
function() {
	$("#Flash6").media({ width: 236, height: 199,
		src: './menudxlt.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'false', quality: 'autolow', scale: 'exactfit', salign: 'Left', wmode: 'window' }
	});
});
// End jMedia Components

