function win1(){
var winl = (screen.width - 700) / 2;
var wint = (screen.height - 530) / 2;
window.open('http://www.gop.co.jp/environment/aquatic_virgo/index.html','main','width=700,height=530,top='+wint+',left='+winl+',scrollbars=no');
}
