﻿function KeepSidebar()
{
  var pid = $.query.get('pid');
  if(pid != "" && pid != null)
  {
    show("0"+pid);
  }
}
KeepSidebar();