// JavaScript Document
function loadGallery()
{
var mysubwind;
if(!mysubwind || mysubwind.closed)
             {
           mysubwind=window.open("../PhotoGallery/index.htm","","width=600,height=600,menubar=0,scrollbars=0,resizable=0");
              }
            else
             {
              mysubwind.focus();
             }
}