// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture1' , 'Picture1LYR', 'img', 'Layout',null,'',0);
 
	F_OM('Table1' , 'Table1LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Cell3' , 'Cell3LYR', 'lyr', 'Table1',null,'',0);
			F_OM('Cell3Link1' , '', 'tln', 'Cell3',new Array(
			'Clicked','Layout','Open Window',F_Parm('name','Welcome to The Corporate Law Center','URL','../Videos/WelcomeCLC/welcomeclc.html','width',500,'height',400,'top',0,'left',0,'toolbar','no','menubar','no','location','no','status','no','resizable','yes','directories','no','scrollbars','yes'),0),'',0);
 
		F_OM('Cell23' , 'Cell23LYR', 'lyr', 'Table1',null,'',0);
			F_OM('Cell23Link1' , '', 'tln', 'Cell23',new Array(
			'Clicked','Layout','Open Window',F_Parm('name','Welcome to The Corporate Law Center','URL','../Videos/WelcomeCLCGer/welcomeclcger.html','width',525,'height',450,'top',0,'left',0,'toolbar','no','menubar','no','location','no','status','no','resizable','yes','directories','no','scrollbars','yes'),0),'',0);
 
		F_OM('Cell10' , 'Cell10LYR', 'lyr', 'Table1',null,'',0);
			F_OM('Cell10Link1' , '', 'tln', 'Cell10',new Array(
			'Clicked','Layout','Open Window',F_Parm('name','Ronald Serota - CPA','URL','../Videos/CPA/cpa.html','width',500,'height',400,'top',0,'left',0,'toolbar','no','menubar','no','location','no','status','no','resizable','yes','directories','no','scrollbars','yes'),0),'',0);
 
	F_OM('Table2' , 'Table2LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Flash1' , 'Flash1LYR', 'lyr', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Cell3Link1').bind('click', function(__e) { return (F_e('Cell3Link1', F_CL, __e)); } );
	$('#Cell23Link1').bind('click', function(__e) { return (F_e('Cell23Link1', F_CL, __e)); } );
	$('#Cell10Link1').bind('click', function(__e) { return (F_e('Cell10Link1', F_CL, __e)); } );
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash1").media({ width: 299, height: 196,
		src: '../Videos/welcome.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'true', quality: 'autohigh', scale: 'exactfit', salign: 'Left', wmode: 'window' }
	});
});
// End jMedia Components

