﻿// JavaScript Document
function openWindow(){
var win = new Window("cubewin", {
title: "パートナー募集！", className: "dialog", top:50, left:120, zIndex: 100,
width:430, height:330,
resizable: true, draggable:true, url:"http://www.zunow.biz/images/pnt.png"
});
win.setDestroyOnClose();
win.showCenter(); // センターに表示
}