// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture23' , 'Picture23LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture23','Peek','In From Right',0),'',0);
 	F_OM('Picture22' , 'Picture22LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture22','Peek','In From Bottom',0),'',0);
 	F_OM('Picture24' , 'Picture24LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture24','Peek','In From Left',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture24A').bind('mouseover', function(__e) { return (F_e('Picture24', F_MV, __e)); } );
	$('#Picture23A').bind('mouseover', function(__e) { return (F_e('Picture23', F_MV, __e)); } );
	$('#Picture22A').bind('mouseover', function(__e) { return (F_e('Picture22', F_MV, __e)); } );
});
// End Actions

