--- webfm.module	2007-11-29 10:43:29.000000000 -0600
+++ webfm.module	2007-11-29 10:43:17.000000000 -0600
@@ -587,7 +587,7 @@ function theme_webfm_attachments($files)
       $description = '<div class="att-fdesc">'.$file->fdesc.'</div>';
 	}
 	$filename = $file->ftitle ? $file->ftitle : $file->n;
-    $href = array('data' => l('<img src="'.$icon_path.'" alt="[file]" title="Download '.$filename .'"/> ', 'webfm_send/'.$file->id.'/1', array('title' => 'Download '.$filename), '' , '' , '', TRUE).l($filename, 'webfm_send/'.$file->id, array('title' => 'Open '.$filename)).$description, 'class' => 'att-title');
+    $href = array('data' => l('<img src="'.$icon_path.'" alt="[file]" title="Download '.$filename .'"/> ', 'webfm_send/'.$file->id.'/1', array('title' => 'Download '.$filename, 'target' => '_blank'), '' , '' , '', TRUE).l($filename, 'webfm_send/'.$file->id, array('title' => 'Open '.$filename, 'target' => '_blank')).$description, 'class' => 'att-title');
     $row = array();
     array_push($row, $href);
     if($enable_date) {
