/* This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by: Samanyolu | http://www.webdeveloper.com/forum/showthread.php?t=153389 */
function fun(obj, name, zippo) {
  var el = document.getElementById(0);
  var al = document.getElementById("searchType");
  el.innerHTML = name;
  al.value = zippo;
}

