// JavaScript Document
<!--
var gWindowWidth = 700;
var gWindowHeight = 630;
function init0() {
                        var st = 'width=' + gWindowWidth;
                        st += ',';
                        st += 'height=' + gWindowHeight;
                        st += ',';
                        var cw = (screen.width / 2) - (gWindowWidth / 2);
                        var ch = (screen.height / 2) - (gWindowHeight / 2);
                        if (navigator.userAgent.indexOf('MSIE') != -1) {
                                st += 'left=' + cw;
                                st +=',';
                                st += 'top=' + ch;
                        } else if (navigator.userAgent.indexOf('Mozilla') != -1) {
                                st += 'screenX=' + cw;
                                st += ',';
                                st += 'screenY=' + ch;
                        }
                        window.open('https://trip.rsv4.net/cgi-bin/hotelsekia/contact/index.cgi', 'form', st);
                }

var gWindowWidth = 700;
var gWindowHeight = 630;
function init1() {
                        var st = 'width=' + gWindowWidth;
                        st += ',';
                        st += 'height=' + gWindowHeight;
                        st += ',';
                        var cw = (screen.width / 2) - (gWindowWidth / 2);
                        var ch = (screen.height / 2) - (gWindowHeight / 2);
                        if (navigator.userAgent.indexOf('MSIE') != -1) {
                                st += 'left=' + cw;
                                st +=',';
                                st += 'top=' + ch;
                        } else if (navigator.userAgent.indexOf('Mozilla') != -1) {
                                st += 'screenX=' + cw;
                                st += ',';
                                st += 'screenY=' + ch;
                        }
                        window.open('https://trip.rsv4.net/cgi-bin/hotelsekia/w_contact/index.cgi', 'wform', st);
                }

         // -->

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->

