function openGallery01(){
        secondWin=window.open("galleries/gallery01_01.html", "Gallery01", "toolbar=no,location=no,directories=no,resizable=no,status=no,menubar=no,scrollbars=no,height=450,width=560");
}

function openGallery02(){
        secondWin=window.open("galleries/gallery02_01.html", "Gallery02", "toolbar=no,location=no,directories=no,resizable=no,status=no,menubar=no,scrollbars=no,height=490,width=560");
}

function openDanceGallery01(){
        secondWin=window.open("gallery/g01.html", "DanceGallery01", "toolbar=no,location=no,directories=no,resizable=no,status=no,menubar=no,scrollbars=no,height=500,width=560");
}

function openDanceGalleryFromRoot01(){
        secondWin=window.open("dance/gallery/g01.html", "DanceGallery01", "toolbar=no,location=no,directories=no,resizable=no,status=no,menubar=no,scrollbars=no,height=500,width=560");
}

function OLDopenDanceGallery01(){
        secondWin=window.open("gallery/blurred01.html", "DanceGallery01", "toolbar=no,location=no,directories=no,resizable=no,status=no,menubar=no,scrollbars=no,height=500,width=560");
}

function OLDopenDanceGalleryFromRoot01(){
        secondWin=window.open("../dance/gallery/blurred01.html", "DanceGallery01", "toolbar=no,location=no,directories=no,resizable=no,status=no,menubar=no,scrollbars=no,height=500,width=560");
}
