// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Page Loaded','Picture159','Show','',0));
	F_OM('Text118' , 'Text118LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text118','Peek','In From Left',1),'',0);
 
	F_OM('Picture154' , 'Picture154LYR', 'img', 'Layout',new Array(
	'Clicked','Picture154','Peek','In From Top',0),'',0);
 
	F_OM('Picture156' , 'Picture156LYR', 'img', 'Layout',new Array(
	'Clicked','Picture156','Peek','In From Top',0,
	'Clicked','Layout','Go To','./HobartAM15-2.jpg',0),'',0);
 
	F_OM('Picture155' , 'Picture155LYR', 'img', 'Layout',new Array(
	'Clicked','Picture155','Peek','In From Top',0),'',0);
 
	F_OM('Picture147' , 'Picture147LYR', 'img', 'Layout',new Array(
	'Clicked','Picture147','Peek','In From Top',0),'',0);
 
	F_OM('Picture148' , 'Picture148LYR', 'img', 'Layout',new Array(
	'Clicked','Picture148','Peek','In From Top',0),'',0);
 
	F_OM('Picture149' , 'Picture149LYR', 'img', 'Layout',new Array(
	'Clicked','Picture149','Peek','In From Top',0),'',0);
 
	F_OM('Picture151' , 'Picture151LYR', 'img', 'Layout',new Array(
	'Clicked','Picture151','Peek','In From Top',0),'',0);
 
	F_OM('Picture158' , 'Picture158LYR', 'img', 'Layout',new Array(
	'Clicked','Picture158','Bring Forward','',0),'',0);
 
	F_OM('Picture159' , 'Picture159LYR', 'img', 'Layout',new Array(
	'Transition Started','Layout','Go To URL','',0,
	'Clicked','Layout','Go To','http://rediequip.net/oscommerceAUG2008/catalog/',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture158A').bind('click', function(__e) { return (F_e('Picture158', F_CL, __e)); } );
	$('#Picture147A').bind('click', function(__e) { return (F_e('Picture147', F_CL, __e)); } );
	$('#Picture148A').bind('click', function(__e) { return (F_e('Picture148', F_CL, __e)); } );
	$('#Picture149A').bind('click', function(__e) { return (F_e('Picture149', F_CL, __e)); } );
	$('#Picture151A').bind('click', function(__e) { return (F_e('Picture151', F_CL, __e)); } );
	$('#Picture154A').bind('click', function(__e) { return (F_e('Picture154', F_CL, __e)); } );
	$('#Picture156A').bind('click', function(__e) { return (F_e('Picture156', F_CL, __e)); } );
	$('#Picture155A').bind('click', function(__e) { return (F_e('Picture155', F_CL, __e)); } );
	$('#Picture159A').bind('click', function(__e) { return (F_e('Picture159', F_CL, __e)); } );
});
// End Actions

