// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('PictureRollover1' , 'PictureRollover1LYR', 'img', 'Layout',new Array(
	'Mouse Over','PictureRollover1','Iris','In',0),'',0);
 	F_OM('PictureRollover3' , 'PictureRollover3LYR', 'img', 'Layout',new Array(
	'Mouse Over','PictureRollover3','Iris','In',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#PictureRollover3A').bind('mouseover', function(__e) { return (F_e('PictureRollover3', F_MV, __e)); } );
	$('#PictureRollover1A').bind('mouseover', function(__e) { return (F_e('PictureRollover1', F_MV, __e)); } );
});
// End Actions

