l = 60;
t = 30;
w = 540;
h = 381;
function openWindow1() {
  window.open("rental/001kousyo/swf/tg_series/index.html","OpenWindow",
    "screenX="+l+",screenY="+t+",left="+l+",top="+t+",width="+w+",height="+h+", scrollbars=no,location=no,menubar=no,toolbar=no, status=no,directories=no,resizable=no");
}
