// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture25' , 'Picture25LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture99' , 'Picture99LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture100','Hide','',0,
	'Mouse Over','Picture25','Show','',0),'',0);
 	F_OM('Picture100' , 'Picture100LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture101' , 'Picture101LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture25','Hide','',0,
	'Mouse Over','Picture100','Show','',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture99A').bind('mouseover', function(__e) { return (F_e('Picture99', F_MV, __e)); } );
	$('#Picture101A').bind('mouseover', function(__e) { return (F_e('Picture101', F_MV, __e)); } );
});
// End Actions


