Ext.BLANK_IMAGE_URL = 'extjs/resources/images/default/s.gif';// reference local blank image
Ext.onReady(function(){
	Ext.QuickTips.init();
	
	new Ext.form.ComboBox({ renderTo: 'qf_product', width: 280, hiddenName:'product',
		editable: false, triggerAction: 'all', emptyText:'Please select',
		store:['Readymix', 'Blocks', 'Bags'],		
		listeners: { render: function(){ Ext.get('qf_product').removeClass('txt') }} 
	})


})


function quoteFormSubmit(){
	//none required on this home bage just on the submission page - quote.php
	return true
}
