/*
  ###########################################################################
  #                                                                         #
  # 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;  }

  function runclip(){
    var target=document.getElementById('player');
    var content='<embed src="/js/mediaplayer/player.swf" wmode="transparent" allowscriptaccess="always" allowfullscreen="true" flashvars="autostart=true&amp;fullscreen=true&amp;width=320&amp;height=270&amp;file=/uimg/Media/esibrivs_hq.flv&amp;image=/uimg/Media/video_pic.jpg&amp" width="264" height="218" >';
    target.innerHTML=content;
    return false;
  }

  function runbonustrack(){
    var target=document.getElementById('player');
    var content='<embed src="/js/mediaplayer/player.swf" wmode="transparent" allowscriptaccess="always" allowfullscreen="true" flashvars="autostart=true&amp;fullscreen=true&amp;width=320&amp;height=270&amp;file=/uimg/Media/bonustrack_hq.flv&amp;image=/uimg/Media/video_pic.jpg&amp" width="264" height="218" >';
    target.innerHTML=content;
    return false;
  }

   function runaudio(){
    var target=document.getElementById('player');
    var content='<embed src="/js/mediaplayer/player.swf" wmode="transparent" allowscriptaccess="always" allowfullscreen="true" flashvars="autostart=true&amp;fullscreen=true&amp;width=320&amp;height=270&amp;file=/uimg/Media/esibrivs_audio_hq.mp3&amp;image=/uimg/Media/video_pic.jpg&amp" width="264" height="218" >';
    target.innerHTML=content;
    return false;
  }