";
//had a slight problem with netscape 4.7x - it doesn't support disabled. So I had to use
//javascript to set the onFocus attribute to blur
$bAddNetscapeScript = false;
if (! (($default->phpSniff->property("browser") == "moz") && ($default->phpSniff->property("version") <= "4.79")) ) {
//for any other browser but netscape 4.7 do this
$sToRender .= "
Document to link
\n";
}else {
//for netscape 4.7 do this
$sToRender .= "