function BokeManager()
{
}

BokeManager.prototype.onChangeRankPhase = function()
{
  var f = document.forms["brank_form"];
  f.op.value = "change_phase";
  f.submit();
}

//ol_width = 400; //set the popup panel width
var bokemgr = new BokeManager();

