function message(Txt) { alert(Txt) }; setTimeout((function (Mess,Fnc){ return function(){ Fnc(Mess); } })('Test',message),1000);