function playerFrame() {
	
	this.title		= '編集部動画';
	this.target		= '#player';
	//開閉ステータス
	this.statusName = 'playerStatus';
	this.status		= UtlStr.cnvStringBoolean( $.cookie( this.statusName  ) || true );
	
	this.basicFrame();
}
playerFrame.prototype	= new fncFrameBodySimpleColumn;

