// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture131' , 'Picture131LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture132' , 'Picture132LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture133','Hide','',0,
	'Mouse Over','Picture131','Show','',0),'',0);
 	F_OM('Picture133' , 'Picture133LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture134' , 'Picture134LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture131','Hide','',0,
	'Mouse Over','Picture133','Show','',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture132A').bind('mouseover', function(__e) { return (F_e('Picture132', F_MV, __e)); } );
	$('#Picture134A').bind('mouseover', function(__e) { return (F_e('Picture134', F_MV, __e)); } );
});
// End Actions

