﻿function showImage1(){
                myLightWindow.activateWindow({
                    href : "tour/tour.html",
                    height : 530,
                    width : 730,
                    title : ""
                });
              }
              

function showImage2(){
                myLightWindow.activateWindow({
                    href : "../tour/tour.html",
                    height : 530,
                    width : 730,
                    title : ""
                });
              }

function showImage3(){
                myLightWindow.activateWindow({
                    href : "../../tour/tour.html",
                    height : 530,
                    width : 730,
                    title : ""
                });
              }
              
