// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutRegion6' , 'LayoutRegion6LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('LayoutRegion2' , 'LayoutRegion2LYR', 'lyr', 'LayoutRegion6',null,'',0);
 
	F_OM('LayoutRegion21' , 'LayoutRegion21LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Picture34' , 'Picture34LYR', 'img', 'LayoutRegion21',null,'',0);
 
			F_OM_Map('RectangleHotspot1' , 'rect', 'Picture34',new Array(
			'Page Loaded','Picture34','Set Image',F_Parm('Image 1 (Normal)','./assets/images/navb_1_n.png','Image 2 (Highlighted)','./assets/images/navb_1_hl.png','Image 3 (Depressed)','','Image 4 (Selected)','','Image 5','','Image 6','','Image 7','','Image 8','','Image 9','','Image 10',''),0,
			'Mouse Over','Picture34','Use Image','Image 2 (Highlighted)',0,
			'Mouse Out','Picture34','Use Image','Image 1 (Normal)',0,
			'Clicked','Layout','Go To','./html/eng/about_us.html',0),34,7,135,27);
		F_OM('Picture37' , 'Picture37LYR', 'img', 'LayoutRegion21',null,'',0);
 
			F_OM_Map('RectangleHotspot2' , 'rect', 'Picture37',new Array(
			'Page Loaded','Picture37','Set Image',F_Parm('Image 1 (Normal)','./assets/images/navb_2_n.png','Image 2 (Highlighted)','./assets/images/navb_2_hl.png','Image 3 (Depressed)','','Image 4 (Selected)','','Image 5','','Image 6','','Image 7','','Image 8','','Image 9','','Image 10',''),0,
			'Mouse Over','Picture37','Use Image','Image 2 (Highlighted)',0,
			'Mouse Out','Picture37','Use Image','Image 1 (Normal)',0,
			'Clicked','Layout','Go To','./html/eng/our_products.html',0),36,6,192,27);
		F_OM('Picture38' , 'Picture38LYR', 'img', 'LayoutRegion21',null,'',0);
 
			F_OM_Map('RectangleHotspot3' , 'rect', 'Picture38',new Array(
			'Page Loaded','Picture38','Set Image',F_Parm('Image 1 (Normal)','./assets/images/navb_3_n.png','Image 2 (Highlighted)','./assets/images/navb_3_hl.png','Image 3 (Depressed)','','Image 4 (Selected)','','Image 5','','Image 6','','Image 7','','Image 8','','Image 9','','Image 10',''),0,
			'Mouse Over','Picture38','Use Image','Image 2 (Highlighted)',0,
			'Mouse Out','Picture38','Use Image','Image 1 (Normal)',0,
			'Clicked','Layout','Go To','./html/eng/our_services.html',0),36,6,182,28);
		F_OM('Picture39' , 'Picture39LYR', 'img', 'LayoutRegion21',null,'',0);
 
			F_OM_Map('RectangleHotspot4' , 'rect', 'Picture39',new Array(
			'Page Loaded','Picture39','Set Image',F_Parm('Image 1 (Normal)','./assets/images/navb_4_n.png','Image 2 (Highlighted)','./assets/images/navb_4_hl.png','Image 3 (Depressed)','','Image 4 (Selected)','','Image 5','','Image 6','','Image 7','','Image 8','','Image 9','','Image 10',''),0,
			'Mouse Over','Picture39','Use Image','Image 2 (Highlighted)',0,
			'Mouse Out','Picture39','Use Image','Image 1 (Normal)',0,
			'Clicked','Layout','Go To','./html/eng/contact_us.html',0),35,6,161,28);
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#RectangleHotspot1').bind('mouseover', function(__e) { return (F_e('RectangleHotspot1', F_MV, __e)); } );
	$('#RectangleHotspot1').bind('mouseout', function(__e) { return (F_e('RectangleHotspot1', F_MT, __e)); } );
	$('#RectangleHotspot2').bind('mouseover', function(__e) { return (F_e('RectangleHotspot2', F_MV, __e)); } );
	$('#RectangleHotspot2').bind('mouseout', function(__e) { return (F_e('RectangleHotspot2', F_MT, __e)); } );
	$('#RectangleHotspot3').bind('mouseover', function(__e) { return (F_e('RectangleHotspot3', F_MV, __e)); } );
	$('#RectangleHotspot3').bind('mouseout', function(__e) { return (F_e('RectangleHotspot3', F_MT, __e)); } );
	$('#RectangleHotspot4').bind('mouseover', function(__e) { return (F_e('RectangleHotspot4', F_MV, __e)); } );
	$('#RectangleHotspot4').bind('mouseout', function(__e) { return (F_e('RectangleHotspot4', F_MT, __e)); } );
});
// End Actions

// Begin Analytics
$(document).ready( function() {
	$('#Text46Link1').bind('click', function() { pageTracker._trackPageview('/outgoing/www.fsc.org/chainofcustody.html'); } );
});
// End Analytics


