/* client-side recordset */
var CategoriesRecord = new Recordset("CategoriesRecord", "Delta");
/* client-side recordset */
var SubCategoriesRecord = new Recordset("SubCategoriesRecord", "Delta");
/* client-side recordset */
var BrandsRecord = new Recordset("BrandsRecord", "Delta");
moreImage = 'images/_more_.gif'
transImage= 'images/_trans_.gif'
var ImageButton1 = new makeButton('images/bh1.gif,images/bh2.gif',
	'Home.asp','ImageButton1','SubCategory','ImageButton1',nullFunc,nullFunc,nullFunc,nullFunc,nullFunc);
BTNArray[ 0] = ImageButton1;
var ImageButton4 = new makeButton('images/bso1.gif,images/bso2.gif',
	'Category.asp','ImageButton4','SubCategory','ImageButton4',nullFunc,nullFunc,nullFunc,nullFunc,nullFunc);
BTNArray[ 1] = ImageButton4;
var ImageButton3 = new makeButton('images/bvsc1.gif,images/bvsc2.gif',
	'ShoppingCart.asp','ImageButton3','SubCategory','ImageButton3',nullFunc,nullFunc,nullFunc,nullFunc,nullFunc);
BTNArray[ 2] = ImageButton3;
var ImageButton2 = new makeButton('images/bco1.gif,images/bco2.gif',
	'CheckOutLogin.asp','ImageButton2','SubCategory','ImageButton2',nullFunc,nullFunc,nullFunc,nullFunc,nullFunc);
BTNArray[ 3] = ImageButton2;

