<!--
  if (document.images)
   {
     image_home1= new Image(100,100);
     image_home1.src="pix/home1.gif";
     image_home2= new Image(100,100);
     image_home2.src="pix/home2.gif";  

     image_about1= new Image(100,100);
     image_about1.src="pix/about1.gif";
     image_about2= new Image(100,100);
     image_about2.src="pix/about2.gif";  

     image_members1= new Image(100,100);
     image_members1.src="pix/members1.gif";
     image_members2= new Image(100,100);
     image_members2.src="pix/members2.gif";  

     image_exhibits1= new Image(100,100);
     image_exhibits1.src="pix/exhibits1.gif";
     image_exhibits2= new Image(100,100);
     image_exhibits2.src="pix/exhibits2.gif";  

     image_links1= new Image(100,100);
     image_links1.src="pix/links1.gif";
     image_links2= new Image(100,100);
     image_links2.src="pix/links2.gif";  

     image_gallery1= new Image(100,100);
     image_gallery1.src="pix/gallery1.gif";
     image_gallery2= new Image(100,100);
     image_gallery2.src="pix/gallery2.gif";  

     image_contact1= new Image(100,100);
     image_contact1.src="pix/contact1.gif";
     image_contact2= new Image(100,100);
     image_contact2.src="pix/contact2.gif";

     image_enigmatix1= new Image(100,100);
     image_enigmatix1.src="pix/gallery-enigmatix-1.jpg";
     image_enigmatix2= new Image(100,100);
     image_enigmatix2.src="pix/gallery-enigmatix-2.jpg";

     image_hangman1= new Image(100,100);
     image_hangman1.src="pix/gallery-hangman-1.jpg";
     image_hangman2= new Image(100,100);
     image_hangman2.src="pix/gallery-hangman-2.jpg";

     image_lopix1= new Image(100,100);
     image_lopix1.src="pix/gallery-lopix-1.jpg";
     image_lopix2= new Image(100,100);
     image_lopix2.src="pix/gallery-lopix-2.jpg";

     image_manitou1= new Image(100,100);
     image_manitou1.src="pix/gallery-manitou-1.jpg";
     image_manitou2= new Image(100,100);
     image_manitou2.src="pix/gallery-manitou-2.jpg";

     image_photomat1= new Image(100,100);
     image_photomat1.src="pix/gallery-photomat-1.jpg";
     image_photomat2= new Image(100,100);
     image_photomat2.src="pix/gallery-photomat-2.jpg";

     image_yokes1= new Image(100,100);
     image_yokes1.src="pix/gallery-yokes-1.jpg";
     image_yokes2= new Image(100,100);
     image_yokes2.src="pix/gallery-yokes-2.jpg";  
   }

function change(picName,imgName)
 {
   if (document.images)
    {
      imgOn=eval(imgName + ".src");
      document[picName].src= imgOn;
    }
 }
//-->

<!--
PositionX = 100;
PositionY = 100;

defaultWidth  = 370;
defaultHeight = 270;

var AutoClose = true;

if (parseInt(navigator.appVersion.charAt(0))>=4){
var isNN=(navigator.appName=="Netscape")?1:0;
var isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}
var optNN='scrollbars=no,width='+defaultWidth+',height='+defaultHeight+',left='+PositionX+',top='+PositionY;
var optIE='scrollbars=no,width=150,height=100,left='+PositionX+',top='+PositionY;
function popImage(imageURL,imageTitle){
if (isNN){imgWin=window.open('about:blank','',optNN);}
if (isIE){imgWin=window.open('about:blank','',optIE);}
with (imgWin.document){
writeln('<html><head><title>Loading...</title><style>body{margin:0px;}</style>');writeln('<sc'+'ript>');
writeln('var isNN,isIE;');writeln('if (parseInt(navigator.appVersion.charAt(0))>=4){');
writeln('isNN=(navigator.appName=="Netscape")?1:0;');writeln('isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}');
writeln('function reSizeToImage(){');writeln('if (isIE){');writeln('window.resizeTo(100,100);');
writeln('width=100-(document.body.clientWidth-document.images[0].width);');
writeln('height=100-(document.body.clientHeight-document.images[0].height);');
writeln('window.resizeTo(width,height);}');writeln('if (isNN){');       
writeln('window.innerWidth=document.images["George"].width;');writeln('window.innerHeight=document.images["George"].height;}}');
writeln('function doTitle(){document.title="'+imageTitle+'";}');writeln('</sc'+'ript>');
if (!AutoClose) writeln('</head><body bgcolor=000000 scroll="no" onload="reSizeToImage();doTitle();self.focus()">')
else writeln('</head><body bgcolor=000000 scroll="no" onload="reSizeToImage();doTitle();self.focus()" onblur="self.close()">');
writeln('<img name="George" src='+imageURL+' style="display:block"></body></html>');
close();		
}}
//-->


<!--
function newwindow()
{
window.open('http://www.flickr.com/slideShow/index.gne?group_id=43152356@N00', 'DK Photo Group Gallery', 'toolbar=no, directories=no, location=no, status=no, menubar=no, resizable=no, scrollbars=no, width=500, height=500');
}
//-->