var cats = new Array(); cats[0] = "When you select \"All\" you can scroll through the photographs in "+ "a grazing order, with my latest photographs on the first or second "+ "page. After this photographs are grouped together in their categories "+ "generally making it easy for you to find the types of photographs you "+ "would like to purchase. When you select a category some photographs "+ "are grouped and can appear in more than one category."; cats[1] = "Some of these images are ones I took deliberately and some I created."; cats[2] = "Animals are not one of my subjects of choice although I'm fortunate to "+ "live near the world famous San Diego Zoo. We have owned many cats over "+ "the years and I became fascinated with catching their playfulness and antics."; cats[3] = "To me there is something pure and visceral about black and white images. "+ "They can be so strong and so rich in \"color\". I like to capture scenes "+ "that have strong blacks, rich grays and brilliant whites bringing out "+ "great detail and texture."; cats[4] = "I am especially drawn to buildings and the feeling I get when light "+ "transforms a building or group of buildings or their parts into graphic "+ "forms of light and dark. Strong colors and contrasts make powerful "+ "photographs for me." cats[5] = "Digital art opens up a whole new area of exploration and I am enjoying "+ "the times I have been able to explore it."; cats[6] = "The lighting at a circus, fair or other performance can be very dramatic "+ "allowing me to get unusual photographs."; cats[7] = "Backlighting and contrasting backgrounds as well as the softness of colors "+ "draw me to photograph flowers whether in nature or in my studio. By isolating "+ "the singular beauty of one flower or leaf, I hope to transfer the emotion I "+ "feel when seeing it to the photograph for you to experience."; cats[8] = "I am drawn to see beauty in abandoned and decaying western mining towns "+ "commonly called ghost towns. Even those still lived in have worn elements "+ "that are worth photographing. I'm sure my love of architecture attracted "+ "me to mining towns. My goal is to capture that beauty and share it with you."; cats[9] = "I see how the light affects the scene, whether it is bright and sharp or "+ "soft and subdued. I try to capture that quality in my photographs of landscapes. "+ "I like to photograph early and late in the day and I love the moods of "+ "photographs taken during a foggy or rainy day."; cats[10] = "Some photographs that don't fit easily in other categories."; cats[11] = "At Yosemite National Park, I like to capture the power of the water rushing, "+ "whether it is in the rivers or in the falls. Whether it's the sensuous nature "+ "of the rock in Antelope Canyon Tribal Park or the views in National Monuments "+ "or ordinary parks, I seek to capture the feeling I have when I am there of the "+ "intensity of light and the sense of the spaces that I hope to convey to you "+ "through my photographs."; cats[12] = "Panoramas fascinate me. I like to capture the broad sweep of a scene that isn't"+ " always available in a single shot."; cats[13] = "To me work is worship. I watch people at work and wait for the moment when I can "+ "capture their actions in a dramatic way without interfering or disturbing them."; cats[14] = "Hawaii, Death Valley, Russia, wherever I travel, I look for color and texture "+ "that interests me. I look for photo opportunities that show a place in a way "+ "different from the common tourist snapshots."; cats[15] = "San Diego is photographed by thousands of tourists. When I take photographs "+ "where I live, I look for the unusual, something that others may miss even though "+ "it is in plain sight."; cats[16] = "I love the beauty of the lines sails make against a blue sky and the blending "+ "of sky with sea."; cats[17] = "Since I live on the Pacific Coast, I love sunsets. The rich colors against a "+ "gathering of clouds, the bright sun approaching the horizon and disappearing "+ "from view stir strong feelings in me. Because I look for the unusual, almost "+ "colorless \"sunsets\" also attract my photographic eye."; cats[18] = "I am fascinated by trees; I love their shapes, the outline of their leafless "+ "branches, the fullness of their form in spring and the color of their leaves "+ "in autumn. It's usually the graphic quality of their shape that captures me and "+ "I try to convey that to you."; cats[19] = "Water is rejuvenating to me. Capturing its power as it cascades over a mountain "+ "or around rocks and catching reflections in its quiet surface excites me and "+ "makes me want to savor that experience in my photographs."; function photopage_actionPerformed() { currentPhoto = viewer.photoArray[viewer.selectedPhoto]; var len = viewer.getLength(); var sp = viewer.selectedPhoto + 1; ge("text1").value = "Viewing #" + sp + " of " + len + " photos"; ge("text2").value = currentPhoto.toString(); ge("text3").value = cats[currentCatagory]; ge("pBtn").title = "Click here to purchase " + currentPhoto.title; } function photopage_createPhoto() { var wVal = ge("active").width; var hVal = ge("active").height; currentPhoto.orientation = (wVal >= hVal ? Photo.LANDSCAPE : Photo.PORTRAIT); currentPhoto.ratio = Math.min(wVal, hVal) / Math.max(wVal, hVal); setCreatePhotoPage(); changePage("createPhotoPage"); } function photopage_filterPhotos() { var s1 = ge("selectCatagory"); currentCatagory = s1.selectedIndex; currentGroup = 0; viewer.setImages(currentCatagory); viewer.update(); viewer.fireActionPerformed(0); photopage_setButtons(); } function photopage_next() { viewer.tryNextGroup(); viewer.update(); viewer.fireActionPerformed(viewer.selectedIndex); currentGroup = viewer.selectedGroup; photopage_setButtons(); } function photopage_prev() { viewer.tryPrevGroup(); viewer.update(); viewer.fireActionPerformed(viewer.selectedIndex); currentGroup = viewer.selectedGroup; photopage_setButtons(); } function photopage_setButtons() { if(currentGroup == 0) { ge("lBtn").src = wPath + "transparent.gif"; ge("lBtn").style.cursor = "default"; } else { ge("lBtn").src = wPath + "viewer_leftArrow.jpg"; ge("lBtn").style.cursor = "pointer"; } var photosLeft = viewer.photoArray.length - (currentGroup * 10); if(photosLeft <= 10) { ge("rBtn").src = wPath + "transparent.gif"; ge("rBtn").style.cursor = "default"; } else { ge("rBtn").src = wPath + "viewer_rightArrow.jpg"; ge("rBtn").style.cursor = "pointer"; } } function photopage_update() { var s1 = ge("selectCatagory"); s1.style.backgroundColor = "#305"; s1.style.color = "#dc8"; s1.selectedIndex = currentCatagory; var act = ge("active"); act.onclick = photoPage.createPhoto; act.style.cursor = "pointer"; act.title = "Purchase this Photo"; viewer.setImages(currentCatagory); viewer.setGroup(currentGroup); viewer.update(); viewer.fireActionPerformed(viewer.selectedIndex); currentPaper = null; } nch = "
"+
" | "+
""+ " | "+
" |
"+
" "+
" | ||