// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture4227' , 'Picture4227LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture4227','','',0,
	'Clicked','Layout','Go To','../html/workstations_and_work_areas.html',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture4227A').bind('click', function(__e) { return (F_e('Picture4227', F_CL, __e)); } );
	$('#Picture4227A').bind('mouseover', function(__e) { return (F_e('Picture4227', F_MV, __e)); } );
});
// End Actions

