static wiz_menu = -1;
/* start function wizard */
_funcwiz()
{
if (ismenu(wiz_menu))
{
menushow(wiz_menu, 1);
}
else
{
wiz_menu = _mf("wiz.pan");
}
}
/* get menu handle */
_funcwiz_getmenu()
{
return(wiz_menu);
}
/* set menu handle */
_funcwiz_setmenu(val)
{
wiz_menu = val;
}