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

