// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Table1' , 'Table1LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Picture1' , 'Picture1LYR', 'img', 'Layout',null,'',0);
 
	F_OM('Table2' , 'Table2LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Cell22' , 'Cell22LYR', 'lyr', 'Table2',null,'',0);
			F_OM('Cell22Link1' , '', 'tln', 'Cell22',new Array(
			'Clicked','Layout','Open Window',F_Parm('name','Ron Serota - CPA ','URL','http://www.ronserota.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_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Cell22Link1').bind('click', function(__e) { return (F_e('Cell22Link1', F_CL, __e)); } );
});
// End Actions

