function Load_ISBSG_Size_of_Company() {
	//alert('Loading store...');
	// some data used in the examples
	Ext.namespace('Ext.ISBSG_Size_of_Companydata');
	Ext.ISBSG_Size_of_Companydata.ISBSG_Size_of_Company = [['Individual', 'Individual'],['Less than 50', 'Less than 50'],['50-499', '50-499'],['500-999', '500-999'],['1,000-9,999', '1,000-9,999'],['10,000+', '10,000+']];
	//alert('loaded store...');      	  
}
			
	
	
