
function s_set_wz(A_TIME){

  V_BEZ = 'set' + 'Timeout';

  V_LOCATION = "this.location.href = 'index' + '.htm'";

  eval("window." + V_BEZ + "(V_LOCATION,A_TIME);");

  return;

}