janjak
Hi
Open file "/acm/clients/tmpl/style-1.php" in template "ja_events_ii".
Find
<?php if($clientLink):?><a href="<?php echo $clientLink; ?>" title="<?php echo $clientName; ?>" ><?php endif; ?>
Replace it with
<?php if($clientLink):?><a href="<?php echo $clientLink; ?>" target="_blank" title="<?php echo $clientName; ?>" ><?php endif; ?>