<!--



// function to blow up small version of photo into new window

function blowupImage(look) { 

    if (document.images) {

	blownup = window.open(look, 'largerview','width=800,height=700,resizable=yes,left=20,top=50');		

    }

}



//-->

