var x = y = 15;
var z = 15;
function countdownImpactAustin(){
  x--;
  setTimeout("countdownImpactAustin()", 1000); // call myself after 1 second (1000 ms)
  var obj = document.getElementById("promo");
/*  if (x == 5)
        obj.innerHTML = "<div style='width:100%;border:solid 1px red;text-align:center;'><object width='520' height='400'><embed src=images/ontheair.swf width='520' height='400'></embed></object></div> ";*/
  if(x==0)
  {
    if (MM_FlashCanPlay)
    {
      obj.innerHTML = "<div><object width='99%' height='295'><embed src=images/promo.swf width='99%' height='295'></embed></object><br><br></div>";
    }
    else
    {
      obj.innerHTML = "<img class='indexImg'  src=images/building-front.JPG alt='agape' width='438' height='295'>";
    }

  }
 }

BroadcastSchedule = {
  channels:
  {
    'Stream':"<script type='text/javascript' src='http://launch.multicastmedia.com/LauncherIncludeFile.aspx?mso=www.streamingfaith.com&nsn=AGAPE&profile=GenericLauncher'></script><a class='emBold' href='javascript:LaunchNormal_AGAPE_GenericLauncher();'><img src='images/ontheair2.gif' style='float:left;padding-right:5px;'>Tune in <i>live</i> to our:<br/ >Sunday services @<br />8.00am &amp; 9.30am</a>",
    'WORD':"The WORD Network:<br /> Thursdays @ 7/6am EDT/CDT",
    'AUS':"PACT Time Warner / Channel Austin (Channel 11): <br >Sundays @ 8.00am",
    'HOU':"KHCW-TV / CW 39: <br >Thurday @ 5.30am"
  }
};
 
function findSchdule()
{
  var ch = document.s.schedule.value;
  var obj1 = document.getElementById("c");

  obj1.innerHTML = BroadcastSchedule.channels[ch];
  document.getElementById("c").focus();
}
 
function restartCountDownImpactAustin()
{
  var obj = document.getElementById("indexFlash");
    var obj2 = document.getElementById("impactFlash");
    obj.style.visibility = "hidden";
    obj2.style.visibility = "visible";
  /*
     if (MM_FlashCanPlay)
     {
        obj.innerHTML = "<div><object width='99%' height='295'><embed src=images/impactaustin.swf width='99%' height='295'></embed></object><br><br></div>";
     }
     else
     {
        obj.innerHTML = "<img class='indexImg'  src=images/myron2.gif alt='impact austin' width='438' height='295'>";
     }   
     */
  x = y; // restart clock
}
function openwindow()
{
  window.open("message.php", "Message", "statusbar=0, toolbar=0, titlebar=0, channelmode=0, location=0, menubar=0,resizable=0,width=250,height=150");
}
 function openimpactaustin()
{
  window.open("impactaustin.php", "Impact_Austin_Schedule", "statusbar=0, toolbar=0, titlebar=0, channelmode=0, location=0, menubar=0,resizable=0,width=420,height=295");
}
 function genImpactAustin(obj)
{
  genFlashHelp('<object width="99%" height="295"><param name=movie value=images/impactaustin.swf><embed src=images/impactaustin.swf width="99%" height="295"></embed></object><br><br>','<img class="indexImg" src=images/flame.gif alt=\'impact austin\' width=\'450\' height=\'323\'>');
}

 function genImpactAustin2(obj)
{
  genFlashHelp('<object width="99%" height="295"><param name=movie value=images/impactaustin2.swf><embed src=images/impactaustin2.swf width="99%" height="295"></embed></object><br><br>','<img class="indexImg" src=images/flame.gif alt=\'impact austin\' width=\'450\' height=\'323  \'>');
}
function genBusiness(obj)
{
  genFlashHelp('<object width="180" height="117"><embed src="images/business.swf" width="180" height="117"></embed></object>','<img src=images/salon.gif alt=\'business center\' width=\'180\' height=\'117\'>');
}


function genIndexFlash(obj) {
	genFlashHelp('<object width="438" height="295">        <param name="movie" value="images/promo.swf">        <embed src="images/promo.swf" width="438" height="295">        </embed>        </object><br><br>','<img class="indexImg" src=images/IMG_0367.gif alt="agape" width="438" height="295">');
}
