/* client-side recordset */
var Customers = new Recordset("Customers", "ketabase");
/* client-side recordset */
var CardTypes = new Recordset("CardTypes", "ketabase");
moreImage = 'images/_more_.gif'
transImage= 'images/_trans_.gif'
var ImageButton2T25 = new makeButton('images/tm_home1.gif,images/tm_home2.gif',
	'index.asp','ImageButton2T25','newuser','ImageButton2T25',nullFunc,nullFunc,nullFunc,nullFunc,nullFunc);
BTNArray[ 0] = ImageButton2T25;
var ImageButton1T25 = new makeButton('images/tm_books1.gif,images/tm_books2.gif',
	'books.asp','ImageButton1T25','newuser','ImageButton1T25',nullFunc,nullFunc,nullFunc,nullFunc,nullFunc);
BTNArray[ 1] = ImageButton1T25;
var ImageButton3T25 = new makeButton('images/tm_periodicals1.gif,images/tm_periodicals2.gif',
	'periodicals.asp','ImageButton3T25','newuser','ImageButton3T25',nullFunc,nullFunc,nullFunc,nullFunc,nullFunc);
BTNArray[ 2] = ImageButton3T25;
var ImageButton4T25 = new makeButton('images/tm_resources1.gif,images/tm_resources2.gif',
	'resources.asp','ImageButton4T25','newuser','ImageButton4T25',nullFunc,nullFunc,nullFunc,nullFunc,nullFunc);
BTNArray[ 3] = ImageButton4T25;
var ImageButton5T25 = new makeButton('images/tm_search1.gif,images/tm_search2.gif',
	'search_for_books.asp','ImageButton5T25','newuser','ImageButton5T25',nullFunc,nullFunc,nullFunc,nullFunc,nullFunc);
BTNArray[ 4] = ImageButton5T25;
var ImageButton8T4 = new makeButton('images/tm_info1.gif,images/tm_info2.gif',
	'info_main.asp','ImageButton8T4','newuser','ImageButton8T4',nullFunc,nullFunc,nullFunc,nullFunc,nullFunc);
BTNArray[ 5] = ImageButton8T4;
var ImageButton7T4 = new makeButton('images/tm_order1.gif,images/tm_order2.gif',
	'shopping_cart.asp','ImageButton7T4','newuser','ImageButton7T4',nullFunc,nullFunc,nullFunc,nullFunc,nullFunc);
BTNArray[ 6] = ImageButton7T4;
var ImageButton6T25 = new makeButton('images/tm_contact1.gif,images/tm_contact2.gif',
	'contact_us.asp','ImageButton6T25','newuser','ImageButton6T25',nullFunc,nullFunc,nullFunc,nullFunc,nullFunc);
BTNArray[ 7] = ImageButton6T25;
var InsertNewUser = new makeButton('images/lm_submit1.gif,images/lm_submit2.gif',
	'JavaScript:_InsertNewUser_onClick()','InsertNewUser','newuser','InsertNewUser',InsertNewUser_onClick,nullFunc,nullFunc,nullFunc,nullFunc);
BTNArray[ 8] = InsertNewUser;
var Form1= new formDef('Form1',Form1_onSubmit,nullFunc);
var AccessGroup= new HiddenDef('AccessGroup');
var BuyerLastName= new editDef('BuyerLastName',32,1,nullFunc,nullFunc,nullFunc);
var BuyerFirstName= new editDef('BuyerFirstName',32,1,nullFunc,nullFunc,nullFunc);
var BuyerEmail= new editDef('BuyerEmail',32,1,nullFunc,nullFunc,nullFunc);
var ShipAddress= new editDef('ShipAddress',32,1,nullFunc,nullFunc,nullFunc);
var ShipCity= new editDef('ShipCity',32,1,nullFunc,nullFunc,nullFunc);
var ShipState= new listDef('ShipState','select-one','Column 941',nullFunc,nullFunc,nullFunc);
var ShipZip= new editDef('ShipZip',32,1,nullFunc,nullFunc,nullFunc);
var ShipCountry= new editDef('ShipCountry',32,1,nullFunc,nullFunc,nullFunc);
var BuyerPhone= new editDef('BuyerPhone',32,1,nullFunc,nullFunc,nullFunc);
var BuyerFAX= new editDef('BuyerFAX',32,1,nullFunc,nullFunc,nullFunc);
var PaymentMethod= new listDef('PaymentMethod','select-one','CardType',nullFunc,nullFunc,nullFunc);
var Password= new editDef('Password',32,1,nullFunc,nullFunc,nullFunc);
var Confirm= new editDef('Confirm',32,1,nullFunc,nullFunc,nullFunc);

