// JavaScript Document 
  
   function menuklblOn(where) {
 where.style.backgroundColor="#84ad06"; 
 where.style.cursor="hand";
}

function menuklblOff(where) {
 where.style.backgroundColor="#529edc";
}

