// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture1' , 'Picture1LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture1','Hide','',0),'',0);
 	F_OM('RotatingPicture1' , 'RotatingPicture1LYR', 'img', 'Layout',new Array(
	'Mouse Out','Picture1','Hide','',0,
	'Mouse Over','Picture1','Show','',0,
	'Mouse Out','Picture1','Hide','',0),'',0);
 	F_OM('Picture3' , 'Picture3LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture3','Hide','',0),'',0);
 	F_OM('RotatingPicture3' , 'RotatingPicture3LYR', 'img', 'Layout',new Array(
	'Mouse Out','Picture3','Hide','',0,
	'Mouse Over','Picture3','Show','',0,
	'Mouse Out','Picture3','Hide','',0),'',0);
 	F_OM('Picture4' , 'Picture4LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture4','Hide','',0),'',0);
 	F_OM('RotatingPicture2' , 'RotatingPicture2LYR', 'img', 'Layout',new Array(
	'Mouse Out','Picture4','Hide','',0,
	'Mouse Over','Picture4','Show','',0,
	'Mouse Out','Picture4','Hide','',0),'',0);
 	F_OM('Picture11' , 'Picture11LYR', 'img', 'Layout',new Array(
	'Mouse Out','Picture13','Hide','',0,
	'Mouse Over','Picture13','Show','',0,
	'Mouse Out','Picture13','Hide','',0,
	'Clicked','Layout','Go To','./html/our_services.html',0),'',0);
 	F_OM('Picture13' , 'Picture13LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture13','Hide','',0),'',0);
 	F_OM('Picture5' , 'Picture5LYR', 'img', 'Layout',new Array(
	'Mouse Out','Picture6','Hide','',0,
	'Mouse Over','Picture6','Show','',0,
	'Mouse Out','Picture6','Hide','',0,
	'Clicked','Layout','Go To','./html/our_services.html',0),'',0);
 	F_OM('Picture6' , 'Picture6LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture6','Hide','',0),'',0);
 	F_OM('Picture10' , 'Picture10LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture10','Hide','',0),'',0);
 	F_OM('Picture9' , 'Picture9LYR', 'img', 'Layout',new Array(
	'Mouse Out','Picture10','Hide','',0,
	'Mouse Over','Picture10','Show','',0,
	'Mouse Out','Picture10','Hide','',0,
	'Clicked','Layout','Go To','./html/our_services.html',0),'',0);
 	F_OM('Picture20' , 'Picture20LYR', 'img', 'Layout',new Array(
	'Mouse Out','Picture21','Hide','',0,
	'Mouse Over','Picture21','Show','',0,
	'Mouse Out','Picture21','Hide','',0,
	'Clicked','Layout','Go To','./html/our_services.html',0),'',0);
 	F_OM('Picture7' , 'Picture7LYR', 'img', 'Layout',new Array(
	'Mouse Out','Picture8','Hide','',0,
	'Mouse Over','Picture8','Show','',0,
	'Mouse Out','Picture8','Hide','',0,
	'Clicked','Layout','Go To','./html/manufacturer_for.html',0),'',0);
 	F_OM('Picture21' , 'Picture21LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture21','Hide','',0),'',0);
 	F_OM('Picture22' , 'Picture22LYR', 'img', 'Layout',new Array(
	'Mouse Out','Picture8','Hide','',0,
	'Mouse Over','Picture8','Show','',0,
	'Mouse Out','Picture8','Hide','',0,
	'Clicked','Layout','Go To','./html/manufacturer_for.html',0),'',0);
 	F_OM('Picture8' , 'Picture8LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture8','Hide','',0,
	'Clicked','Layout','Go To','./html/manufacturer_for.html',0),'',0);
 	F_OM('Picture23' , 'Picture23LYR', 'img', 'Layout',new Array(
	'Mouse Over','DynaButtons7','Show','',0,
	'Mouse Over','DynaButtons8','Show','',0,
	'Mouse Over','DynaButtons9','Show','',0,
	'Mouse Out','DynaButtons9','Hide','',0,
	'Mouse Out','DynaButtons8','Hide','',0,
	'Mouse Out','DynaButtons7','Hide','',0,
	'Clicked','Layout','Go To','./html/our_services.html',0),'',0);
 	F_OM('DynaButtons9' , 'DynaButtons9LYR', 'jav', 'Layout',new Array(
	'Page Loaded','DynaButtons9','Hide','',0),'',0);
 	F_OM('DynaButtons7' , 'DynaButtons7LYR', 'jav', 'Layout',new Array(
	'Page Loaded','DynaButtons7','Hide','',0),'',0);
 	F_OM('DynaButtons8' , 'DynaButtons8LYR', 'jav', 'Layout',new Array(
	'Page Loaded','DynaButtons8','Hide','',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#RotatingPicture1A').bind('mouseout', function(__e) { return (F_e('RotatingPicture1', F_MT, __e)); } );
	$('#RotatingPicture1A').bind('mouseover', function(__e) { return (F_e('RotatingPicture1', F_MV, __e)); } );
	$('#RotatingPicture3A').bind('mouseout', function(__e) { return (F_e('RotatingPicture3', F_MT, __e)); } );
	$('#RotatingPicture3A').bind('mouseover', function(__e) { return (F_e('RotatingPicture3', F_MV, __e)); } );
	$('#RotatingPicture2A').bind('mouseout', function(__e) { return (F_e('RotatingPicture2', F_MT, __e)); } );
	$('#RotatingPicture2A').bind('mouseover', function(__e) { return (F_e('RotatingPicture2', F_MV, __e)); } );
	$('#Picture11A').bind('click', function(__e) { return (F_e('Picture11', F_CL, __e)); } );
	$('#Picture11A').bind('mouseout', function(__e) { return (F_e('Picture11', F_MT, __e)); } );
	$('#Picture11A').bind('mouseover', function(__e) { return (F_e('Picture11', F_MV, __e)); } );
	$('#Picture5A').bind('click', function(__e) { return (F_e('Picture5', F_CL, __e)); } );
	$('#Picture5A').bind('mouseout', function(__e) { return (F_e('Picture5', F_MT, __e)); } );
	$('#Picture5A').bind('mouseover', function(__e) { return (F_e('Picture5', F_MV, __e)); } );
	$('#Picture9A').bind('click', function(__e) { return (F_e('Picture9', F_CL, __e)); } );
	$('#Picture9A').bind('mouseout', function(__e) { return (F_e('Picture9', F_MT, __e)); } );
	$('#Picture9A').bind('mouseover', function(__e) { return (F_e('Picture9', F_MV, __e)); } );
	$('#Picture20A').bind('click', function(__e) { return (F_e('Picture20', F_CL, __e)); } );
	$('#Picture20A').bind('mouseout', function(__e) { return (F_e('Picture20', F_MT, __e)); } );
	$('#Picture20A').bind('mouseover', function(__e) { return (F_e('Picture20', F_MV, __e)); } );
	$('#Picture7A').bind('click', function(__e) { return (F_e('Picture7', F_CL, __e)); } );
	$('#Picture7A').bind('mouseout', function(__e) { return (F_e('Picture7', F_MT, __e)); } );
	$('#Picture7A').bind('mouseover', function(__e) { return (F_e('Picture7', F_MV, __e)); } );
	$('#Picture22A').bind('click', function(__e) { return (F_e('Picture22', F_CL, __e)); } );
	$('#Picture22A').bind('mouseout', function(__e) { return (F_e('Picture22', F_MT, __e)); } );
	$('#Picture22A').bind('mouseover', function(__e) { return (F_e('Picture22', F_MV, __e)); } );
	$('#Picture8A').bind('click', function(__e) { return (F_e('Picture8', F_CL, __e)); } );
	$('#Picture23A').bind('click', function(__e) { return (F_e('Picture23', F_CL, __e)); } );
	$('#Picture23A').bind('mouseover', function(__e) { return (F_e('Picture23', F_MV, __e)); } );
	$('#Picture23A').bind('mouseout', function(__e) { return (F_e('Picture23', F_MT, __e)); } );
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#DynaButtons1").media({ width: 126, height: 21, src: 'DynaButtons.class', title: 'DynaButtons',
		params: { codebase: './', archive: 'DynaButtonsDeploy.jar', 'Orientation': 'Horizontal', 'ButtonImage': './DynaButtons/p1.gif', 'HighliteImage': './DynaButtons/p3.gif', 'TextJustification': '5', 'TextAlignment': '2624', 'ButtonFont': 'Times New Roman Baltic', 'FontSize': '10', 'FontColor': '255', 'HighliteFontColor': '255', 'Bold': 'True', 'Italic': 'True', 'BackgroundImage': './DynaButtons/ss235.jpg', 'ButtonText0': 'Home', 'URL0': './index.html', 'X Position': '74', 'Y Position': '7' }
	});
});
$(document).ready(
function() {
	$("#DynaButtons3").media({ width: 126, height: 21, src: 'DynaButtons.class', title: 'DynaButtons',
		params: { codebase: './', archive: 'DynaButtonsDeploy.jar', 'Orientation': 'Horizontal', 'ButtonImage': './DynaButtons/p1.gif', 'HighliteImage': './DynaButtons/p3.gif', 'TextJustification': '5', 'TextAlignment': '2624', 'ButtonFont': 'Times New Roman Baltic', 'FontSize': '10', 'FontColor': '255', 'HighliteFontColor': '255', 'Bold': 'True', 'Italic': 'True', 'BackgroundImage': './DynaButtons/ss235.jpg', 'ButtonText0': 'ABOUT US', 'URL0': './html/about_us.html', 'X Position': '203', 'Y Position': '7' }
	});
});
$(document).ready(
function() {
	$("#DynaButtons4").media({ width: 126, height: 21, src: 'DynaButtons.class', title: 'DynaButtons',
		params: { codebase: './', archive: 'DynaButtonsDeploy.jar', 'Orientation': 'Horizontal', 'ButtonImage': './DynaButtons/p1.gif', 'HighliteImage': './DynaButtons/p3.gif', 'TextJustification': '5', 'TextAlignment': '2624', 'ButtonFont': 'Times New Roman Baltic', 'FontSize': '10', 'FontColor': '255', 'HighliteFontColor': '255', 'Bold': 'True', 'Italic': 'True', 'BackgroundImage': './DynaButtons/ss235.jpg', 'ButtonText0': 'OUR MISSION', 'URL0': './html/our_mission.html', 'X Position': '332', 'Y Position': '7' }
	});
});
$(document).ready(
function() {
	$("#DynaButtons5").media({ width: 126, height: 21, src: 'DynaButtons.class', title: 'DynaButtons',
		params: { codebase: './', archive: 'DynaButtonsDeploy.jar', 'Orientation': 'Horizontal', 'ButtonImage': './DynaButtons/p1.gif', 'HighliteImage': './DynaButtons/p3.gif', 'TextJustification': '5', 'TextAlignment': '2624', 'ButtonFont': 'Times New Roman Baltic', 'FontSize': '10', 'FontColor': '255', 'HighliteFontColor': '255', 'Bold': 'True', 'Italic': 'True', 'BackgroundImage': './DynaButtons/ss235.jpg', 'ButtonText0': 'OUR Services', 'URL0': './html/our_services.html', 'X Position': '460', 'Y Position': '7' }
	});
});
$(document).ready(
function() {
	$("#DynaButtons6").media({ width: 126, height: 21, src: 'DynaButtons.class', title: 'DynaButtons',
		params: { codebase: './', archive: 'DynaButtonsDeploy.jar', 'Orientation': 'Horizontal', 'ButtonImage': './DynaButtons/p1.gif', 'HighliteImage': './DynaButtons/p3.gif', 'TextJustification': '5', 'TextAlignment': '2624', 'ButtonFont': 'Times New Roman Baltic', 'FontSize': '10', 'FontColor': '255', 'HighliteFontColor': '255', 'Bold': 'True', 'Italic': 'True', 'BackgroundImage': './DynaButtons/ss235.jpg', 'ButtonText0': 'CONTACT US', 'URL0': './html/contact_us.html', 'X Position': '589', 'Y Position': '7' }
	});
});
$(document).ready(
function() {
	$("#DynaButtons10").media({ width: 126, height: 21, src: 'DynaButtons.class', title: 'DynaButtons',
		params: { codebase: './', archive: 'DynaButtonsDeploy.jar', 'Orientation': 'Horizontal', 'ButtonImage': './DynaButtons/p1.gif', 'HighliteImage': './DynaButtons/p3.gif', 'TextJustification': '5', 'TextAlignment': '2624', 'ButtonFont': 'Times New Roman Baltic', 'FontSize': '10', 'FontColor': '255', 'HighliteFontColor': '255', 'Bold': 'True', 'Italic': 'True', 'BackgroundImage': './DynaButtons/ss235.jpg', 'ButtonText0': 'Our Guestbook', 'URL0': './html/our_guestbook.php', 'X Position': '720', 'Y Position': '7' }
	});
});
$(document).ready(
function() {
	$("#Emailus").media({ width: 126, height: 21, src: 'DynaButtons.class', title: 'DynaButtons',
		params: { codebase: './', archive: 'DynaButtonsDeploy.jar', 'Orientation': 'Horizontal', 'ButtonImage': './DynaButtons/p1.gif', 'HighliteImage': './DynaButtons/p3.gif', 'TextJustification': '5', 'TextAlignment': '2624', 'ButtonFont': 'Times New Roman Baltic', 'FontSize': '10', 'FontColor': '255', 'HighliteFontColor': '255', 'Bold': 'True', 'Italic': 'True', 'BackgroundImage': './DynaButtons/ss235.jpg', 'ButtonText0': 'E_mail Us', 'URL0': './html/e_mail_us.php', 'X Position': '850', 'Y Position': '7' }
	});
});
$(document).ready(
function() {
	$("#DynaButtons9").media({ width: 126, height: 21, src: 'DynaButtons.class', title: 'DynaButtons',
		params: { codebase: './', archive: 'DynaButtonsDeploy.jar', 'Orientation': 'Horizontal', 'ButtonImage': './DynaButtons/p1.gif', 'HighliteImage': './DynaButtons/p3.gif', 'TextJustification': '5', 'TextAlignment': '2624', 'ButtonFont': 'Times New Roman Baltic', 'FontSize': '10', 'FontColor': '255', 'HighliteFontColor': '255', 'Bold': 'True', 'Italic': 'True', 'BackgroundImage': './DynaButtons/ss235.jpg', 'ButtonText0': 'TYCO', 'URL0': './html/tyco.html', 'X Position': '461', 'Y Position': '70' }
	});
});
$(document).ready(
function() {
	$("#DynaButtons7").media({ width: 126, height: 21, src: 'DynaButtons.class', title: 'DynaButtons',
		params: { codebase: './', archive: 'DynaButtonsDeploy.jar', 'Orientation': 'Horizontal', 'ButtonImage': './DynaButtons/p1.gif', 'HighliteImage': './DynaButtons/p3.gif', 'TextJustification': '5', 'TextAlignment': '2624', 'ButtonFont': 'Times New Roman Baltic', 'FontSize': '10', 'FontColor': '255', 'HighliteFontColor': '255', 'Bold': 'True', 'Italic': 'True', 'BackgroundImage': './DynaButtons/ss235.jpg', 'ButtonText0': 'Manufacturer for', 'URL0': './html/manufacturer_for.html', 'X Position': '461', 'Y Position': '28' }
	});
});
$(document).ready(
function() {
	$("#DynaButtons8").media({ width: 126, height: 21, src: 'DynaButtons.class', title: 'DynaButtons',
		params: { codebase: './', archive: 'DynaButtonsDeploy.jar', 'Orientation': 'Horizontal', 'ButtonImage': './DynaButtons/p1.gif', 'HighliteImage': './DynaButtons/p3.gif', 'TextJustification': '5', 'TextAlignment': '2624', 'ButtonFont': 'Times New Roman Baltic', 'FontSize': '10', 'FontColor': '255', 'HighliteFontColor': '255', 'Bold': 'True', 'Italic': 'True', 'BackgroundImage': './DynaButtons/ss235.jpg', 'ButtonText0': 'BERRY', 'URL0': './html/berry.html', 'X Position': '461', 'Y Position': '49' }
	});
});
// End jMedia Components


