Calling JavaScript function from String
function fnFooBar(strVal) { alert(strVal); return 1; }