function getSuche(what) { if (what==true) { $('.jsSuchBox').fadeIn(80); $('#txtSuchTopM').focus(); } else { $('.jsSuchBox').hide(); } } function clearText(fieldItem){ if (fieldItem.defaultValue==fieldItem.value) fieldItem.value=""; fieldItem.attr("style","color:#000;"); } function getPrint() { javascript:window.print(); }