show
show($on); - this function is used to change the visibility of the window.
the input Function accepts parameters:
$on – new window visibility (boolean), if true the window becomes visible, and if false becomes invisible.
After testing, the function returns the result of its work to the script :
true – found and changed visibility.
false – couldn't change it.