/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//==[ recall ]==//

 //==[ x_recall ]==//
 function x_recall()
  {v_width=400;
   v_height=100;
   v_left=(screen.width-v_width)/2;
   v_top=(screen.height-v_height)/2;

   //==[ call x_open ]==//
   x_open('', 'recall', 'scrollbars=no, width='+v_width+', height='+v_height+', left='+v_left+', top='+v_top);
  }

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////