Go(); function Go() { var func = 'MyFunc'; eval(func+'()'); }; function MyFunc() { alert('alert'); };