Hi. Perhaps try the following.
In the config.php file is the following:
PHP Code:
define('LINK_TARGET','_blank'); //Target for result links
The options are basically as follows:
_blank : open in a new window
_top : open in the same window
_self : open in the same frame
_parent : open in the frameset
name : open in name frame/window