function map(){
x = screen.width;
y = screen.height;
subWin = window.open("http://www.osu.co.jp/map.html","sub","menubar=no,left=0,top=0,width="+x+",height="+y+"");
}
