<!--
function close_win(){
  var nvua = navigator.userAgent;
    if(nvua.indexOf('MSIE') >= 0){
      if(nvua.indexOf('MSIE 5.0') == -1) {
        top.opener = '';
      }
    }
    else if(nvua.indexOf('Gecko') >= 0){
      top.name = 'CLOSE_WINDOW';
      wid = window.open('','CLOSE_WINDOW');
    }
    top.close();
}

function SubWindow1() {
  open("../tips/museum/p01.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=700, height=800")
}

function SubWindow2() {
  open("../tips/museum/p02.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=700, height=800")
}
function SubWindow3() {
  open("../tips/museum/p03.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=700, height=800")
}
function SubWindow4() {
  open("../tips/museum/p04.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=700, height=800")
}
function SubWindow5() {
  open("../tips/museum/p05.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=700, height=800")
}
function SubWindow6() {
  open("../tips/museum/p06.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=700, height=800")
}
function SubWindow7() {
  open("../tips/museum/p07.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=700, height=800")
}
function SubWindow8() {
  open("../tips/museum/p08.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=700, height=800")
}
function SubWindow9() {
  open("../tips/museum/p09.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=700, height=800")
}
function SubWindow10() {
  open("../tips/museum/p10.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=700, height=800")
}
function SubWindow11() {
  open("../tips/museum/p11.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=700, height=800")
}
function SubWindow12() {
  open("../tips/museum/p12.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=700, height=800")
}
function SubWindow13() {
  open("../tips/museum/p13.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=700, height=800")
}
function SubWindow14() {
  open("../tips/museum/p14.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=700, height=800")
}

function openWphoto(url) {
	window.open(url, "", "width=700, height=800, resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0");
}



//-->
