// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('FormsEditField133' , '', 'tfd', 'Layout',new Array(
	'Change','FormsEditField133','Alert If Not Filled','Please fill the qty field with the required information before continuing',0),'Table35FORM',0,'Quantity');
 
	F_OM('FormsEditField137' , '', 'tfd', 'Layout',new Array(
	'Change','FormsEditField137','Alert If Not WebDomain Name','Please fill the field with a valid web domain name before continuing',0),'Table35FORM',0,'website');
 
	F_OM('FormsEditField138' , '', 'tfd', 'Layout',new Array(
	'Change','FormsEditField138','Alert If Not E-MailAddress','Please fill the field with a valid e-mail address before continuing',0),'Table35FORM',0,'email');
 
	F_OM('FormsComboBox26' , '', 'sel', 'Layout',new Array(
	'Change','FormsComboBox26','Alert If Not Selected','Please select an option before continuing',0),'Table35FORM',0,'CompanyType');
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#FormsEditField133').bind('change', function(__e) { return (F_e('FormsEditField133', F_CH, __e)); } );
	$('#FormsEditField137').bind('change', function(__e) { return (F_e('FormsEditField137', F_CH, __e)); } );
	$('#FormsEditField138').bind('change', function(__e) { return (F_e('FormsEditField138', F_CH, __e)); } );
	$('#FormsComboBox26').bind('change', function(__e) { return (F_e('FormsComboBox26', F_CH, __e)); } );
});
// End Actions

