// JavaScript Document

  
function showsubmenu(id)
{
	document.getElementById(id).style.visibility="visible";
}

function hidesubmenu(id)
{
	document.getElementById(id).style.visibility="hidden";
}

function openwildeeendje(eendje)
{
attribs="toolbar=no,status=no, directories=no, menubar=no, scrollbars=yes,resizable=no,fullscreen=yes,type='fullWindow', titlebar=no";
	
popup=window.open(eendje,"_blank", attribs);
}


function popupke(promo)
{
attribs="toolbar=no,status=no, directories=no, menubar=no, scrollbars=yes,resizable=no, titlebar=no, location=no, height=600px, width=600px, left=500, top=200";

popupje=window.open(promo,"_blank", attribs);
}

/*Opvallerke voor eindejaar

function eindejaar()
{
re="rgb("+Math.round(Math.random()*256)+","+Math.round(Math.random()*256)+","+Math.round(Math.random()*256)+")"

document.getElementById("text").style.color=re;
}
setInterval(eindejaar,400); // zet hier de tijd neer ( in milliseconden ) nu 400
*/