function EnlargePhoto()
{
	var windowoptions="toolbar=0,location=no,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=800,height=600";
	var popUpWin=window.open(this.href,'NewWindow',windowoptions);
	return false;
}

function ShowTeaSizeInfo()
{
	var windowoptions="toolbar=0,location=no,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=640,height=480";
	var popUpWin=window.open(this.href,'NewWindow',windowoptions);
	return false;
}

if (document.getElementById("photolink1"))
{ document.getElementById("photolink1").onclick=EnlargePhoto; }

if (document.getElementById("photolink2"))
{ document.getElementById("photolink2").onclick=EnlargePhoto; }

if (document.getElementById("photolink3"))
{ document.getElementById("photolink3").onclick=EnlargePhoto; }

if (document.getElementById("photolink4"))
{ document.getElementById("photolink4").onclick=EnlargePhoto; }

if (document.getElementById("photolink5"))
{ document.getElementById("photolink5").onclick=EnlargePhoto; }

if (document.getElementById("teasizelink"))
{ document.getElementById("teasizelink").onclick=ShowTeaSizeInfo; }
