// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Table2' , 'Table2LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Picture21' , 'Picture21LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture22' , 'Picture22LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture23' , 'Picture23LYR', 'img', 'Layout',null,'',0);
 
	F_OM('Picture24' , 'Picture24LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture25' , 'Picture25LYR', 'img', 'Layout',null,'',0);
 
	F_OM('Picture41' , 'Picture41LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture21','Show','',0,
	'Mouse Out','Picture21','Hide','',0,
	'Clicked','Layout','Go To','../html/hand-pulled.html',0),'',0);
 
	F_OM('Picture42' , 'Picture42LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture22','Show','',0,
	'Mouse Out','Picture22','Hide','',0,
	'Clicked','Layout','Go To','../html/knife-cut.html',0),'',0);
 
	F_OM('Picture43' , 'Picture43LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture23','Show','',0,
	'Mouse Out','Picture23','Hide','',0,
	'Clicked','Layout','Go To','../html/lamb-sheep.html',0),'',0);
 
	F_OM('Picture44' , 'Picture44LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture24','Show','',0,
	'Mouse Out','Picture24','Hide','',0,
	'Clicked','Layout','Go To','../html/beef_rounds.html',0),'',0);
 
	F_OM('Picture45' , 'Picture45LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture25','Show','',0,
	'Mouse Out','Picture25','Hide','',0,
	'Clicked','Layout','Go To','../html/beef_middles.html',0),'',0);
 
	F_OM('NavigationBar2' , 'NavigationBar2LYR', 'nav', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture41A').bind('click', function(__e) { return (F_e('Picture41', F_CL, __e)); } );
	$('#Picture41A').bind('mouseover', function(__e) { return (F_e('Picture41', F_MV, __e)); } );
	$('#Picture41A').bind('mouseout', function(__e) { return (F_e('Picture41', F_MT, __e)); } );
	$('#Picture42A').bind('click', function(__e) { return (F_e('Picture42', F_CL, __e)); } );
	$('#Picture42A').bind('mouseover', function(__e) { return (F_e('Picture42', F_MV, __e)); } );
	$('#Picture42A').bind('mouseout', function(__e) { return (F_e('Picture42', F_MT, __e)); } );
	$('#Picture43A').bind('click', function(__e) { return (F_e('Picture43', F_CL, __e)); } );
	$('#Picture43A').bind('mouseover', function(__e) { return (F_e('Picture43', F_MV, __e)); } );
	$('#Picture43A').bind('mouseout', function(__e) { return (F_e('Picture43', F_MT, __e)); } );
	$('#Picture44A').bind('click', function(__e) { return (F_e('Picture44', F_CL, __e)); } );
	$('#Picture44A').bind('mouseover', function(__e) { return (F_e('Picture44', F_MV, __e)); } );
	$('#Picture44A').bind('mouseout', function(__e) { return (F_e('Picture44', F_MT, __e)); } );
	$('#Picture45A').bind('click', function(__e) { return (F_e('Picture45', F_CL, __e)); } );
	$('#Picture45A').bind('mouseover', function(__e) { return (F_e('Picture45', F_MV, __e)); } );
	$('#Picture45A').bind('mouseout', function(__e) { return (F_e('Picture45', F_MT, __e)); } );
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar2"] = {
	"NavigationButton1" : { image: "../assets/images/autogen/ProLine_Np1_1.jpg", w: 116, h: 31 },
	"NavigationButton2" : { image: "../assets/images/autogen/Why_Natural..._Np1_1.jpg", w: 116, h: 31 },
	"NavigationButton3" : { image: "../assets/images/autogen/Why_ICG..._Np1_1.jpg", w: 116, h: 31 },
	"NavigationButton4" : { image: "../assets/images/autogen/Contact_Us_Np1_1.jpg", w: 116, h: 31 },
	"NavigationButton5" : { image: "../assets/images/autogen/Industry_Links_Np1_1.jpg", w: 116, h: 31 },
	"NavigationButton6" : { image: "../assets/images/autogen/Products_Hp3_1.jpg", w: 116, h: 31 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar2", autoClose: false, spacing: 3 });
	$("#NavigationBar2").nofNavBar({isMain: true, orientation: "vertical" });
	$("#NavigationBar2 ul").hide();
});


// End Navigation Bars

