function OpenWin() {
var window_location;
window_location=window.open("http://i.tokyo-seijin.com/","window","toolbar=1,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizable=0,Width=160,Height=350");
window_location.focus();
window_location.window.moveTo(30,30);
}
