// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text186' , 'Text186LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text186','Fly','In From Top Right',0),'',0);
 	F_OM('Service1' , 'Service1LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('NavigationBar3' , 'NavigationBar3LYR', 'nav', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar3"] = {
	"NavigationButton1" : { image: "../Home_Ns1.GIF", rollover: "../Home_NRs2.GIF", w: 100, h: 16 },
	"NavigationButton2" : { image: "../About_Us_Ns1_1.GIF", rollover: "../About_Us_NRs2_1.GIF", w: 100, h: 16 },
	"NavigationButton3" : { image: "../Catalog_Hs3_1.GIF", rollover: "../Catalog_HRs4_1.GIF", w: 100, h: 16 },
	"NavigationButton4" : { image: "../UPS_Shipping_Ns1_1.GIF", rollover: "../UPS_Shipping_NRs2_1.GIF", w: 100, h: 16 },
	"NavigationButton5" : { image: "../Chemistry_Ulabs_Ns1_1.GIF", rollover: "../Chemistry_Ulabs_NRs2_1.GIF", w: 100, h: 16 },
	"NavigationButton6" : { image: "../Ordering_Ns1.GIF", rollover: "../Ordering_NRs2.GIF", w: 100, h: 16 },
	"NavigationButton7" : { image: "../Promega_Freezer_Ns1_1.GIF", rollover: "../Promega_Freezer_NRs2_1.GIF", w: 100, h: 16 },
	"NavigationButton8" : { image: "../Sigma_Aldrich_Ns1_1.GIF", rollover: "../Sigma_Aldrich_NRs2_1.GIF", w: 100, h: 16 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar3", rollover: true, autoClose: false, spacing: 1 });
	$("#NavigationBar3").nofNavBar({isMain: true, orientation: "vertical" });
	$("#NavigationBar3 ul").hide();
	$("#NavigationBar3").css('background-color', '#CC9966');
	$("#NavigationBar3 ul").css('background-color', '#CC9966');
});


// End Navigation Bars

