// Begin Actions
function F_doLoaded() {	document.main = new F_cMain();	document.objectModel = new Object();	F_OM('Layout','LayoutLYR', 'doc', '', new Array());	F_OM('Picture200' , 'Picture200LYR', 'img', 'Layout',new Array(	'Mouse Over','Picture200','Hide','',0,	'Mouse Over','Flash1','Hide','',0),'',0); 	F_OM('Flash1' , 'Flash1LYR', 'lyr', 'Layout',null,'',0); 	F_OM('LayoutRegion49' , 'LayoutRegion49LYR', 'lyr', 'Layout',null,'',0); 	F_pageLoaded('Layout');} 
$(document).ready( function() {
F_onLoaded();
	$('#Picture200A').bind('mouseover', function(__e) { return (F_e('Picture200', F_MV, __e)); } );
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash1").media({ width: 572, height: 548,
		src: './assets/applets/id.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'true', quality: 'autolow', scale: 'showall', salign: 'Left', wmode: 'transparent' }
	});
});
// End jMedia Components

