<!--
function switchPhoto(oObj)
{
    document.PrimaryPhoto.src = oObj.src;
}
//-->
