// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Rectangle3' , 'Rectangle3LYR', 'img', 'Layout',new Array(
	'Page Loaded','Rectangle3','Fly','In From Top',0,
	'Page Exiting','Rectangle3','Fly','Out To Top',0,
	'Clicked','Layout','Go To','./Products/products.html',0),'',0);
 	F_OM('Text1' , 'Text1LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text1','Fly','In From Bottom',0,
	'Page Exiting','Text1','Fly','Out To Bottom',0),'',0);
 	F_OM('Rectangle9' , 'Rectangle9LYR', 'img', 'Layout',new Array(
	'Page Loaded','Rectangle9','Fly','In From Bottom',0,
	'Page Exiting','Rectangle9','Fly','Out To Bottom',0),'',0);
 	F_OM('Rectangle10' , 'Rectangle10LYR', 'img', 'Layout',new Array(
	'Page Loaded','Rectangle10','Fly','In From Top',0,
	'Page Exiting','Rectangle10','Fly','Out To Top',0,
	'Clicked','Layout','Go To','./Services/services.html',0),'',0);
 	F_OM('Rectangle11' , 'Rectangle11LYR', 'img', 'Layout',new Array(
	'Page Loaded','Rectangle11','Fly','In From Top',0,
	'Page Exiting','Rectangle11','Fly','Out To Top',0,
	'Clicked','Layout','Go To','./About_Us/about_us.html',0),'',0);
 	F_OM('Rectangle12' , 'Rectangle12LYR', 'img', 'Layout',new Array(
	'Page Loaded','Rectangle12','Fly','In From Top',0,
	'Page Exiting','Rectangle12','Fly','Out To Top',0,
	'Clicked','Layout','Go To','./Contact/contact.html',0),'',0);
 	F_OM('Rectangle2' , 'Rectangle2LYR', 'img', 'Layout',new Array(
	'Page Loaded','Rectangle2','Fly','In From Bottom',0,
	'Page Exiting','Rectangle2','Fly','Out To Bottom',0),'',0);
 	F_OM('Text3' , 'Text3LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text3','Fly','In From Bottom',0,
	'Page Exiting','Text3','Fly','Out To Bottom',0),'',0);
 	F_OM('Picture4' , 'Picture4LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture4','Fly','In From Left',0,
	'Page Exiting','Picture4','Fly','Out To Left',0),'',0);
 	F_OM('Picture5' , 'Picture5LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture5','Fly','In From Left',0,
	'Page Exiting','Picture5','Fly','Out To Left',0),'',0);
 	F_OM('Picture7' , 'Picture7LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture7','Fly','In From Left',0,
	'Page Exiting','Picture7','Fly','Out To Left',0),'',0);
 	F_OM('Picture8' , 'Picture8LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture8','Fly','In From Left',0,
	'Page Exiting','Picture8','Fly','Out To Left',0),'',0);
 	F_OM('Picture9' , 'Picture9LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture9','Fly','In From Left',0,
	'Page Exiting','Picture9','Fly','Out To Left',0),'',0);
 	F_OM('Picture10' , 'Picture10LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture10','Fly','In From Right',0,
	'Page Exiting','Picture10','Fly','Out To Right',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Rectangle3A').bind('click', function(__e) { return (F_e('Rectangle3', F_CL, __e)); } );
	$('#Rectangle10A').bind('click', function(__e) { return (F_e('Rectangle10', F_CL, __e)); } );
	$('#Rectangle11A').bind('click', function(__e) { return (F_e('Rectangle11', F_CL, __e)); } );
	$('#Rectangle12A').bind('click', function(__e) { return (F_e('Rectangle12', F_CL, __e)); } );
});
// End Actions


