// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Page Loaded','LayoutRegion1','Wipe','In From Right',1,
	'Page Loaded','LayoutRegion2','Wipe','In From Right',1,
	'Page Loaded','LayoutRegion3','Wipe','In From Right',0,
	'Page Loaded','LayoutRegion1','Wipe','In From Right',1,
	'Page Loaded','LayoutRegion2','Wipe','In From Right',1,
	'Page Loaded','LayoutRegion3','Wipe','In From Right',0));
	F_OM('Picture17' , 'Picture17LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture16' , 'Picture16LYR', 'img', 'Layout',null,'',0);
 	F_OM('LayoutRegion1' , 'LayoutRegion1LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('DUIDWI' , 'DUIDWILYR', 'img', 'LayoutRegion1',new Array(
		'Mouse Over','DivorceText','Show','',0,
		'Mouse Out','DivorceText','Hide','',0),'',0);
 
	F_OM('LayoutRegion2' , 'LayoutRegion2LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('MVA' , 'MVALYR', 'img', 'LayoutRegion2',new Array(
		'Mouse Over','CriminalText','Show','',0,
		'Mouse Out','CriminalText','Hide','',0),'',0);
 
	F_OM('LayoutRegion3' , 'LayoutRegion3LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Expungements' , 'ExpungementsLYR', 'img', 'LayoutRegion3',new Array(
		'Mouse Over','WillsText','Show','',0,
		'Mouse Out','WillsText','Hide','',0),'',0);
 
	F_OM('Picture3' , 'Picture3LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Go To','http://renelaw.com/',0),'',0);
 	F_OM('CriminalText' , 'CriminalTextLYR', 'txt', 'Layout',null,'',0);
 
	F_OM('Picture15' , 'Picture15LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Go To','http://renelaw.com/mail/index.php?main_page=contact_us',0),'',0);
 	F_OM('DivorceText' , 'DivorceTextLYR', 'txt', 'Layout',null,'',0);
 
	F_OM('Picture19' , 'Picture19LYR', 'img', 'Layout',new Array(
	'Mouse Over','DivorceText','Show','',0,
	'Mouse Out','DivorceText','Hide','',0),'',0);
 
	F_OM('Picture20' , 'Picture20LYR', 'img', 'Layout',new Array(
	'Mouse Over','CriminalText','Show','',0,
	'Mouse Out','CriminalText','Hide','',0),'',0);
 
	F_OM('Picture21' , 'Picture21LYR', 'img', 'Layout',new Array(
	'Mouse Over','WillsText','Show','',0,
	'Mouse Out','WillsText','Hide','',0),'',0);
 	F_OM('WillsText' , 'WillsTextLYR', 'txt', 'Layout',null,'',0);
 
	F_OM('Text15' , 'Text15LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Text13' , 'Text13LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Text14' , 'Text14LYR', 'txt', 'Layout',null,'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#DUIDWIA').bind('mouseover', function(__e) { return (F_e('DUIDWI', F_MV, __e)); } );
	$('#DUIDWIA').bind('mouseout', function(__e) { return (F_e('DUIDWI', F_MT, __e)); } );
	$('#MVAA').bind('mouseover', function(__e) { return (F_e('MVA', F_MV, __e)); } );
	$('#MVAA').bind('mouseout', function(__e) { return (F_e('MVA', F_MT, __e)); } );
	$('#ExpungementsA').bind('mouseover', function(__e) { return (F_e('Expungements', F_MV, __e)); } );
	$('#ExpungementsA').bind('mouseout', function(__e) { return (F_e('Expungements', F_MT, __e)); } );
	$('#Picture19A').bind('mouseover', function(__e) { return (F_e('Picture19', F_MV, __e)); } );
	$('#Picture19A').bind('mouseout', function(__e) { return (F_e('Picture19', F_MT, __e)); } );
	$('#Picture20A').bind('mouseover', function(__e) { return (F_e('Picture20', F_MV, __e)); } );
	$('#Picture20A').bind('mouseout', function(__e) { return (F_e('Picture20', F_MT, __e)); } );
	$('#Picture21A').bind('mouseover', function(__e) { return (F_e('Picture21', F_MV, __e)); } );
	$('#Picture21A').bind('mouseout', function(__e) { return (F_e('Picture21', F_MT, __e)); } );
});
// End Actions

