// JavaScript for preloads and rollovers.

function openPicWindow_fromCITNhome(x)
{
  openPics=window.open(x + "CITN_2000/teenplanet/pics/picloader.html","Pictures","width=525,height=480,top=0,left=0,toolbar=no,scrollbars=yes,resize=no");
}


function openPicWindow()
{
  var openPics = window.open("../TeenPlanet/pics/picloader.html","Pictures","width=650,height=500,toolbar=no,location=no,status=yes,resizable=yes,scrollbars=yes");
  
  if (openPics != null)
    openPics.focus()
}


function PopUp_TheFutreIsNow()
{
  var TheFutreIsNow = window.open("../FutureIsNow/FutureIsNow.asp", "TheFutreIsNow", "width=568,height=650,toolbar=no,location=no,status=yes,resizable=yes,scrollbars=yes");
 
  if (TheFutreIsNow != null)
    TheFutreIsNow.focus()
}

function PopUp_FAQ()
{
  var FAQ = window.open("../whoiscitn/nownet_faq.asp", "FAQ", "width=568,height=650,toolbar=no,location=no,status=yes,resizable=yes,scrollbars=yes");
 
  if (FAQ != null)
    FAQ.focus()
}

function PopUp_TermsOfUse()
{
  var TermsOfUse = window.open("../TermsOfUse/TermsOfUse.asp", "TermsOfUse", "width=568,height=500,toolbar=no,location=no,status=yes,resizable=yes,scrollbars=yes");
 
  if (TermsOfUse != null)
    TermsOfUse.focus()
}
function PopUp_Attn()
{
  var Attn = window.open("../Home/Attn.asp","Attn", "width=568,height=500,toolbar=no,location=no,status=yes,resizable=yes,scrollbars=yes");
    if (Attn != null)
      Attn.focus()

}

function PopUp_BishopsCalendar()
{
  var BishopsCalendar = window.open("../WhoIsCITN/BishopsCalendar.asp","BishopsCalendar", "width=568,height=500,toolbar=no,location=no,status=yes,resizable=yes,scrollbars=yes");
}

function PopUp_PeopleOrdained()
{
  var PeopleOrdained = window.open("../WhoIsCITN/PeopleOrdained.asp", "PeopleOrdained", "width=568,height=500,toolbar=no,location=no,status=yes,resizable=yes,scrollbars=yes");
 
  if (PeopleOrdained != null)
    PeopleOrdained.focus()
}


function PopUp_ListOfMinistries()
{
  var ListOfMinistries = window.open("../WhoIsCITN/ListOfMinistries.asp", "ListOfMinistries", "width=568,height=500,toolbar=no,location=no,status=yes,resizable=yes,scrollbars=yes");
 
  if (ListOfMinistries != null)
    ListOfMinistries.focus()
}


function PopUp_Verse(title_tmp, verse_tmp, version_tmp)
{
  var urlString
  urlString = "Verse.asp?title=" + title_tmp + "&verse=" + verse_tmp + "&version=" + version_tmp;
  
  //alert(urlString);

  var Verse = window.open(urlString, "Verse", "width=568,height=500,toolbar=no,location=no,status=yes,resizable=yes,scrollbars=yes");
 
  if (Verse != null)
    Verse.focus()
}


function openCoolcafe(path)
{
  window.open(path + 'login.asp', 'Login', 'toolbar=no,width=500,height=550,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,scrollbars=yes');
}


function PopUp_Calendar()
{
  var Calendar = window.open("../calendar/index.asp", "Calendar", "width=760,height=600,toolbar=no,location=no,status=yes,resizable=yes,scrollbars=yes");
 
  if (Calendar != null)
    Calendar.focus()
}


function PopUp_Calendar_KITN()
{
  var CalendarKITN = window.open("../KITN/calendar/index.asp", "CalendarKITN", "width=760,height=600,toolbar=no,location=no,status=yes,resizable=yes,scrollbars=yes");
 
  if (CalendarKITN != null)
    CalendarKITN.focus()
}

function PopUp_Calendar_TP()
{
  var CalendarTP = window.open("../TeenPlanet/calendar/index.asp", "CalendarTP", "width=760,height=600,toolbar=no,location=no,status=yes,resizable=yes,scrollbars=yes");
 
  if (CalendarTP != null)
    CalendarTP.focus()
}


function PopUp_KITN_Nursery(num)
{
  var KITN_Nursery = window.open("Nursery_Popup.asp?num=" + num, "KITN_Nursery", "width=568,height=650,toolbar=no,location=no,status=yes,resizable=yes,scrollbars=yes");
 
  if (KITN_Nursery != null)
    KITN_Nursery.focus()
}


function Popup_KidzZone_PicTour()
{
  var KidzZone_PicTour = window.open("PictureTour.asp", "KidzZone_PicTour", "width=568,height=650,toolbar=no,location=no,status=yes,resizable=yes,scrollbars=yes");
 
  if (KidzZone_PicTour != null)
    KidzZone_PicTour.focus()
}


function Popup_NowExplosion_Login()
{
  var NowExplosion_Login = window.open("NowExplosion_Login.asp", "NowExplosion_Login", "width=568,height=450,toolbar=no,location=no,status=yes,resizable=yes,scrollbars=yes");
 
  if (NowExplosion_Login != null)
    NowExplosion_Login.focus()
}








