// Copyright (c) 2008 PSYCHOLO inc. All rights reserved.
// update: 2008/03/11

// 左上ロゴ
function NewW0(){
Dialog.alert({url: "psycholo.html", options: {method: 'get'}}, {className: "alphacube", width:400, zIndex:1000, okLabel: "Close"});
}

// 事業内容（準備中）
function NewW1(){
var win = new Window({className: "alphacube", title: "サイコロ 事業内容", url: "service.html", width:300, height:100, opacity:0.95, recenterAuto:false});
win.showCenter();
}

// 会社概要
function NewW2(){
var win = new Window({className: "alphacube", title: "サイコロ 会社概要", url: "company.html", width:500, height:400, left:10, top:70, opacity:0.9, recenterAuto:false});
win.show();
}

// 地図　ドメインがinfoの場合もあるため絶対URL指定でnetへ飛ばす
function NewW3(){
var win = new Window({className: "alphacube", title: "サイコロ 所在地・地図", url: "http://psycholo.net/map.html", width:500, height:400, left:30, top:95, opacity:0.95, recenterAuto:false});
win.show();
}

// お問い合わせ
function NewW4(){
var win = new Window({className: "alphacube", title: "サイコロ お問い合わせ", url: "contact/", width:500, height:470, left:50, top:120, opacity:0.95, recenterAuto:false});
win.show();
}
