// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture1531' , 'Picture1531LYR', 'img', 'Layout',null,'',0);
 
		F_OM_Map('RectangleHotspot1' , 'rect', 'Picture1531',new Array(
		'Mouse Over','rollovercomm','Show','',0,
		'Mouse Out','rollovercomm','Hide','',0,
		'Clicked','Layout','Go To','./commodore_garbage_disposers.html',0),5,4,164,72);
		F_OM_Map('RectangleHotspot8' , 'rect', 'Picture1531',new Array(
		'Mouse Over','TN','Show','',0,
		'Mouse Out','TN','Hide','',0,
		'Clicked','Layout','Go To','./titan_garbage_disposers.html',0),6,73,165,128);
		F_OM_Map('RectangleHotspot2' , 'rect', 'Picture1531',new Array(
		'Mouse Over','wmro','Show','',0,
		'Mouse Out','wmro','Hide','',0,
		'Clicked','Layout','Go To','./waste_maid_garbage_disposers.html',0),4,131,165,174);
		F_OM_Map('RectangleHotspot3' , 'rect', 'Picture1531',new Array(
		'Mouse Over','scrappyro','Show','',0,
		'Mouse Out','scrappyro','Hide','',0,
		'Clicked','Layout','Go To','./mr-scrappy-disposer-accessorie.html',0),5,171,165,232);
		F_OM_Map('adamas' , 'rect', 'Picture1531',new Array(
		'Mouse Over','admasro','Show','',0,
		'Mouse Out','admasro','Hide','',0,
		'Clicked','Layout','Go To','./adamas-disposers.html',0),6,230,165,273);
		F_OM_Map('RectangleHotspot9' , 'rect', 'Picture1531',new Array(
		'Mouse Over','RGRO','Show','',0,
		'Mouse Out','RGRO','Hide','',0,
		'Clicked','Layout','Go To','./redgoatdisposers.html',0),7,274,163,347);
		F_OM_Map('RectangleHotspot6' , 'rect', 'Picture1531',new Array(
		'Mouse Over','upro','Show','',0,
		'Mouse Out','upro','Hide','',0,
		'Clicked','Layout','Go To','./ultrapura-water-treatment.html',0),8,347,164,394);
		F_OM_Map('RectangleHotspot7' , 'rect', 'Picture1531',new Array(
		'Mouse Over','PROro','Show','',0,
		'Mouse Out','PROro','Hide','',0,
		'Clicked','Layout','Go To','./precision_ro.html',0),1,393,165,438);
	F_OM('rollovercomm' , 'rollovercommLYR', 'img', 'Layout',null,'',0);
 	F_OM('wmro' , 'wmroLYR', 'img', 'Layout',null,'',0);
 	F_OM('scrappyro' , 'scrappyroLYR', 'img', 'Layout',null,'',0);
 	F_OM('upro' , 'uproLYR', 'img', 'Layout',null,'',0);
 	F_OM('PROro' , 'PROroLYR', 'img', 'Layout',null,'',0);
 	F_OM('TN' , 'TNLYR', 'img', 'Layout',null,'',0);
 	F_OM('RGRO' , 'RGROLYR', 'img', 'Layout',null,'',0);
 	F_OM('admasro' , 'admasroLYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Go To','./adamas-disposers.html',0),'',0);
 	F_OM('Flash1' , 'Flash1LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('NavigationBar2' , 'NavigationBar2LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('NavigationBar1' , 'NavigationBar1LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('Text75' , 'Text75LYR', 'txt', 'Layout',null,'',0);
 
	F_OM('Text76' , 'Text76LYR', 'txt', 'Layout',null,'',0);
 
	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)); } );
	$('#RectangleHotspot8').bind('mouseover', function(__e) { return (F_e('RectangleHotspot8', F_MV, __e)); } );
	$('#RectangleHotspot8').bind('mouseout', function(__e) { return (F_e('RectangleHotspot8', 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)); } );
	$('#adamas').bind('mouseover', function(__e) { return (F_e('adamas', F_MV, __e)); } );
	$('#adamas').bind('mouseout', function(__e) { return (F_e('adamas', F_MT, __e)); } );
	$('#RectangleHotspot9').bind('mouseover', function(__e) { return (F_e('RectangleHotspot9', F_MV, __e)); } );
	$('#RectangleHotspot9').bind('mouseout', function(__e) { return (F_e('RectangleHotspot9', F_MT, __e)); } );
	$('#RectangleHotspot6').bind('mouseover', function(__e) { return (F_e('RectangleHotspot6', F_MV, __e)); } );
	$('#RectangleHotspot6').bind('mouseout', function(__e) { return (F_e('RectangleHotspot6', F_MT, __e)); } );
	$('#RectangleHotspot7').bind('mouseover', function(__e) { return (F_e('RectangleHotspot7', F_MV, __e)); } );
	$('#RectangleHotspot7').bind('mouseout', function(__e) { return (F_e('RectangleHotspot7', F_MT, __e)); } );
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash1").media({ width: 166, height: 166,
		src: './world2.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'true', quality: 'autolow', scale: 'showall', salign: 'b', wmode: 'transparent' }
	});
});
// End jMedia Components

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar2"] = {
	"NavigationButton23" : { image: "./HOME_HTOPNAV1RO.gif", rollover: "./HOME_HRTOPNAV1RO.gif", w: 115, h: 30 },
	"NavigationButton24" : { image: "./ABOUT_US_NTOPNAV1.gif", rollover: "./ABOUT_US_NRTOPNAV1RO.gif", w: 115, h: 30 },
	"NavigationButton25" : { image: "./CONTACT_US_NTOPNAV1.gif", rollover: "./CONTACT_US_NRTOPNAV1RO.gif", w: 115, h: 30 },
	"NavigationButton26" : { image: "./SEARCH_NTOPNAV1.gif", rollover: "./SEARCH_NRTOPNAV1RO.gif", w: 115, h: 30 },
	"NavigationButton27" : { image: "./MEMBERS_NTOPNAV1.gif", rollover: "./MEMBERS_NRTOPNAV1RO.gif", w: 115, h: 30 }
};

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


ButtonsImageMapping["NavigationBar1"] = {
	"NavigationButton28" : { image: "./_NLine.white.jpg", rollover: "./_NRLine.white.jpg", w: 115, h: 5 },
	"NavigationButton29" : { image: "./Residential___Food_Waste_DispoNNAV1.gif", rollover: "./Residential___Food_Waste_DispoNRNAV1RO.gif", w: 140, h: 30 },
	"NavigationButton30" : { image: "./Commodore_Disposers_NNAV2.gif", rollover: "./Commodore_Disposers_NRNAV2RO.gif", w: 140, h: 14 },
	"NavigationButton31" : { image: "./Titan_Disposers_NNAV2.gif", rollover: "./Titan_Disposers_NRNAV2RO.gif", w: 140, h: 14 },
	"NavigationButton32" : { image: "./Waste_Maid_Disposers_NNAV2.gif", rollover: "./Waste_Maid_Disposers_NRNAV2RO.gif", w: 140, h: 14 },
	"NavigationButton33" : { image: "./Residential___Disposer_AccessoNNAV1.gif", rollover: "./Residential___Disposer_AccessoNRNAV1RO.gif", w: 140, h: 30 },
	"NavigationButton34" : { image: "./Mr._Scrappy_Accessories_NNAV2.gif", rollover: "./Mr._Scrappy_Accessories_NRNAV2RO.gif", w: 140, h: 14 },
	"NavigationButton35" : { image: "./Color_Sink_Flanges_NNAV2.gif", rollover: "./Color_Sink_Flanges_NRNAV2RO.gif", w: 140, h: 14 },
	"NavigationButton36" : { image: "./Air_Switch_NNAV2.gif", rollover: "./Air_Switch_NRNAV2RO.gif", w: 140, h: 14 },
	"NavigationButton37" : { image: "./Commercial___Food_Waste_DisposNNAV1.gif", rollover: "./Commercial___Food_Waste_DisposNRNAV1RO.gif", w: 140, h: 30 },
	"NavigationButton38" : { image: "./Adamas_NNAV2.gif", rollover: "./Adamas_NRNAV2RO.gif", w: 140, h: 14 },
	"NavigationButton39" : { image: "./Red_Goat_NNAV2.gif", rollover: "./Red_Goat_NRNAV2RO.gif", w: 140, h: 14 },
	"NavigationButton40" : { image: "./Water___Treatment_Systems_NNAV1.gif", rollover: "./Water___Treatment_Systems_NRNAV1RO.gif", w: 140, h: 30 },
	"NavigationButton41" : { image: "./Precision_RO_NNAV2.gif", rollover: "./Precision_RO_NRNAV2RO.gif", w: 140, h: 14 },
	"NavigationButton42" : { image: "./Ultra_Pura_NNAV2.gif", rollover: "./Ultra_Pura_NRNAV2RO.gif", w: 140, h: 14 },
	"NavigationButton43" : { image: "./P-RO_One_Step_NNAV2.gif", rollover: "./P-RO_One_Step_NRNAV2RO.gif", w: 140, h: 14 },
	"NavigationButton44" : { image: "./_NLine.white_1.jpg", rollover: "./_NRLine.white_1.jpg", w: 115, h: 5 }
};

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


// End Navigation Bars

