function getSuche(what) { if (what==true) { // Linkleiste ausblenden $('.cntToolbar > ul').slideUp(250, 'linear', function(){ $('.jsSuchBox').slideDown(250, 'linear', function(){ //$('#txtSuchTopM').focus(); }); });$('#txtSuchTopM').focus(); } else { $('.jsSuchBox').slideUp(250, 'linear', function(){ $('.cntToolbar > ul').slideDown(250, 'linear', function(){ //$('#txtSuchTopM').focus(); }); }); } } function clearText(fieldItem){ if (fieldItem.defaultValue==fieldItem.value) fieldItem.value=""; fieldItem.attr("style","color:#000;"); } function getPrint() { javascript:window.print(); }