// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture26' , 'Picture26LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture97' , 'Picture97LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture98' , 'Picture98LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture97','Hide','',0,
	'Mouse Over','Picture26','Show','',0),'',0);
 	F_OM('Picture99' , 'Picture99LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture26','Hide','',0,
	'Mouse Over','Picture97','Show','',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture98A').bind('mouseover', function(__e) { return (F_e('Picture98', F_MV, __e)); } );
	$('#Picture99A').bind('mouseover', function(__e) { return (F_e('Picture99', F_MV, __e)); } );
});
// End Actions


