// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture20' , 'Picture20LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture20','Fly','In From Bottom Right',0),'',0);
 
	F_OM('Picture22' , 'Picture22LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture22','Fly','In From Bottom Right',0,
	'Clicked','Layout','Go To','./html/welcome.html',0),'',0);
 
	F_OM('Picture24' , 'Picture24LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture24','Fly','In From Bottom Right',0,
	'Clicked','Layout','Go To','./html/area_rugs.html',0),'',0);
 
	F_OM('Picture25' , 'Picture25LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture25','Fly','In From Top Right',0,
	'Clicked','Layout','Go To','./moormans_newest.swf',0),'',0);
 
	F_OM('Picture26' , 'Picture26LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture26','Fly','In From Bottom Right',0,
	'Clicked','Layout','Go To','./html/welcome.html',0),'',0);
 
	F_OM('Picture23' , 'Picture23LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture23','Fly','In From Top Right',0,
	'Clicked','Layout','Go To','./html/welcome.html',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture22A').bind('click', function(__e) { return (F_e('Picture22', F_CL, __e)); } );
	$('#Picture24A').bind('click', function(__e) { return (F_e('Picture24', F_CL, __e)); } );
	$('#Picture23A').bind('click', function(__e) { return (F_e('Picture23', F_CL, __e)); } );
	$('#Picture25A').bind('click', function(__e) { return (F_e('Picture25', F_CL, __e)); } );
	$('#Picture26A').bind('click', function(__e) { return (F_e('Picture26', F_CL, __e)); } );
});
// End Actions

