// JavaScript Document voor website van http://www.efficio.com
// info => http://www.belGOnet.com

// function to open new window
function MM_openBrWindow(theURL,winName,features)
{
	window.open(theURL,winName,features);
}
// 2 functions for dropdownmenu
function show(element)
{
	document.getElementById(element).style.visibility = "visible";
}
function hide(element)
{
	document.getElementById(element).style.visibility = "hidden";
}
