/* client-side recordset */
var Contact = new Recordset("Contact", "store_1_data");
/* client-side recordset */
var SectionsDepart = new Recordset("SectionsDepart", "store_1_data");
/* client-side recordset */
var Customers = new Recordset("Customers", "store_1_data");
moreImage = 'images/_more_.gif'
transImage= 'images/_trans_.gif'
var ImageButton3 = new makeButton('images/cal_off.gif,images/cal_on.gif',
	'shopping_cart.asp','ImageButton3','Checkout_Form_E','ImageButton3',nullFunc,nullFunc,nullFunc,nullFunc,nullFunc);
BTNArray[ 0] = ImageButton3;
var ImageButton4 = new makeButton('images/cart_off.gif,images/cart_on.gif',
	'shopping_cart.asp','ImageButton4','Checkout_Form_E','ImageButton4',nullFunc,nullFunc,nullFunc,nullFunc,nullFunc);
BTNArray[ 1] = ImageButton4;
var ImageButton5 = new makeButton('images/search_off.gif,images/search_on.gif',
	'search.asp','ImageButton5','Checkout_Form_E','ImageButton5',nullFunc,nullFunc,nullFunc,nullFunc,nullFunc);
BTNArray[ 2] = ImageButton5;
var ImageButton2 = new makeButton('images/check_out.gif,images/check_out_on.gif',
	'<%=(Contact.GetColumnValue("CheckOutLink"))%>','ImageButton2','Checkout_Form_E','ImageButton2',nullFunc,nullFunc,nullFunc,nullFunc,nullFunc);
BTNArray[ 3] = ImageButton2;
var InsertNewUser = new makeButton('images/insert_off.gif,images/insert_on.gif',
	'JavaScript:_InsertNewUser_onClick()','InsertNewUser','Checkout_Form_E','InsertNewUser',InsertNewUser_onClick,nullFunc,nullFunc,nullFunc,nullFunc);
BTNArray[ 4] = InsertNewUser;
var Form1= new formDef('Form1',Form1_onSubmit,nullFunc);
var AccessGroup= new HiddenDef('AccessGroup');
var Sections= new listDef('Sections','select-one','Section',Sections__onChange,nullFunc,nullFunc);
var BuyerName= new editDef('BuyerName',41,1,nullFunc,nullFunc,nullFunc);
var BuyerAddress1= new editDef('BuyerAddress1',41,1,nullFunc,nullFunc,nullFunc);
var BuyerAddress2= new editDef('BuyerAddress2',41,1,nullFunc,nullFunc,nullFunc);
var BuyerAddress3= new editDef('BuyerAddress3',41,1,nullFunc,nullFunc,nullFunc);
var BuyerAddress4= new editDef('BuyerAddress4',41,1,nullFunc,nullFunc,nullFunc);
var BuyerCountry= new listDef('BuyerCountry','select-one','Column 3186',nullFunc,nullFunc,nullFunc);
var BuyerEmail= new editDef('BuyerEmail',41,1,nullFunc,nullFunc,nullFunc);
var BuyerPhone= new editDef('BuyerPhone',41,1,nullFunc,nullFunc,nullFunc);
var BuyerFAX= new editDef('BuyerFAX',41,1,nullFunc,nullFunc,nullFunc);
var CopyShipping= new checkBoxDef('CopyShipping',CopyShipping__onClick);
var ShipName= new editDef('ShipName',41,1,nullFunc,nullFunc,nullFunc);
var ShipAddress1= new editDef('ShipAddress1',41,1,nullFunc,nullFunc,nullFunc);
var ShipAddress2= new editDef('ShipAddress2',41,1,nullFunc,nullFunc,nullFunc);
var ShipAddress3= new editDef('ShipAddress3',41,1,nullFunc,nullFunc,nullFunc);
var ShipAddress4= new editDef('ShipAddress4',41,1,nullFunc,nullFunc,nullFunc);
var ShipCountry= new listDef('ShipCountry','select-one','Column 3189',nullFunc,nullFunc,nullFunc);


