var winModalWindow
 
function IgnoreEvents(e)
{
  return false
}
 
function ShowWindow()
{
  if (window.showModalDialog)
  {
    window.showModalDialog("implantologie_0.htm",null,
    "dialogWidth=750px;dialogHeight=500px")
  }
  else
  {
    window.top.captureEvents (Event.CLICK|Event.FOCUS)
    window.top.onclick=IgnoreEvents
    window.top.onfocus=HandleFocus 
    winModalWindow = 
    window.open ("implantologie_0.htm","implantologie_0",
       "dependent=yes,width=750,height=500")
    winModalWindow.focus()
  }
}
function ShowWindow1()
{
  if (window.showModalDialog)
  {
    window.showModalDialog("implantologie_1.htm",null,
    "dialogWidth=750px;dialogHeight=500px")
  }
  else
  {
    window.top.captureEvents (Event.CLICK|Event.FOCUS)
    window.top.onclick=IgnoreEvents
    window.top.onfocus=HandleFocus 
    winModalWindow = 
    window.open ("implantologie_1.htm","implantologie_1",
       "dependent=yes,width=750,height=500")
    winModalWindow.focus()
  }
}
 
function ShowWindow2()
{
  if (window.showModalDialog)
  {
    window.showModalDialog("implantologie_2.htm",null,
    "dialogWidth=750px;dialogHeight=500px")
  }
  else
  {
    window.top.captureEvents (Event.CLICK|Event.FOCUS)
    window.top.onclick=IgnoreEvents
    window.top.onfocus=HandleFocus 
    winModalWindow = 
    window.open ("implantologie_2.htm","implantologie_2",
       "dependent=yes,width=750,height=500")
    winModalWindow.focus()
  }
}

function ShowWindow3()
{
  if (window.showModalDialog)
  {
    window.showModalDialog("implantologie_3.htm",null,
    "dialogWidth=750px;dialogHeight=500px")
  }
  else
  {
    window.top.captureEvents (Event.CLICK|Event.FOCUS)
    window.top.onclick=IgnoreEvents
    window.top.onfocus=HandleFocus 
    winModalWindow = 
    window.open ("implantologie_3.htm","implantologie_3",
       "dependent=yes,width=750,height=500")
    winModalWindow.focus()
  }
}

function ShowWindow4()
{
  if (window.showModalDialog)
  {
    window.showModalDialog("implantologie_4.htm",null,
    "dialogWidth=750px;dialogHeight=500px")
  }
  else
  {
    window.top.captureEvents (Event.CLICK|Event.FOCUS)
    window.top.onclick=IgnoreEvents
    window.top.onfocus=HandleFocus 
    winModalWindow = 
    window.open ("implantologie_4.htm","implantologie_4",
       "dependent=yes,width=750,height=500")
    winModalWindow.focus()
  }
}

function ShowWindow5()
{
  if (window.showModalDialog)
  {
    window.showModalDialog("implantologie_5.htm",null,
    "dialogWidth=750px;dialogHeight=500px")
  }
  else
  {
    window.top.captureEvents (Event.CLICK|Event.FOCUS)
    window.top.onclick=IgnoreEvents
    window.top.onfocus=HandleFocus 
    winModalWindow = 
    window.open ("implantologie_5.htm","implantologie_5",
       "dependent=yes,width=750,height=500")
    winModalWindow.focus()
  }
}

function ShowWindow6()
{
  if (window.showModalDialog)
  {
    window.showModalDialog("implantologie_6.htm",null,
    "dialogWidth=750px;dialogHeight=500px")
  }
  else
  {
    window.top.captureEvents (Event.CLICK|Event.FOCUS)
    window.top.onclick=IgnoreEvents
    window.top.onfocus=HandleFocus 
    winModalWindow = 
    window.open ("implantologie_6.htm","implantologie_6",
       "dependent=yes,width=750,height=500")
    winModalWindow.focus()
  }
}

function ShowWindow7()
{
  if (window.showModalDialog)
  {
    window.showModalDialog("implantologie_7.htm",null,
    "dialogWidth=750px;dialogHeight=500px")
  }
  else
  {
    window.top.captureEvents (Event.CLICK|Event.FOCUS)
    window.top.onclick=IgnoreEvents
    window.top.onfocus=HandleFocus 
    winModalWindow = 
    window.open ("implantologie_7.htm","implantologie_7",
       "dependent=yes,width=750,height=500")
    winModalWindow.focus()
  }
}


function HandleFocus()
{
  if (winModalWindow)
  {
    if (!winModalWindow.closed)
    {
      winModalWindow.focus()
    }
    else
    {
      window.top.releaseEvents (Event.CLICK|Event.FOCUS)
      window.top.onclick = ""
    }
  }
  return false
}
