var winModalWindow
 
function IgnoreEvents(e)
{
  return false
}
 
function ShowWindow()
{
  if (window.showModalDialog)
  {
    window.showModalDialog("implantologie_dentaire_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_dentaire_0.htm","implantologie_dentaire_0",
       "dependent=yes,width=750,height=500")
    winModalWindow.focus()
  }
}
function ShowWindow1()
{
  if (window.showModalDialog)
  {
    window.showModalDialog("implantologie_dentaire_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_dentaire_1.htm","implantologie_dentaire_1",
       "dependent=yes,width=750,height=500")
    winModalWindow.focus()
  }
}
 
function ShowWindow2()
{
  if (window.showModalDialog)
  {
    window.showModalDialog("implantologie_dentaire_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_dentaire_2.htm","implantologie_dentaire_2",
       "dependent=yes,width=750,height=500")
    winModalWindow.focus()
  }
}

function ShowWindow3()
{
  if (window.showModalDialog)
  {
    window.showModalDialog("implantologie_dentaire_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_dentaire_3.htm","implantologie_dentaire_3",
       "dependent=yes,width=750,height=500")
    winModalWindow.focus()
  }
}

function ShowWindow4()
{
  if (window.showModalDialog)
  {
    window.showModalDialog("implantologie_dentaire_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_dentaire_4.htm","implantologie_dentaire_4",
       "dependent=yes,width=750,height=500")
    winModalWindow.focus()
  }
}

function ShowWindow5()
{
  if (window.showModalDialog)
  {
    window.showModalDialog("implantologie_dentaire_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_dentaire_5.htm","implantologie_dentaire_5",
       "dependent=yes,width=750,height=500")
    winModalWindow.focus()
  }
}

function ShowWindow6()
{
  if (window.showModalDialog)
  {
    window.showModalDialog("implantologie_dentaire_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_dentaire_6.htm","implantologie_dentaire_6",
       "dependent=yes,width=750,height=500")
    winModalWindow.focus()
  }
}

function ShowWindow7()
{
  if (window.showModalDialog)
  {
    window.showModalDialog("implantologie_dentaire_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_dentaire_7.htm","implantologie_dentaire_7",
       "dependent=yes,width=750,height=500")
    winModalWindow.focus()
  }
}

function ShowWindow8()
{
  if (window.showModalDialog)
  {
    window.showModalDialog("implantologie_dentaire_8.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_dentaire_8.htm","implantologie_dentaire_8",
       "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
}


