function adFrame() {
	
	this.title		= '広告';
	this.target		= '#ad';
	//開閉ステータス
	this.statusName 	= 'adStatus';
	this.status		= UtlStr.cnvStringBoolean( $.cookie( this.statusName  ) || true );
	
	this.basicFrame();
}
adFrame.prototype	= new fncFrameBodySimpleColumn;

