To make all your link open in new window without adding target="_blank" in every link.

You can just easily adding this code at <head> </head> section
Like this:
Code:
<head>
	<base target="_blank">
</head>