function hnldesign(id) { if (document.getElementById) { var abra = document.getElementById(id).style; if (abra.display == "block") { abra.display = "none"; } else { abra.display = "block" } return false } else { return true } }function knopje(id){ document.getElementById(id).style.backgroundColor='#ffc24d'; document.getElementById(id).disabled=true; document.getElementById(id).value="Working..";}function grow(targetid, endwidth){ thewidth=document.getElementById(targetid).offsetWidth; if(thewidth