var copytexts=new Array()
copytexts[0]=" ";
copytexts[1]="<strong>What the world becomes</strong><br>I trace the flights of birds, using the window as vantage point, drawing surface and printing plate. This transparent plane marks the point where the birds' drawings <em>in</em> space become my drawings <em>of</em> space: where the three-dimensional and fleeting becomes the two-dimensional and fixed.</p><p>This drawing installation records a series of observations made over the course of a day.  Bird flight paths were traced from and on 13 different windows for 10 minutes an hour 08.00 to 20.10 on 18 May 2006.";
copytexts[2]="<strong>I draw them. They draw me.</strong><br>The meeting point of inside and outside, observer and observed - the birds and I draw simultaneously on the window.";
copytexts[3]="<strong>3 February 2006</strong><br>10 minutes of observed bird flight, traced directly onto the window.";
copytexts[4]="<strong>The spaces where things have been</strong><br>A series of monotypes taken from drawings of bird flight made directly on the window's surface.";
copytexts[5]="<strong>Flights Interrupted</strong><br>Based on an observation of bird flight paths made in March 2006 at a window overlooking the River Exe in Exeter, the painting was completed early in 2008 at a studio in Red Lion Lane, Exeter.";
copytexts[6]="<strong>Space as defined by two separate systems</strong><br>A long-exposure photograph at dusk was followed by an equivalent amount of time spent drawing bird flights in daylight from the same window, emphasising the particular qualities of photography versus sight and memory.";
copytexts[7]="<strong>Bound (Gravity Drawing)</strong><br>A series of futile attempts to become airborne.<br>(sample video)";
copytexts[8]="<strong>Spilt upon the ground</strong><br>Cropping, inverting, distorting - puddles show the world representing itself.";
copytexts[9]="<strong>The distance travelled by foot, travelled by hand</strong><br>A riverside walk was measured by pedometer and the same distance (6.643km) is now being recreated by drawing a continuous line between two markers 50cm apart. Small wobbles of my hand disturb the precise measure and begin to form ripples that recall the flow of water and the strata of rocks.";
copytexts[10]="<strong>Divide. Divide. Divided.</strong><br>Captured with a low-tech camera during a walk around Exeter Quay and Marsh Barton trading estate, this film reveals the discontinuity of experience within an apparently coherent event.<br>(sample video)";
copytexts[11]="<strong>Observatory</strong><br>Encountering this group of small mirrors on legs, observers are encouraged to turn their backs on the landscape and see it in a more contained and domesticated format, much as 18th century seekers of the picturesque looked into their Claude glasses.";
copytexts[12]="<strong>Is and Was</strong><br>By bringing together a three-dimensional object with a two-dimensional image of itself, <em>Is and Was</em> examines the nature of photography and its relationship to memory.";

function updateamount(num){
   document.getElementById('storytext').innerHTML=copytexts[num];
   initLightbox();
   }
function mailto(domain,user)
    { 
        document.location.href = "mailto:" + user + "@" + domain; 
    }
function goPop(Url,WID,HIG){
goPopWindow = window.open(Url,"member","width=585,height=570,left=20,top=25,screenX=25,screenY=20,resizable=yes");
goPopWindow.resizeTo(WID,HIG);
if (window.focus) {
   goPopWindow.focus()
   }
}
function turnon(imgNum)
 {
    updateamount(imgNum);
 }