// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture45' , 'Picture45LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture45','Fly','In From Top Left',0,
	'Clicked','Layout','Go To','./html/ad_sheets.html',0),'',0);
 
	F_OM('Picture47' , 'Picture47LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture47','Fly','In From Top',0,
	'Clicked','Layout','Go To','./html/brochures.html',0),'',0);
 
	F_OM('Picture36' , 'Picture36LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture36','Fly','In From Top Right',0,
	'Clicked','Layout','Go To','./html/catalogs.html',0),'',0);
 
	F_OM('Picture41' , 'Picture41LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture41','Fly','In From Bottom Left',0,
	'Clicked','Layout','Go To','./html/pocket_folders.html',0),'',0);
 
	F_OM('Picture44' , 'Picture44LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture44','Fly','In From Bottom',0,
	'Clicked','Layout','Go To','./html/postcards.html',0),'',0);
 
	F_OM('Picture43' , 'Picture43LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture43','Fly','In From Bottom Right',0,
	'Clicked','Layout','Go To','./html/posters.html',0),'',0);
 
	F_OM('Cell8' , 'Cell8LYR', 'lyr', 'Layout',new Array(
	'Page Loaded','Cell8','Fly','In From Left',0),'',0);
 
	F_OM('Cell10' , 'Cell10LYR', 'lyr', 'Layout',new Array(
	'Page Loaded','Cell10','Fly','In From Left',0),'',0);
 
	F_OM('Cell12' , 'Cell12LYR', 'lyr', 'Layout',new Array(
	'Page Loaded','Cell12','Fly','In From Left',0),'',0);
 
	F_OM('Cell14' , 'Cell14LYR', 'lyr', 'Layout',new Array(
	'Page Loaded','Cell14','Fly','In From Left',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture45A').bind('click', function(__e) { return (F_e('Picture45', F_CL, __e)); } );
	$('#Picture47A').bind('click', function(__e) { return (F_e('Picture47', F_CL, __e)); } );
	$('#Picture36A').bind('click', function(__e) { return (F_e('Picture36', F_CL, __e)); } );
	$('#Picture41A').bind('click', function(__e) { return (F_e('Picture41', F_CL, __e)); } );
	$('#Picture44A').bind('click', function(__e) { return (F_e('Picture44', F_CL, __e)); } );
	$('#Picture43A').bind('click', function(__e) { return (F_e('Picture43', F_CL, __e)); } );
});
// End Actions


