<!--
//thumbnail script
image0 =new Image();
image1 =new Image();
image2 =new Image();
image3 =new Image();
image4 =new Image();
image5 =new Image();
image6 =new Image();
image7 =new Image();
image8 =new Image();
image9 =new Image();
image10 =new Image();
image11 =new Image();

// This defines the source of the display image 
image0.src ="../graphics/port/brewers/thumb/pic.jpg"
image1.src ="../graphics/port/brewers/thumb/pic2.jpg"
image2.src ="../graphics/port/brewers/thumb/pic3.jpg"
image3.src ="../graphics/port/brewers/thumb/pic4.jpg"
image4.src ="../graphics/port/brewers/thumb/pic5.jpg"
image5.src ="../graphics/port/brewers/thumb/pic6.jpg"
image6.src ="../graphics/port/brewers/thumb/pic7.jpg"
image7.src ="../graphics/port/brewers/thumb/pic8.jpg"
image8.src ="../graphics/port/brewers/thumb/pic9.jpg"
image9.src ="../graphics/port/brewers/thumb/pic10.jpg"
image10.src ="../graphics/port/brewers/thumb/pic11.jpg"
image11.src ="../graphics/port/brewers/thumb/pic12.jpg"

// This defines the source of the preview image 
image0.src ="../graphics/port/brewers/pic.jpg"
image1.src ="../graphics/port/brewers/pic2.jpg"
image2.src ="../graphics/port/brewers/pic3.jpg"
image3.src ="../graphics/port/brewers/pic4.jpg"
image4.src ="../graphics/port/brewers/pic5.jpg"
image5.src ="../graphics/port/brewers/pic6.jpg"
image6.src ="../graphics/port/brewers/pic7.jpg"
image7.src ="../graphics/port/brewers/pic8.jpg"
image8.src ="../graphics/port/brewers/pic9.jpg"
image9.src ="../graphics/port/brewers/pic10.jpg"
image10.src ="../graphics/port/brewers/pic11.jpg"
image11.src ="../graphics/port/brewers/pic12.jpg"


// This defines what to do when an image is clicked on 
function image_click(clicks)
{
if(clicks==0){document.images['large'].src=image0.src;}
if(clicks==1){document.images['large'].src=image1.src;}
if(clicks==2){document.images['large'].src=image2.src;}
if(clicks==3){document.images['large'].src=image3.src;}
if(clicks==4){document.images['large'].src=image4.src;}
if(clicks==5){document.images['large'].src=image5.src;}
if(clicks==6){document.images['large'].src=image6.src;}
if(clicks==7){document.images['large'].src=image7.src;}
if(clicks==8){document.images['large'].src=image8.src;}
if(clicks==9){document.images['large'].src=image9.src;}
if(clicks==10){document.images['large'].src=image10.src;}
if(clicks==11){document.images['large'].src=image11.src;}

}
// -->
