// JavaScript Document

/*
© MASTERCODE
http://www.mastercode.nl
Door: Ted [webmaster [a] mastercode [p] nl]
*/
function showcodes(a,codediv)
{
   var divje = document.getElementById( codediv );
   if (divje.style.display == "block")
   {
      divje.style.display = "none";
      a.innerHTML='Jeugd';
   }
}

function myPopup2() {
window.open( "scripts/upload.php", "", 
"status = 1, height = 300, width = 300, resizable = 0" )
}
