<html>
<head>
<title>test</title>
<script type="text/javascript">
<!--
function wopen(url){
var newwin=window.open(url,"window_name","option");
newwin.focus();
}
//-->
</script>
</head>
<body>
<a href="#" onclick="wopen('http://www.google.co.jp');return false">google</a>
</body>
</html>