﻿// JScript 檔

function _link_fix(w,h,strUrl)
{
    var _width = w;
    var _height = h;
    var PosX = (screen.width - _width)/2;
    var PosY = (screen.Height - _height)/2;
    features = "top=" + PosY + ",left=" + PosX + ",width=" + _width + ",height=" + _height + ",resizable=no,scrollbars=yes";
    window.open(strUrl,'MBnewWin',features);
}

function _link_fix_1(w,h,strUrl)
{
    var _width = w;
    var _height = h;
    var PosX = (screen.width - _width)/2;
    var PosY = (screen.Height - _height)/2;
    features = "top=" + PosY + ",left=" + PosX + ",width=" + _width + ",height=" + _height + ",resizable=no,scrollbars=yes";
    window.open(strUrl,'MBnewWin1',features);
}

function _link_fix_2(w,h,strUrl)
{
    var _width = w;
    var _height = h;
    var PosX = (screen.width - _width)/2;
    var PosY = (screen.Height - _height)/2;
    features = "top=" + PosY + ",left=" + PosX + ",width=" + _width + ",height=" + _height + ",resizable=no,scrollbars=yes";
    window.open(strUrl,'MBnewWin2',features);
}

function _link_fix_3(w,h,strUrl)
{
    var _width = w;
    var _height = h;
    var PosX = (screen.width - _width)/2;
    var PosY = (screen.Height - _height)/2;
    features = "top=" + PosY + ",left=" + PosX + ",width=" + _width + ",height=" + _height + ",resizable=no,scrollbars=yes";
    window.open(strUrl,'MBnewWin3',features);
}

function _link_R(w,h,strUrl)
{
    var _width = w;
    var _height = h;
    var PosX = (screen.width - _width)/2;
    var PosY = (screen.Height - _height)/2;
    features = "top=" + PosY + ",left=" + PosX + ",width=" + _width + ",height=" + _height + ",resizable=no,scrollbars=no";
    window.open(strUrl,'MBnewWinRight',features);
}
