function showMap(src){var tgt=src;window.open(tgt, 'map', 'height=400,width=600');return true;}function showPhoto(id){var tgt='pixPages/'+id+'.html';window.open(tgt, 'photo');return true;}function showSlides(id){var tgt='/cgi-bin/'+id;window.open(tgt, 'slideShow');return true;}function clearStatus(){window.status="";return true;}