<!-- Copyright (c) 2006 Comwave b.v. Papendrecht. -->
<!-- http://www.comwave.nl -->
<!-- HJ. Blokland -->

// ==============================================
// J-script voor CMS-Menu
// ==============================================
// Veranderd stylesheet naar hover bij een rollOver.
function changeBgColor (object,stylesheet) {
	object.className = stylesheet;
	object.style.cursor = 'hand';
}
function MM_jumpMenu(targ,selObj,restore) { //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
