


//opens photo gallery popup 
function 

openGallery(URL,wide,high)
{
	var w = wide;
	var h = high;
	var winl = (screen.availWidth - w) / 2;
	var wint = (screen.availHeight - h) / 2;
	var settings ='height='+h+',';
        settings +='width='+w+',';
        settings +='top='+wint+',';
        settings +='left='+winl+',';
	


var Gallery = open(URL,"Gallery",settings);
	Gallery.focus();
}


document.write('<table width="167" cellspacing="0" border="0" cellpadding="0"><tr><td><A HREF=javascript:openGallery("../images/photogallery/image01.html",525,450);><IMG  SRC="../images/photogallery/th_FrankHorvat_CloseUp2.jpg" vspace="2" border="0"></A>&nbsp;<A HREF=javascript:openGallery("../images/photogallery/image02.html",525,450);><IMG SRC="../images/photogallery/th_FrankHorvat_CloseUp4.jpg" vspace="2" border="0"></A><BR><A HREF=javascript:openGallery("../images/photogallery/image03.html",525,450);><IMG SRC="../images/photogallery/th_FrankHorvat_Sitting.jpg" vspace="2" border="0"></A>&nbsp;<A HREF=javascript:openGallery("../images/photogallery/image04.html",525,450);><IMG SRC="../images/photogallery/th_FrankHorvat_Crouched.jpg" vspace="2" border="0"></A><BR><A HREF=javascript:openGallery("../images/photogallery/image05.html",525,450);><IMG SRC="../images/photogallery/th_FrankHorvat_Hand.jpg" vspace="2" border="0"></A>&nbsp;<A HREF=javascript:openGallery("../images/photogallery/image06.html",525,450);><IMG SRC="../images/photogallery/th_FrankHorvat_FullLength2.jpg" vspace="2" border="0"></A><BR><A HREF=javascript:openGallery("../images/photogallery/image07.html",525,450);><A HREF=javascript:openGallery("../images/photogallery/image13.html",525,450);><IMG  SRC="../images/photogallery/th_FrankHorvat_Concert_Close.jpg" ALT="Courtesy of Strategic Storytellers" vspace="2" border="0"></A>&nbsp;<A HREF=javascript:openGallery("../images/photogallery/image14.html",525,450);><IMG SRC="../images/photogallery/th_FrankHorvat_Concert_Close2.jpg" ALT="Courtesy of Strategic Storytellers" vspace="2" border="0"></A><BR><A HREF=javascript:openGallery("../images/photogallery/image15.html",525,450);><IMG  SRC="../images/photogallery/th_FrankHorvat_Concert_Full.jpg" ALT="Courtesy of Strategic Storytellers" vspace="2" border="0"></A>&nbsp;<A HREF=javascript:openGallery("../images/photogallery/image16.html",525,450);><IMG SRC="../images/photogallery/th_FrankHorvat_Concert_Med.jpg" ALT="Courtesy of Strategic Storytellers" vspace="2" border="0"></A><BR><A HREF=javascript:openGallery("../images/photogallery/image08.html",525,450);>Click here for more photos.<BR> Download high-res versions.</A></TD></TR></TABLE>');

