//:Create a searchbox //:Creates a serachbox on the position of [[searchbox]]. Optional parameter "?msg=the search message" global $TEXT; $return_value = true; if (!isset($msg)) $msg='search this site..'; $j = "onfocus=\"if(this.value=='$msg'){this.value='';this.style.color='#000';}else{this.select();}\" onblur=\"if(this.value==''){this.value='$msg';this.style.color='#b3b3b3';}\""; if(SHOW_SEARCH) { $return_value = ''; } return $return_value;