//========================================================================
//
//Gallery View v1.0
//by Kurt Dereli
//25 April 2007
//
//this is a little custom script for displaying jpgs from my gallery
//concepts and code ideas lifted pretty much wholesale from the excellent
//Lightbox script by Lokesh Dhakar - http://www.huddletogether.com
//which does a lot more than I need
//and besides I wanted to learn how it worked
//========================================================================

//the first thing the script does is make a new div
//to put an image into
//styled by my own CSS such as it is

function setupgallery(){



}





//this piece of code exceutes ever few milliseconds watching for important stuff

function thewatcher(){
  
  SetTimeout(500,"thewatcher()");  
}
SetTimeout(500,"thewatcher()");
