// JavaScript File

//<!--



function ViewHighResolutionImage(ImageNumber, width, height)
{
    window.open("LargeImage.htm?ImageName=" + ImageNumber, "one",
	"width=" + width + ", " + "height=" + height + 
	", location=no, menubar=no, resizable=no, scrollbars=no, status=no, titlebar=no, toolbar=no");
}

//-->
