/*
  ###########################################################################
  #                                                                         #
  # This has been developed by IT Media!                                    #
  #                                                                         #
  ###########################################################################
*/

  function o(url,w,h) {
    var o = window.open(url,'','height='+h+',width='+w+',scrollbars=yes,resizable=no,toolbar=no,location=no,status=no,menubar=no');
  }

  function showpic(img,id){  	var newimg = "url('/uimg/"+img+"')";  	target = document.getElementById('gid_'+id);
  	target.style.backgroundImage = newimg;  }

  function runflash(obj){    var target=document.getElementById(obj);
    var content=target.innerHTML;
    target.innerHTML=content;  }
