var LoginForm= new formDef('LoginForm',LoginForm_onSubmit,nullFunc);
/* client-side recordset */
var Customers = new Recordset("Customers", "Chimera Hobby Shop, Inc. Shop");
var PasswordCookie= new CookieDef('PasswordCookie',30,'','','0');
moreImage = 'images/_more_.gif'
transImage= 'images/_trans_.gif'
var ImageButton1T25 = new makeButton('images/btnCS.gif,images/btnCSx.gif',
	'http://www.chimerahobby.com/cservice.html','ImageButton1T25','checkout_login','ImageButton1T25',nullFunc,nullFunc,nullFunc,nullFunc,nullFunc);
BTNArray[ 0] = ImageButton1T25;
var ImageButton2T25 = new makeButton('images/btnST.gif,images/btnSTx.gif',
	'http://www.chimerahobby.com/cshop.html','ImageButton2T25','checkout_login','ImageButton2T25',nullFunc,nullFunc,nullFunc,nullFunc,nullFunc);
BTNArray[ 1] = ImageButton2T25;
var ImageButton1_T4 = new makeButton('images/btn-Home1.gif,images/btn-Home2.gif',
	'http://www.chimerahobby.com/store/default.asp','ImageButton1_T4','checkout_login','ImageButton1_T4',nullFunc,nullFunc,nullFunc,nullFunc,nullFunc);
BTNArray[ 2] = ImageButton1_T4;
var ImageButton1 = new makeButton('images/btn-SearchAndOrder1.gif,images/btn-SearchAndOrder2.gif',
	'http://www.chimerahobby.com/store/search_products.asp','ImageButton1','checkout_login','ImageButton1',nullFunc,nullFunc,nullFunc,nullFunc,nullFunc);
BTNArray[ 3] = ImageButton1;
var UserName= new editDef('UserName',19,1,nullFunc,nullFunc,nullFunc);
var Password= new editDef('Password',19,1,nullFunc,nullFunc,nullFunc);
var SavePassword= new checkBoxDef('SavePassword',SavePassword__onClick);
var LogIn = new makeButton('images/btn-LogIn1.GIF,images/btn-LogIn2.GIF',
	'JavaScript:_LogIn_onClick()','LogIn','checkout_login','LogIn',LogIn_onClick,nullFunc,nullFunc,nullFunc,nullFunc);
BTNArray[ 4] = LogIn;
var ImageButton4 = new makeButton('images/btn-newuser1.gif,images/btn-newuser2.gif',
	'https://www.chimerahobby.com/store/new_user.asp','ImageButton4','checkout_login','ImageButton4',nullFunc,nullFunc,nullFunc,nullFunc,nullFunc);
BTNArray[ 5] = ImageButton4;


