// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Page Loaded','Layout','Open Window',F_Parm('name','Welcome to  The Corporate Law Center','URL','./Welcome_Video/welcome_video.html','width',400,'height',300,'top',0,'left',0,'toolbar','no','menubar','no','location','no','status','no','resizable','no','directories','no','scrollbars','no'),0));
	F_OM('Text2' , 'Text2LYR', 'txt', 'Layout',null,'',0);
 
	F_OM('Picture9' , 'Picture9LYR', 'img', 'Layout',null,'',0);
 
	F_OM('Table1' , 'Table1LYR', 'lyr', 'Layout',null,'',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','http://www.ronaldserota.com','width',800,'height',600,'top',0,'left',0,'toolbar','yes','menubar','yes','location','yes','status','yes','resizable','yes','directories','yes','scrollbars','yes'),0),'',0);
 
	F_OM('Text7' , 'Text7LYR', 'txt', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Cell10Link1').bind('click', function(__e) { return (F_e('Cell10Link1', F_CL, __e)); } );
});
// End Actions

