// Javascript Functions

function OptimistInternational()
{
    eval("parent.location='http://www.optimist.org'");
}

function ColoWyoDistrict()
{
    eval("parent.location='http://www.optimistcowy.org'");
}

function gotopage(iPage)
{
  if (iPage == 0)
    eval("parent.bottomframe.location='welcome.html'");
  else if (iPage == 1)
    eval("parent.bottomframe.location='eventschedule.html'");
  else if (iPage == 2)
    eval("parent.bottomframe.location='events/upcomingevents.html'");
  else if (iPage == 3)
    eval("parent.bottomframe.location='projects.html'");
  else if (iPage == 4)
    eval("parent.bottomframe.location='members.html'");
  else if (iPage == 5)
    eval("parent.location='http://www.optimistcowy.org/'");
  else if (iPage == 6)
    eval("parent.bottomframe.location='newsletters/newsletters.html'");
}
