// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('' , 'LYR', 'lyr', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#WebApplication3").media({ width: 629, height: 69, src: 'fire.class', title: 'Fire safety equipment for marine and land based applications',
		params: { codebase: './', 'image': 'marinefire-header.gif' }
	});
});
// End jMedia Components

