// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('FormsEditField161' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField161','Select','',0),'UPTml29829',0,'val_1');
 	F_OM('FormsEditField162' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField162','Select','',0),'UPTml29829',0,'val_2');
 	F_OM('FormsEditField163' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField163','Select','',0),'UPTml29829',0,'val_9');
 	F_OM('FormsEditField164' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField164','Select','',0),'UPTml29829',0,'email');
 	F_OM('FormsEditField165' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField165','Select','',0),'UPTml29829',0,'val_14');
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#FormsEditField165').bind('focus', function(__e) { return (F_e('FormsEditField165', F_F, __e)); } );
	$('#FormsEditField161').bind('focus', function(__e) { return (F_e('FormsEditField161', F_F, __e)); } );
	$('#FormsEditField163').bind('focus', function(__e) { return (F_e('FormsEditField163', F_F, __e)); } );
	$('#FormsEditField162').bind('focus', function(__e) { return (F_e('FormsEditField162', F_F, __e)); } );
	$('#FormsEditField164').bind('focus', function(__e) { return (F_e('FormsEditField164', F_F, __e)); } );
});
// End Actions

