<html> <head> : | <script src="_fss.js" type="text/javascript"></script> | <script src="_jlog.js" type="text/javascript"></script> | <script src="_gass.js" type="text/javascript"></script> | <script src="foobar.js" type="text/javascript"></script> : </head> <body> : <form id="fb-form"> : </form> : </body></html>
|	foobar.prototype = new _gass;
|	foobar.prototype._fss('foobar','Foo Bar','1.0a','2006 Foo Bar','http://foo.bar/foobar/');
	function foobar() {
|		this._log('foobar(): entered',0);
		:
|		//////////////// interface ////////////////
|		// function _gassInit(formId,
|		//	labelConfirm,labelSubmit,labelReset,labelReturn,
|		//	opMsgEltId,classInput,classConfirm,
|		//	opMsgInit,opMsgConfirm,opMsgComplete,
|		//	checkRequired,editRequiredMessage,
|		//	checkInvalid,editInvalidMessage)
|		this._gassInit.apply('fb-form');
		:
|		this._gassExec();
		:
|		this.eventsRegister();
		:
|		foobar.prototype._fssInsertUrl();
	}
	function foobarInit() {
		:
		ofb = new foobar();
		:
	}
	window.onload = function () {
|	//	_fss.prototype._jlOffStartup = true; // to inactivate
|	//	_fss.prototype._jlHideJlogButtonOnStartup = true; // to hide
|		foobar.prototype._jlogSetUp(foobarInit);  // log for only foobar 
|	//	_fss.prototype._jlogSetUp(foobarInit);  // log for all
		foobarInit();
	}
  n/a
gass is one of Use? components.
gass は Use? のコンポーネントである