// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture24' , 'Picture24LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture104' , 'Picture104LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture105','Hide','',0,
	'Mouse Over','Picture24','Show','',0),'',0);
 	F_OM('Picture105' , 'Picture105LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture106' , 'Picture106LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture105','Hide','',0,
	'Mouse Over','Picture105','Show','',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture104A').bind('mouseover', function(__e) { return (F_e('Picture104', F_MV, __e)); } );
	$('#Picture106A').bind('mouseover', function(__e) { return (F_e('Picture106', F_MV, __e)); } );
});
// End Actions

