/* builds appropriate function wizard file name */
_gwizfn(fun, list)
{
local str;
if (argc < 1)
{
fun = 0;
}
fun++;
if (fun < 0) fun = 1;
fun *= 2;
str = strget(fun, list, "$");
return(str);
}