// ==============================================================================================
// Copyright (c) 2000-2005 
// CARE Internet Services B.V. 
// All Rights Reserved
// ==============================================================================================
// $Workfile: class.input.password.1.js$
// $Date: 21-02-05 11:35:32 AM$
// $Revision: 1$
// $Author: bob$
// $NoKeyword$
// ----------------------------------------------------------------------------------------------

// ==============================================================================================
// Class InputPassword1
// ==============================================================================================
InputPassword1.prototype = new Input1;
InputPassword1.prototype.constructor = InputPassword1;
InputPassword1.superclass = Input1.prototype;

function InputPassword1 (sName) {
	if ( arguments.length > 0 ) this.construct(sName);
}
