/*
var searchbox = corbiz.getElementsByClassName(document,"CZInspirationSearchArea","div");
if ( searchbox.length != 0 ) {
    corbiz.addEventHandler(document.getElementById("ctl01_btnSearch"),'mouseup',function() {
        var searchbox = corbiz.getElementsByClassName(document,"CZInspirationSearchArea","div")[0];
        searchbox.style.display="none";
    });
}//if
*/