function mailFrame() {
	
	this.title		= 'メールマガジンに登録しませんか？';
	this.target		= '#mail';
	//開閉ステータス
	this.statusName 	= 'mailStatus';
	this.status		= UtlStr.cnvStringBoolean( $.cookie( this.statusName  ) || true );
	
	this.basicFrame();
}
mailFrame.prototype	= new fncFrameBodySimpleColumn;
