// Begin Actions
$(document).ready( function() {
F_onLoaded();
	$('#FormsButton3').bind('click', function(__e) { return (F_e('FormsButton3', F_CL, __e)); } );
	$('#FormsButton2').bind('click', function(__e) { return (F_e('FormsButton2', F_CL, __e)); } );
});
// End Actions

