function open_nieuws(id)
{
props = 'width=600,height=580, scrollbars=yes'
new_window = open(id, '', props)



}
function open_nieuwsbrief(id)
{
props = 'width=600,height=650, scrollbars=yes'
new_window = open(id, '', props)



}
function votes()
{
new_window = open('pol.php','votesvenster','width=200,height=350,scrollbars=no,top=10,left=10')
document.stem.submit()

}
 function open_venster(url,  titel)
  {
  
  adres="foto/foto.php?foto="
  adres += url
  adres += "&titel="
  adres += titel
  
  eigenschappen = "width=700"
  eigenschappen += ",height=600"
  eigenschappen +=",top=5, left=5, scrollbars=yes, status=yes"
  
  new_window = open(adres, "", eigenschappen)
  
  }
