function openPage(pagefolder,pageid) {
  var page_link = "producten.php?p="+pageid;
  document.location.href = page_link;
}
