// 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('LayoutRegion1' , 'LayoutRegion1LYR', 'lyr', 'Table1',null,'',0);
 
	F_OM('LayoutRegion2' , 'LayoutRegion2LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Text69' , 'Text69LYR', 'txt', 'LayoutRegion2',null,'',0);
 
			F_OM('Picture386' , 'Picture386LYR', 'img', 'Text69',new Array(
			'Motion Started','Picture379','Fly','In From Top Right',1,
			'Clicked','Layout','Go To','./index.html',0),'',0);
 
		F_OM('Text70' , 'Text70LYR', 'txt', 'LayoutRegion2',null,'',0);
 
			F_OM('Picture390' , 'Picture390LYR', 'img', 'Text70',new Array(
			'Clicked','Picture390','Fly','In From Top',0,
			'Clicked','Layout','Go To','./html/water_features1.html',0),'',0);
 
		F_OM('Picture379' , 'Picture379LYR', 'img', 'LayoutRegion2',new Array(
		'Motion Started','Picture382','Fly','In From Top Right',1,
		'Clicked','Layout','Go To','./html/hardscapes.html',0),'',0);
 		F_OM('Picture380' , 'Picture380LYR', 'img', 'LayoutRegion2',new Array(
		'Page Loaded','Picture380','Fly','In From Bottom Right',0,
		'Clicked','Layout','Go To','#LandscapingMaryland',0),'',0);
 		F_OM('Picture381' , 'Picture381LYR', 'img', 'LayoutRegion2',new Array(
		'Page Loaded','Picture381','Fly','In From Bottom Left',0,
		'Clicked','Layout','Go To','./html/landscape_lighting.html',0),'',0);
 		F_OM('Picture382' , 'Picture382LYR', 'img', 'LayoutRegion2',new Array(
		'Motion Started','Picture384','Fly','In From Top',1,
		'Clicked','Layout','Go To','./html/landscaping_pictures.html',0),'',0);
 		F_OM('Picture383' , 'Picture383LYR', 'img', 'LayoutRegion2',new Array(
		'Motion Started','Picture380','Fly','',1,
		'Clicked','Layout','Go To','./html/contact.html',0),'',0);
 		F_OM('Picture384' , 'Picture384LYR', 'img', 'LayoutRegion2',new Array(
		'Motion Started','Picture383','Fly','In From Top Right',1,
		'Clicked','Layout','Go To','./html/greenscapes.html',0),'',0);
 		F_OM('Picture385' , 'Picture385LYR', 'img', 'LayoutRegion2',new Array(
		'Page Loaded','Picture385','Fly','In From Left',0,
		'Clicked','Layout','Go To','./html/maryland_retaining_walls.html',0),'',0);
 		F_OM('Picture387' , 'Picture387LYR', 'img', 'LayoutRegion2',new Array(
		'Page Loaded','Picture387','Fly','In From Top Left',0,
		'Clicked','Layout','Go To','./html/swimming_pools.html',0),'',0);
 		F_OM('Picture389' , 'Picture389LYR', 'img', 'LayoutRegion2',new Array(
		'Page Loaded','Picture389','Fly','In From Left',0,
		'Clicked','Layout','Go To','./html/rockscaping_gallery.html',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture386A').bind('click', function(__e) { return (F_e('Picture386', F_CL, __e)); } );
	$('#Picture390A').bind('click', function(__e) { return (F_e('Picture390', F_CL, __e)); } );
	$('#Picture379A').bind('click', function(__e) { return (F_e('Picture379', F_CL, __e)); } );
	$('#Picture380A').bind('click', function(__e) { return (F_e('Picture380', F_CL, __e)); } );
	$('#Picture381A').bind('click', function(__e) { return (F_e('Picture381', F_CL, __e)); } );
	$('#Picture382A').bind('click', function(__e) { return (F_e('Picture382', F_CL, __e)); } );
	$('#Picture383A').bind('click', function(__e) { return (F_e('Picture383', F_CL, __e)); } );
	$('#Picture384A').bind('click', function(__e) { return (F_e('Picture384', F_CL, __e)); } );
	$('#Picture385A').bind('click', function(__e) { return (F_e('Picture385', F_CL, __e)); } );
	$('#Picture387A').bind('click', function(__e) { return (F_e('Picture387', F_CL, __e)); } );
	$('#Picture389A').bind('click', function(__e) { return (F_e('Picture389', F_CL, __e)); } );
});
// End Actions


