function myFunc( arg1, arg2, arg3 ) { alert( arg1 + ' ' + arg2 + ' ' + arg3 ); } setTimeout( myFunc, 1000, 'Privet', 'vasya', '!' );