// JavaScript Document<!--var gWindowWidth = 550;var gWindowHeight = 500;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('map_swf.htm', 'swfmap', st);                }         // -->function MM_openBrWindow(theURL,winName,features) { //v2.0  window.open(theURL,winName,features);}//-->
