/* 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) {
  var el = document.getElementById(obj);
  el.innerHTML = 'Under Constructions!';
}
function fun1(obj) {
  var el = document.getElementById(obj);
  el.innerHTML = 'comming soon!';
}

