Mercurial > judyates
changeset 12:2f433df9b961 judyates
[svn r13] Modified esgallery source to enable multiple paypal buttons; got the photo gallery operational and tested.
line wrap: on
line diff
1.1 Binary file e2gallerypro/e2upload/Galleries/photos-source/photos-normal/IMG_0907.JPG has changed
2.1 Binary file e2gallerypro/e2upload/Galleries/photos-source/photos-normal/IMG_0909.JPG has changed
3.1 Binary file e2gallerypro/e2upload/Galleries/photos-source/photos-normal/IMG_1470.JPG has changed
4.1 Binary file e2gallerypro/e2upload/Galleries/photos-source/photos-normal/IMG_4430.JPG has changed
5.1 Binary file e2gallerypro/e2upload/Galleries/photos-source/photos-normal/IMG_6911.JPG has changed
6.1 Binary file e2gallerypro/e2upload/Galleries/photos-source/photos-normal/IMG_7137.JPG has changed
7.1 Binary file e2gallerypro/e2upload/Galleries/photos/IMG_0907.jpg has changed
8.1 Binary file e2gallerypro/e2upload/Galleries/photos/IMG_0909.jpg has changed
9.1 Binary file e2gallerypro/e2upload/Galleries/photos/IMG_1470.jpg has changed
10.1 Binary file e2gallerypro/e2upload/Galleries/photos/IMG_4430.jpg has changed
11.1 Binary file e2gallerypro/e2upload/Galleries/photos/IMG_6911.jpg has changed
12.1 Binary file e2gallerypro/e2upload/Galleries/photos/IMG_7137.jpg has changed
13.1 Binary file e2gallerypro/e2upload/Galleries/photos/large/IMG_0907.jpg has changed
14.1 Binary file e2gallerypro/e2upload/Galleries/photos/large/IMG_0909.jpg has changed
15.1 Binary file e2gallerypro/e2upload/Galleries/photos/large/IMG_1470.jpg has changed
16.1 Binary file e2gallerypro/e2upload/Galleries/photos/large/IMG_4430.jpg has changed
17.1 Binary file e2gallerypro/e2upload/Galleries/photos/large/IMG_6911.jpg has changed
18.1 Binary file e2gallerypro/e2upload/Galleries/photos/large/IMG_7137.jpg has changed
19.1 --- a/e2gallerypro/js/e2gallerypro.js Mon Apr 12 02:31:43 2010 -0400 19.2 +++ b/e2gallerypro/js/e2gallerypro.js Mon Apr 12 03:24:08 2010 -0400 19.3 @@ -321,4 +321,22 @@ 19.4 } 19.5 else 19.6 { 19.7 - placeTitle=galleryimages[e]["title"]}var j=new Fx.Morph("fsbox",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut,onComplete:function(){var p=galleryimages[e]["paytype"];if(p=="paypal"){numOfPrices=galleryimages[e]["numOfPrices"];paypalform="";paypalform+='<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">';paypalform+=' <input type="hidden" name="cmd" value="_s-xclick">';paypalform+=' <input type="hidden" name="hosted_button_id" value="'+paypalButtonId+'">';paypalform+=' <img src="'+thumbPath+galleryimages[e]["src"]+'" border="0" class="forsalethumb" align="left" />';paypalform+=" <strong>Buy: "+placeTitle+"</strong><br />";paypalform+=" "+purchaseOf+placeTitle+shipinginfoshort+"<br />";paypalform+=" <table>";paypalform+=' <tr><td><input type="hidden" name="on0" value="'+galleryimages[e]["src"]+" - "+paypalSelectText+'">'+galleryimages[e]["src"]+" -"+paypalSelectText+'</td></tr><tr><td><select name="os0">';for(i=1;i<=numOfPrices;i++){if(galleryimages[e]["pricecurrency"+i+""]=="€"){pricingFormat=+""+galleryimages[e]["price"+i+""]+""+galleryimages[e]["pricecurrencysymbol"+i+""]}else{pricingFormat=galleryimages[e]["pricecurrencysymbol"+i+""]+""+galleryimages[e]["price"+i+""]}paypalform+='<option value="'+galleryimages[e]["pricesize"+i+""]+'">'+galleryimages[e]["pricesize"+i+""]+" "+pricingFormat+""}paypalform+=" </select> </td></tr>";paypalform+=" </table>";paypalform+=' <input type="hidden" name="currency_code" value="'+galleryimages[e]["pricecurrency"+i+""]+'">';paypalform+=' <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">';paypalform+=' <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">';paypalform+="</form>";$("forsale").set("html",paypalform)}if(p=="google"){numOfPrices=galleryimages[e]["numOfPrices"];googleform="";googleform+='<form action="https://checkout.google.com/api/checkout/v2/checkoutForm/Merchant/'+merchantId+'" id="BB_BuyButtonForm" method="post" name="BB_BuyButtonForm">';googleform+='<img src="'+thumbPath+galleryimages[e]["src"]+'" border="0" class="forsalethumb" align="left" />';googleform+="<strong>Buy: "+placeTitle+"</strong>";googleform+="<br />";googleform+=purchaseOf+placeTitle+shipinginfoshort+"<br />";googleform+=selectSizes+": ";googleform+='<select name="item_selection_1">';for(i=1;i<=numOfPrices;i++){if(galleryimages[e]["pricecurrency"+i+""]=="€"){pricingFormat=galleryimages[e]["price"+i+""]+" "+galleryimages[e]["pricecurrencysymbol"+i+""]}else{pricingFormat=galleryimages[e]["pricecurrencysymbol"+i+""]+""+galleryimages[e]["price"+i+""]}googleform+=' <option value="'+i+'">'+galleryimages[e]["pricesize"+i+""]+" - "+pricingFormat+"</option>"}googleform+="</select><br />";for(i=1;i<=numOfPrices;i++){googleform+='<input name="item_option_name_'+i+'" type="hidden" value="'+galleryimages[e]["pricesize"+i+""]+' Print"/>';googleform+='<input name="item_option_price_'+i+'" type="hidden" value="'+galleryimages[e]["price"+i+""]+'"/>';googleform+='<input name="item_option_description_'+i+'" type="hidden" value="'+galleryimages[e]["pricesize"+i+""]+" "+placeTitle+'"/>';googleform+='<input name="item_option_quantity_'+i+'" type="hidden" value="1"/>';googleform+='<input name="item_option_currency_'+i+'" type="hidden" value="'+galleryimages[e]["pricecurrency"+i+""]+'"/>'}googleform+='<input alt="" src="https://checkout.google.com/buttons/buy.gif?merchant_id='+merchantId+'&w=121&h=44&style=trans&variant=text&loc=en_US" type="image"/>';googleform+="</form><hr /><br />";$("forsale").set("html",googleform)}$("fsbutton").addEvent("click",function(){openforsale();var q=new Fx.Morph("thumbnailPopUp",{duration:50,transition:Fx.Transitions.Expo.easeInOut});q.start({opacity:0})})}});j.start({opacity:1,bottom:-277});var l=new Fx.Morph("fsclose",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});l.start({opacity:0})}}});var c=new Fx.Morph(""+e+"",{duration:100,transition:Fx.Transitions.linear});c.start({"border-color":"#FFF","background-color":"#FFF",opacity:1});d.start({opacity:1});g.start({opacity:0});var a=new Fx.Morph("loading",{duration:200,onComplete:function(){}});a.start({opacity:0})}function setThumbClick(a){thumbPath=maingalleries[a]["thumbpath"];imagenumber=Number(1);$$(".thumbnail").addEvent("click",function(f){if(playing==true){slideshow()}if(!busy){if(filetype!="image"){$("imgloader").empty()}busy=true;var g=this.id;imagenumber=this.get("rel");imagenumber=Number(imagenumber);$("numOf").set("text",imagenumber+" of ").inject("photoNum","top");var b=Number(galleryimages[g]["imgid"]);loadimage(Number(g),Number(imagenumber));var d=new Fx.Morph(""+previousid+"",{duration:500,transition:Fx.Transitions.Expo.easeInOut});d.start({"border-color":"#FFF","background-color":"#FFF",opacity:0.5});var c=new Fx.Morph(g,{duration:500,transition:Fx.Transitions.linear});c.start({"border-color":"#FFF","background-color":"#FFF",opacity:1});previousid=b}});$("next").addEvent("click",function(c){if(playing==true){slideshow()}if(!busy){busy=true;nextnum=Number(currentimage+1);imagenumber=Number(imagenumber+1);realNum=$(""+nextnum+"").get("rel");$("numOf").set("text",realNum+" of ").inject("photoNum","top");loadimage(nextnum,imagenumber);var b=new Fx.Morph(""+currentimage+"",{duration:500,transition:Fx.Transitions.Expo.easeInOut});b.start({"border-color":"#FFF","background-color":"#FFF",opacity:0.5});thumbinview=$("thumbnails").getCoordinates().width;maxThumbsVisible=Math.floor(thumbinview/setThumbWidth);thumbsMod=imagenumber%maxThumbsVisible;if(imagenumber>=maxThumbsVisible&&thumbsMod==1||maxThumbsVisible==1){movethumbs("more")}currentimage=Number(galleryimages[nextnum]["imgid"]);previousid=currentimage}});$("previous").addEvent("click",function(c){if(playing==true){slideshow()}if(!busy){thumbinview=$("thumbnails").getCoordinates().width;maxThumbsVisible=Math.floor(thumbinview/setThumbWidth);thumbsMod=(imagenumber)%maxThumbsVisible;if(imagenumber>=maxThumbsVisible&&thumbsMod==1||maxThumbsVisible==1){movethumbs("back")}previousnum=Number(currentimage-1);busy=true;imagenumber=Number(imagenumber-1);realNum=$(""+previousnum+"").get("rel");$("numOf").set("text",realNum+" of ").inject("photoNum","top");loadimage(""+previousnum+"",imagenumber);var b=new Fx.Morph(""+currentimage+"",{duration:500,transition:Fx.Transitions.Expo.easeInOut});b.start({"border-color":"#FFF","background-color":"#FFF",opacity:0.5});currentimage=Number(galleryimages[previousnum]["imgid"]);previousid=currentimage}});$(window.document).addEvent("keydown",function(c){if(c.key=="right"&¤timage!=lastimage){if(playing==true){slideshow()}if(!busy){busy=true;nextnum=Number(currentimage+1);imagenumber=Number(imagenumber+1);realNum=$(""+nextnum+"").get("rel");$("numOf").set("text",realNum+" of ").inject("photoNum","top");loadimage(nextnum,imagenumber);var b=new Fx.Morph(""+currentimage+"",{duration:500,transition:Fx.Transitions.Expo.easeInOut});b.start({"border-color":"#FFF","background-color":"#FFF",opacity:0.5});thumbinview=$("thumbnails").getCoordinates().width;maxThumbsVisible=Math.floor(thumbinview/setThumbWidth);thumbsMod=imagenumber%maxThumbsVisible;if(imagenumber>=maxThumbsVisible&&thumbsMod==1||maxThumbsVisible==1){movethumbs("more")}currentimage=Number(galleryimages[nextnum]["imgid"]);previousid=currentimage}}if(c.key=="left"&¤timage!=0){if(playing==true){slideshow()}if(!busy){thumbinview=$("thumbnails").getCoordinates().width;maxThumbsVisible=Math.floor(thumbinview/setThumbWidth);thumbsMod=(imagenumber)%maxThumbsVisible;if(imagenumber>=maxThumbsVisible&&thumbsMod==1||maxThumbsVisible==1){movethumbs("back")}previousnum=Number(currentimage-1);busy=true;imagenumber=Number(imagenumber-1);realNum=$(""+previousnum+"").get("rel");$("numOf").set("text",realNum+" of ").inject("photoNum","top");loadimage(""+previousnum+"",imagenumber);var b=new Fx.Morph(""+currentimage+"",{duration:500,transition:Fx.Transitions.Expo.easeInOut});b.start({"border-color":"#FFF","background-color":"#FFF",opacity:0.5});currentimage=Number(galleryimages[previousnum]["imgid"]);previousid=currentimage}}});$$(".thumbnail").addEvent("mouseenter",function(){myid=this.id;var d=galleryimages[myid]["filetype"];var c=new Fx.Morph("thumbnailPopUp",{duration:25,transition:Fx.Transitions.Expo.easeInOut,onComplete:function(){$("thumbnailPopUp").empty();if(d=="image"){var f=new Element("img",{src:thumbPath+galleryimages[myid]["src"],id:"thumbPop"}).inject($("thumbnailPopUp"))}else{var f=new Element("img",{src:galleryimages[myid]["src"],id:"thumbPop"}).inject($("thumbnailPopUp"))}myX=$("gallery").getCoordinates().width;myY=$("images").getCoordinates().height;myImgWidth=$("thumbPop").getCoordinates().width;myImgHeight=$("thumbPop").getCoordinates().height;myNewX=((myX/2)-(myImgWidth/2));myNewY=(myY-(myImgHeight/2))-(($("thumbnailPopUp").getCoordinates().height/2)+6);if(animatingPop!=true){animatingPop=true;var e=function(){$("thumbnailPopUp").setStyles({position:"absolute",top:(myNewY),left:myNewX,visibility:"hidden"});var g=new Fx.Morph("thumbnailPopUp",{duration:200,transition:Fx.Transitions.Expo.easeOut,onComplete:function(){animatingPop=false}});g.start({top:myNewY,left:myNewX,opacity:1})};e.delay(250)}}});c.start({opacity:0});if(myid!=currentimage){var b=new Fx.Morph(myid,{duration:100,transition:Fx.Transitions.Expo.easeInOut});b.start({"border-color":"#FFF","background-color":"#FFF",opacity:1})}});$$(".thumbnail").addEvent("mouseleave",function(){myid=this.id;var c=new Fx.Morph("thumbnailPopUp",{duration:50,transition:Fx.Transitions.Expo.easeInOut});c.start({opacity:0});if(myid!=currentimage){var b=new Fx.Morph(myid,{duration:50,transition:Fx.Transitions.Expo.easeInOut});b.start({"border-color":"#FFF","background-color":"#FFF",opacity:0.5})}})}function loadThumbs(l,b){var e=$("thumbnailwrap");thumbnailNumberPos=1;totalNumImages=0;totalNumMedia=0;totalNumQuicktime=0;$("thumbnailwrap").empty();startImage=maingalleries[l]["start"];endImage=maingalleries[l]["end"];thumbPath=maingalleries[l]["thumbpath"];lastimage=maingalleries[l]["end"];currentGallery=maingalleries[l]["gallerynum"];currentimage=Number(galleryimages[startImage]["imgid"]);previousid=Number(startImage);busy=false;for(i=startImage;i<=endImage;i++){filetype=galleryimages[i]["filetype"];if(totalthumbsvisible<$("thumbnails").getCoordinates().width-setThumbWidth){totalthumbsvisible+=setThumbWidth}thumbWidth+=setThumbWidth;e.setStyles({width:thumbWidth});var a=i;if(filetype=="image"){var c=new Element("div",{"class":"thumbnail",id:galleryimages[i]["imgid"],rel:thumbnailNumberPos});var f=new Element("img",{src:thumbPath+galleryimages[i]["src"],rel:" ","class":" controls",title:galleryimages[i]["title"]}).injectInside(c);totalNumImages++}if(filetype=="flv "||filetype=="mov"||filetype=="mp4"||filetype=="mp3 "||filetype=="aac"||filetype=="swf"||filetype=="blip"||filetype=="dailymotion"||filetype=="flickr"||filetype=="googlevideo"||filetype=="metacafe"||filetype=="myspacetv"||filetype=="revver"||filetype=="rutube"||filetype=="seesmic"||filetype=="tudou"||filetype=="youku"||filetype=="youtube"||filetype=="Veoh"||filetype=="viddler"||filetype=="vimeo"||filetype=="12seconds"){var c=new Element("div",{"class":"thumbnail",id:galleryimages[i]["imgid"],rel:thumbnailNumberPos});var f=new Element("img",{src:galleryimages[i]["src"],"class":" controls",title:galleryimages[i]["title"]}).injectInside(c);totalNumMedia++}if(totalNumMedia>1){flashCount=totalNumMedia+" Media Files | "}else{if(totalNumMedia==1){flashCount=totalNumMedia+" Media File | "}else{flashCount=""}}$("flashNum").set("html",flashCount);if(totalNumImages>1){imagecountHTML=totalNumImages+" Photos | "}else{if(totalNumImages==1){imagecountHTML=totalNumImages+" Photo | "}else{imagecountHTML=""}}$("photoNum").set("html",'<span id="numOf">1 of </span>'+imagecountHTML);c.injectInside($("thumbnailwrap"));thumbnailNumberPos++;$(""+i+"").setStyles({opacity:0});var g=new Fx.Morph(""+i+"",{duration:100,transition:Fx.Transitions.Expo.easeInOut,wait:true});if(i==0){g.start({opacity:1})}else{g.start({opacity:0.5})}if(i==endImage){thumbnailsviewable=Math.floor($("thumbnails").getCoordinates().width);if(thumbWidth>thumbnailsviewable){var d=new Fx.Morph("thumbleft",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});d.start({opacity:0,left:-40});var h=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});h.start({opacity:0.75,right:0})}else{var d=new Fx.Morph("thumbleft",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});d.start({opacity:0,left:-40});var h=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});h.start({opacity:0,right:-40})}if(b=="loadNew"){e.setStyles({left:0});currentthumbpos=0;loadimage(Number(startImage))}setThumbClick(l)}var j=$$(".controls");var k=new Tips(j,{showDelay:100,hideDelay:100,offsets:{x:8,y:8},title:"title",text:null,className:"minitooltips",fixed:false,onShow:function(m){m.fade(1)},onHide:function(m){m.fade(0)}})}}function galleries(){var c=new Fx.Morph("thumbnailPopUp",{duration:50,transition:Fx.Transitions.Expo.easeInOut});c.start({opacity:0});if(playing==true){slideshow()}var b=new Fx.Morph("galleries",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});var a=new Fx.Morph("fsbox",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});filetype=galleryimages[currentimage]["filetype"];galleryheight=$("gallery").getCoordinates().height;hiddenGalpas=(galleryheight-$("controls").getCoordinates().height);controlHeight=$("controls").getCoordinates().height;if(openclose==true){if(filetype!="image"){$("imgloader").setStyle("visibility","hidden")}b.start({bottom:[-galleryheight,controlHeight]});if(slidesHidden==true){showthumbbox()}openclose=false;a.start({opacity:0})}else{closinggalleries=true;b.start({bottom:-(hiddenGalpas-1)}).addEvent("onComplete",function(){if(closinggalleries==true){if(filetype!="image"){$("imgloader").setStyle("visibility","visible");closinggalleries=false}}});a.start({opacity:1});openclose=true}}function loadimage(f,d){fsisopen="closed";var h=new Fx.Morph("fsbox",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});h.start({opacity:0,bottom:-305});if(f==startImage){$("previous").setStyles({visibility:"hidden"});prevHidden=true}else{$("previous").setStyles({visibility:"visible"});prevHidden=false}if(f==lastimage){$("next").setStyles({visibility:"hidden"});nextHidden=true}else{$("next").setStyles({visibility:"visible"});nextHidden=false}var g=$("images");var j=$("loading");var k=$("gallery");$("loading").setStyles({position:"absolute",opacity:0,left:(k.getCoordinates().width/2)-(j.getCoordinates().width/2),top:(g.getCoordinates().height/2)-(j.getCoordinates().height/2)});if(imagesloaded[f]!=f){imagesloaded[f]=f;var a=new Fx.Morph("infoloader",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});var b=new Fx.Morph("imgloader",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut,onComplete:function(){$("imgloader").empty();filetype=galleryimages[f]["filetype"];if(filetype=="image"){new Asset.image(galleryimages[f]["path"]+galleryimages[f]["src"],{onload:function(){var l=new Fx.Morph("imagewrap",{duration:500,transition:Fx.Transitions.Expo.easeInOut,onComplete:function(){addImage(f)}});l.start({height:galleryimages[f]["height"],width:galleryimages[f]["width"],opacity:1,top:(((g.getCoordinates().height/2)-(galleryimages[f]["height"]/2))),left:(((g.getCoordinates().width/2)-(galleryimages[f]["width"]/2)))})}})}if(filetype=="flv "||filetype=="mov"||filetype=="mp4"||filetype=="mp3 "||filetype=="aac"||filetype=="swf"||filetype=="blip"||filetype=="dailymotion"||filetype=="flickr"||filetype=="googlevideo"||filetype=="metacafe"||filetype=="myspacetv"||filetype=="revver"||filetype=="rutube"||filetype=="seesmic"||filetype=="tudou"||filetype=="youku"||filetype=="youtube"||filetype=="Veoh"||filetype=="viddler"||filetype=="vimeo"||filetype=="12seconds"){if(playing==true){slideshow()}var e=new Fx.Morph("imagewrap",{duration:500,transition:Fx.Transitions.Expo.easeInOut,onComplete:function(){addImage(f)}});e.start({height:galleryimages[f]["height"],width:galleryimages[f]["width"],opacity:1,top:(((g.getCoordinates().height/2)-(galleryimages[f]["height"]/2))),left:(((g.getCoordinates().width/2)-(galleryimages[f]["width"]/2)))})}}});var c=new Fx.Morph("loading",{duration:200,transition:Fx.Transitions.Expo.easeInOut});a.start({opacity:0});b.start({opacity:0});c.start({opacity:1})}else{var b=new Fx.Morph("imgloader",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut,onComplete:function(){$("imgloader").empty();filetype=galleryimages[f]["filetype"];if(filetype=="image"){var e=new Fx.Morph("imagewrap",{duration:300,transition:Fx.Transitions.Expo.easeInOut,onComplete:function(){addImage(f)}});e.start({height:galleryimages[f]["height"],width:galleryimages[f]["width"],opacity:1,top:(((g.getCoordinates().height/2)-(galleryimages[f]["height"]/2))),left:(((g.getCoordinates().width/2)-(galleryimages[f]["width"]/2)))})}if(filetype=="flv "||filetype=="mov"||filetype=="mp4"||filetype=="mp3 "||filetype=="aac"||filetype=="swf"||filetype=="blip"||filetype=="dailymotion"||filetype=="flickr"||filetype=="googlevideo"||filetype=="metacafe"||filetype=="myspacetv"||filetype=="revver"||filetype=="rutube"||filetype=="seesmic"||filetype=="tudou"||filetype=="youku"||filetype=="youtube"||filetype=="Veoh"||filetype=="viddler"||filetype=="vimeo"||filetype=="12seconds"){if(playing==true){slideshow()}var e=new Fx.Morph("imagewrap",{duration:300,transition:Fx.Transitions.Expo.easeInOut,onComplete:function(){addImage(f)}});e.start({height:galleryimages[f]["height"],width:galleryimages[f]["width"],opacity:1,top:(((g.getCoordinates().height/2)-(galleryimages[f]["height"]/2))),left:(((g.getCoordinates().width/2)-(galleryimages[f]["width"]/2)))})}}});b.start({opacity:0})}}function nextprev(d,c){if(d=="previous"){var b=new Fx.Morph("previous",{duration:200,transition:Fx.Transitions.Expo.easeInOut});if(currentimage!=startImage){if(c=="enter"){b.start({opacity:1})}}if(c=="exit"&¤timage!=startImage){b.start({opacity:0.5})}}if(d=="next"){var a=new Fx.Morph("next",{duration:200,transition:Fx.Transitions.Expo.easeInOut});if(currentimage!=lastimage){if(c=="enter"){a.start({opacity:1})}}if(c=="exit"&¤timage!=lastimage){a.start({opacity:0.5})}}}function creategalleries(){var c=maingalleries.length-1;var b=function(d,j){var k=new Element("div",{"class":"gallery",id:"gallery"+d.gallerynum});var h=new Element("h3").set("html",d.name).injectInside(k);var e=new Element("img",{src:d.mainthumb+d.src,"class":"galleryimg",title:d.name,rel:d.description}).injectAfter(h);k.injectInside($("galleryset"));if(c==j){var g=$$(".galleryimg");var f=new Tips(g,{showDelay:100,hideDelay:100,offsets:{x:0,y:125},className:"tooltips",fixed:true,onShow:function(l){l.fade(1)},onHide:function(l){l.fade(0)}});$$(".gallery").addEvent("click",function(l){if(playing==true){slideshow()}var m=this.id;galleryID=""+m+"";galleries();galleryNum=Number(galleryID.slice(7));loadThumbs(galleryNum,"loadNew");movedamount=0})}};maingalleries.each(function(d,e){b(d,e)});var a=new Element("div",{"class":"clear"});a.inject($("galleryset"),"bottom")}function movethumbs(f){var e=$("thumbnails").getCoordinates().width-2;var g=setThumbWidth*(totalNumImages);var d=new Fx.Morph("thumbnailwrap",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});thisminusthat=g-e;if(f=="back"){if(!moving){moving=true;if(currentthumbpos!=0){move=(currentthumbpos+e);d.start({left:[currentthumbpos,move]}).addEvent("onComplete",function(){moving=false});currentthumbpos+=e;movedamount-=e}}}if(f=="more"){if(!moving){moving=true;move=(currentthumbpos-e);var c=new Fx.Morph("thumbgall",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});d.start({left:[currentthumbpos,move]}).addEvent("onComplete",function(){moving=false});currentthumbpos-=e;movedamount+=e}}thumbnailsviewable=$("thumbnails").getCoordinates().width;if(currentthumbpos==0){var b=new Fx.Morph("thumbleft",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});b.start({opacity:0,left:-40});var a=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});a.start({opacity:0.75,right:0})}else{if(movedamount<g-e){var b=new Fx.Morph("thumbleft",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});b.start({opacity:0.75,left:0});var a=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});a.start({opacity:0.75,right:0})}else{var b=new Fx.Morph("thumbleft",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});b.start({opacity:0.75,left:0});var a=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});a.start({opacity:0,right:-40})}}}function smallMessage(b,c,a){var d=new Fx.Morph("smallmessage",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});if(b=="show"){$("smallmessage").setStyles({opacity:0,bottom:-80,left:(($("images").getCoordinates().width/2)-(($("smallmessage").getCoordinates().width/2)))});$("smallmessage").set("text",c);d.start({bottom:(-80)+a,opacity:1})}if(b=="hide"){d.start({bottom:-80,opacity:0})}}function showInfo(a){var b=new Fx.Morph("imageinfo",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});if(showInfoType=="show"){showInfoType="hide";$("imageinfo").setStyles({"background-color":"#000",bottom:-300,width:"100%",opacity:0});b.start({bottom:(-300)+a,opacity:0.9})}else{if(showInfoType=="hide"){showInfoType="show";b.start({bottom:-300,opacity:0})}}}function loadLarge(){largeId=galleryimages[currentimage]["imgid"];var a=new Fx.Morph("lrgloader",{duration:transitionspeed});var c="<img src='"+galleryimages[largeId]["lrgpath"]+galleryimages[largeId]["src"]+"' id='imgsrc' title='"+galleryimages[largeId]["title"]+"' />";$("lrgloader").set("html",c);a.start({opacity:0.99999});var b=new Fx.Morph("closebtn",{duration:500,transition:Fx.Transitions.Expo.easeInOut});b.start({opacity:1})}function slideshow(){if(playing==false){$("slideshow").set("html",'<img src="'+designPath+'pause.png" alt="'+pauseText+'" title="'+pauseText+'" class="controls" border="0" align="absmiddle" />');playing=true;pp="play";var f=$$(".controls");var d=new Tips(f,{showDelay:100,hideDelay:100,offsets:{x:8,y:8},title:"title",text:null,className:"minitooltips",fixed:false,onShow:function(h){h.fade(1)},onHide:function(h){h.fade(0)}});var g=new Fx.Morph(""+currentimage+"",{duration:500,transition:Fx.Transitions.Expo.easeInOut});g.start({"border-color":"#FFF","background-color":"#FFF",opacity:0.5});if(currentimage!=lastimage){nextImage=currentimage+1;thumbinview=$("thumbnails").getCoordinates().width;maxThumbsVisible=Math.floor(thumbinview/setThumbWidth);thumbsMod=(nextImage+1)%maxThumbsVisible;if((nextImage+1)>=maxThumbsVisible&&thumbsMod==1||maxThumbsVisible==1){movethumbs("more")}}else{var e=new Fx.Morph("thumbnailwrap",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});e.start({left:[currentthumbpos,0]}).addEvent("onComplete",function(){moving=false});currentthumbpos=0;nextImage=startImage;if(currentthumbpos==0){var b=new Fx.Morph("thumbleft",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});b.start({opacity:0,left:-40});var a=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});a.start({opacity:0.75,right:0})}else{if(movedamount<thumbBoxWidth-moveamount){var b=new Fx.Morph("thumbleft",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});b.start({opacity:0.75,left:0});var a=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});a.start({opacity:0.75,right:0})}else{var b=new Fx.Morph("thumbleft",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});b.start({opacity:0.75,left:0});var a=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});a.start({opacity:0,right:-40})}}}imagenumber=$(""+nextImage+"").get("rel");$("numOf").set("text",imagenumber+" of ").inject("photoNum","top");loadimage(nextImage)}else{c=$clear(timer);$("slideshow").set("html",'<img src="'+designPath+'play.png" alt="'+playText+'" title="'+playText+'" class="controls" border="0" align="absmiddle" />');playing=false;pp="pause";var f=$$(".controls");var d=new Tips(f,{showDelay:100,hideDelay:100,offsets:{x:8,y:8},title:"title",text:null,className:"minitooltips",fixed:false,onShow:function(h){h.fade(1)},onHide:function(h){h.fade(0)}})}var c=function(){if(currentimage!=lastimage){nextImage=currentimage+1;thumbinview=$("thumbnails").getCoordinates().width;maxThumbsVisible=Math.floor(thumbinview/setThumbWidth);thumbsMod=(nextImage+1)%maxThumbsVisible;if((nextImage+1)>=maxThumbsVisible&&thumbsMod==1||maxThumbsVisible==1){movethumbs("more")}}if(currentimage!=lastimage&&pp=="play"){var k=new Fx.Morph(""+currentimage+"",{duration:500,transition:Fx.Transitions.Expo.easeInOut});k.start({"border-color":"#FFF","background-color":"#FFF",opacity:0.5});imagenumber=$(""+nextImage+"").get("rel");$("numOf").set("text",imagenumber+" of ").inject("photoNum","top");loadimage(nextImage)}else{c=$clear(timer);$("slideshow").set("html",'<img src="'+designPath+'play.png" alt="'+playText+'" title="'+playText+'" class="controls" border="0" align="absmiddle" />');playing=false;pp="pause";var j=$$(".controls");var h=new Tips(j,{showDelay:100,hideDelay:100,offsets:{x:8,y:8},title:"title",text:null,className:"minitooltips",fixed:false,onShow:function(l){l.fade(1)},onHide:function(l){l.fade(0)}})}};timer=c.periodical(slideshowtime)}function showthumbbox(){if(openclose!=false){minusThumb=$("thumbbox").getCoordinates().height;minusControls=$("controls").getCoordinates().height;var b=new Fx.Morph("gallery",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});var a=new Fx.Morph("thumbbox",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});if(showThumbs=="show"){showThumbs="hide";a.start({opacity:1});b.start({height:galleryHeight});slidesHidden=false}else{if(showThumbs=="hide"){showThumbs="show";a.start({opacity:0});b.start({height:(galleryHeight)-(minusThumb)});slidesHidden=true}}}}var resizeTimeout;prepareResize=function(){$clear(resizeTimeout);resizeTimeout=realResize.delay(300)};function createBackDrop(){if(largeHtmlIsCreated==null||largeHtmlIsCreated==""){var d=new Element("div",{id:"largeimage"}).injectInside(document.body);var b=new Element("div",{id:"lrgwrap","class":"close"}).injectInside("largeimage");var f=new Element("div",{id:"closebtn","class":"close"}).injectInside("largeimage");var c=new Element("div",{id:"lrgloader"}).injectInside("lrgwrap");var d=new Element("div",{id:"backdrop","class":"close"}).injectInside(document.body);$("largeimage").set("opacity",0);$("closebtn").set("opacity",0);$("largeimage").setStyles({height:0,width:0,opacity:0,top:($("gallery").getCoordinates().height)-50,left:(window.getWidth()/2)});$("backdrop").set("opacity",0);$("backdrop").setStyles({height:0,width:0,opacity:0,top:($("gallery").getCoordinates().height/2)-50,left:(window.getWidth()/2)});$$(".close").addEvent("click",function(){largeIsOpen=false;$clear(resizeTimeout);var g=new Fx.Morph("closebtn",{duration:500,transition:Fx.Transitions.Expo.easeInOut,onComplete:function(){$("lrgloader").empty();var j=new Fx.Morph("lrgwrap",{duration:500,transition:Fx.Transitions.Expo.easeInOut});var h=new Fx.Morph("largeimage",{duration:500,transition:Fx.Transitions.Expo.easeInOut});var k=new Fx.Morph("backdrop",{duration:1000,transition:Fx.Transitions.Expo.easeInOut,onComplete:function(){$("backdrop").setStyles({height:0,width:0,opacity:0,top:($("imagewrap").getCoordinates().height/2)+50,left:(window.getWidth()/2)})}});j.start({height:0,width:0,opacity:0});h.start({height:0,width:0,opacity:0,top:($("imagewrap").getCoordinates().height/2)+50,left:(window.getWidth()/2)});k.start({opacity:0})}});g.start({opacity:0})});largeHtmlIsCreated=true}if(galleryimages[currentimage]["lrgheight"]&&galleryimages[currentimage]["lrgwidth"]){var a=new Fx.Morph("loading",{duration:200,transition:Fx.Transitions.Expo.easeInOut});a.start({opacity:1});$("backdrop").setStyles({opacity:0,height:window.getScrollHeight(),width:"100%",top:0,left:0});var e=new Fx.Morph("backdrop",{duration:500,transition:Fx.Transitions.Expo.easeInOut,onComplete:function(){largeIsOpen=true;new Asset.image(galleryimages[currentimage]["lrgpath"]+galleryimages[currentimage]["src"],{onload:function(){var j=new Fx.Morph("loading",{duration:200,transition:Fx.Transitions.Expo.easeInOut});var h=new Fx.Morph("lrgwrap",{duration:500,transition:Fx.Transitions.Expo.easeInOut});var g=new Fx.Morph("largeimage",{duration:500,transition:Fx.Transitions.Expo.easeInOut});j.start({opacity:0});h.start({width:galleryimages[currentimage]["lrgwidth"],height:galleryimages[currentimage]["lrgheight"],opacity:1});g.start({width:galleryimages[currentimage]["lrgwidth"],height:galleryimages[currentimage]["lrgheight"],opacity:1,top:window.getScroll().y+20,left:((window.getWidth()/2)-(galleryimages[currentimage]["lrgwidth"]/2))}).addEvent("onComplete",function(){$("lrgloader").empty();var k=new Fx.Morph("lrgloader",{duration:500,transition:Fx.Transitions.Expo.easeInOut});k.start({opacity:0,width:galleryimages[currentimage]["lrgwidth"],height:galleryimages[currentimage]["lrgheight"],top:((($("largeimage").getCoordinates().height/2)-(galleryimages[currentimage]["lrgheight"]/2))),left:((($("largeimage").getCoordinates().width/2)-(galleryimages[currentimage]["lrgwidth"]/2)))}).addEvent("onComplete",function(){loadLarge()})})}})}});e.start({opacity:0.5});window.addEvent("resize",prepareResize);realResize=function(){var h=new Fx.Morph("backdrop",{duration:100,transition:Fx.Transitions.Expo.easeInOut,onComplete:function(){}});var g=new Fx.Morph("largeimage",{duration:100,transition:Fx.Transitions.Expo.easeInOut});h.start({opacity:0.5,height:window.getScrollHeight()});g.start({top:window.getScroll().y+20,left:((window.getWidth()/2)-(galleryimages[currentimage]["lrgwidth"]/2))})};$(window.document).addEvent("keydown",function(h){if(h.key=="esc"&&largeIsOpen==true){largeIsOpen=false;$clear(resizeTimeout);var g=new Fx.Morph("closebtn",{duration:500,transition:Fx.Transitions.Expo.easeInOut,onComplete:function(){$("lrgloader").empty();var k=new Fx.Morph("lrgwrap",{duration:500,transition:Fx.Transitions.Expo.easeInOut});var j=new Fx.Morph("largeimage",{duration:500,transition:Fx.Transitions.Expo.easeInOut});var l=new Fx.Morph("backdrop",{duration:1000,transition:Fx.Transitions.Expo.easeInOut,onComplete:function(){$("backdrop").setStyles({height:0,width:0,opacity:0,top:($("imagewrap").getCoordinates().height/2)+50,left:(window.getWidth()/2)})}});k.start({height:0,width:0,opacity:0});j.start({height:0,width:0,opacity:0,top:($("imagewrap").getCoordinates().height/2)+50,left:(window.getWidth()/2)});l.start({opacity:0})}});g.start({opacity:0})}})}}window.addEvent("domready",function(){$("slideshow").addEvent("click",function(){slideshow()});$("showthumbbox").addEvent("click",function(){showthumbbox()});$("showinfo").addEvent("click",function(){showInfo(135)});$("opengallery").addEvent("click",function(){galleries()});$("previous").addEvent("mouseenter",function(){nextprev("previous","enter");var d=new Fx.Morph("thumbnailPopUp",{duration:50,transition:Fx.Transitions.Expo.easeInOut});d.start({opacity:0})});$("images").addEvent("mouseenter",function(){nextprev("previous","exit");nextprev("next","exit");var d=new Fx.Morph("thumbnailPopUp",{duration:50,transition:Fx.Transitions.Expo.easeInOut});d.start({opacity:0});var f=new Fx.Morph("thumbleft",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});f.start({opacity:0.75});var e=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});e.start({opacity:0.75})});$("controls").addEvent("mouseenter",function(){nextprev("previous","exit");nextprev("next","exit");var d=new Fx.Morph("thumbnailPopUp",{duration:50,transition:Fx.Transitions.Expo.easeInOut});d.start({opacity:0})});$("previous").addEvent("mouseleave",function(){nextprev("previous","exit");nextprev("next","exit")});$("next").addEvent("mouseenter",function(){nextprev("next","enter");nextprev("previous","exit");var d=new Fx.Morph("thumbnailPopUp",{duration:50,transition:Fx.Transitions.Expo.easeInOut});d.start({opacity:0})});$("next").addEvent("mouseleave",function(){nextprev("next","exit");nextprev("previous","exit")});$("thumbleft").addEvent("mouseleave",function(){var e=new Fx.Morph("thumbleft",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});e.start({opacity:0.75});var d=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});d.start({opacity:0.75})});$("thumbleft").addEvent("mouseenter",function(){var f=new Fx.Morph("thumbleft",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});f.start({opacity:1});var d=new Fx.Morph("thumbnailPopUp",{duration:50,transition:Fx.Transitions.Expo.easeInOut});d.start({opacity:0});var e=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});e.start({opacity:0.75})});$("thumbright").addEvent("mouseleave",function(){var d=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});d.start({opacity:0.75})});$("thumbright").addEvent("mouseenter",function(){var f=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});f.start({opacity:1});var d=new Fx.Morph("thumbnailPopUp",{duration:50,transition:Fx.Transitions.Expo.easeInOut});d.start({opacity:0});var e=new Fx.Morph("thumbleft",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});e.start({opacity:0.75})});$("thumbleft").addEvent("click",function(){movethumbs("back")});$("thumbright").addEvent("click",function(){movethumbs("more")});$("thumbnailwrap").addEvent("mouseleave",function(){var d=new Fx.Morph("thumbnailPopUp",{duration:50,transition:Fx.Transitions.Expo.easeInOut});d.start({opacity:0})});var a=new Asset.image(designPath+"pause.png");galleryHeight=$("gallery").getCoordinates().height;$("imgloader").addEvent("click",function(){createBackDrop()});$("imgloader").addEvent("mouseenter",function(){if(galleryimages[currentimage]["lrgheight"]&&galleryimages[currentimage]["lrgwidth"]){smallMessage("show","Click Image to Enlarge",25)}});$("imgloader").addEvent("mouseleave",function(){if(galleryimages[currentimage]["lrgheight"]&&galleryimages[currentimage]["lrgwidth"]){smallMessage("hide")}if(currentimage!=0){var f=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});f.start({opacity:0.75});var d=new Fx.Morph("thumbnailPopUp",{duration:50,transition:Fx.Transitions.Expo.easeInOut});d.start({opacity:0});var e=new Fx.Morph("thumbleft",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});e.start({opacity:0.75})}if(currentimage!=lastimage){var e=new Fx.Morph("thumbleft",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});e.start({opacity:0.75});var d=new Fx.Morph("thumbnailPopUp",{duration:50,transition:Fx.Transitions.Expo.easeInOut});d.start({opacity:0});var f=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});f.start({opacity:0.75})}});$("fsbox").setStyles({left:($("gallery").getCoordinates().width/2)-($("fsbox").getCoordinates().width/2)});$("previous").set("opacity",0.5);$("next").set("opacity",0.5);creategalleries();loadThumbs(0,"loadNew");$("imagewrap").set("opacity",0);thumbSizing=$("1").getCoordinates().width;thumbRightMargin=$("1").getStyle("margin-right").toInt();thumbLeftMargin=$("1").getStyle("margin-left").toInt();setThumbWidth=Number(thumbSizing+thumbRightMargin+thumbLeftMargin);thumbWidth=Number(setThumbWidth);var c=$$(".controls");var b=new Tips(c,{showDelay:100,hideDelay:100,offsets:{x:8,y:8},title:"title",text:null,className:"minitooltips",fixed:false,onShow:function(d){d.fade(1)},onHide:function(d){d.fade(0)}});$(window.document).addEvent("keydown",function(d){if(d.key=="space"&&playing==true){slideshow()}if(d.key=="esc"&&playing==true){slideshow()}if(d.key=="esc"&&openclose==false){galleries()}})}); 19.8 + placeTitle=galleryimages[e]["title"] 19.9 + } 19.10 + var j=new Fx.Morph("fsbox",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut, 19.11 + onComplete:function(){ 19.12 + var p=galleryimages[e]["paytype"]; 19.13 + if(p=="paypal") 19.14 + { 19.15 + var robMac=galleryimages[e]["ButtonID"]; 19.16 + 19.17 + numOfPrices=galleryimages[e]["numOfPrices"]; 19.18 + paypalform=""; 19.19 + paypalform+='<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">'; 19.20 + paypalform+=' <input type="hidden" name="cmd" value="_s-xclick">'; 19.21 + paypalform+=' <input type="hidden" name="hosted_button_id" value="'+robMac+'">'; 19.22 + paypalform+=' <img src="'+thumbPath+galleryimages[e]["src"]+'" border="0" class="forsalethumb" align="left" />'; 19.23 + paypalform+=" <strong>Buy: "+placeTitle+"</strong><br />"; 19.24 + paypalform+=" "+purchaseOf+placeTitle+shipinginfoshort+"<br />"; 19.25 + paypalform+=" <table>"; 19.26 + paypalform+=' <tr><td><input type="hidden" name="on0" value="'+galleryimages[e]["src"]+" - "+paypalSelectText+'">'+galleryimages[e]["src"]+" -"+paypalSelectText+'</td></tr><tr><td><select name="os0">';for(i=1;i<=numOfPrices;i++){if(galleryimages[e]["pricecurrency"+i+""]=="€"){pricingFormat=+""+galleryimages[e]["price"+i+""]+""+galleryimages[e]["pricecurrencysymbol"+i+""]}else{pricingFormat=galleryimages[e]["pricecurrencysymbol"+i+""]+""+galleryimages[e]["price"+i+""]}paypalform+='<option value="'+galleryimages[e]["pricesize"+i+""]+'">'+galleryimages[e]["pricesize"+i+""]+" "+pricingFormat+""}paypalform+=" </select> </td></tr>";paypalform+=" </table>";paypalform+=' <input type="hidden" name="currency_code" value="'+galleryimages[e]["pricecurrency"+i+""]+'">';paypalform+=' <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">';paypalform+=' <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">';paypalform+="</form>";$("forsale").set("html",paypalform)}if(p=="google"){numOfPrices=galleryimages[e]["numOfPrices"];googleform="";googleform+='<form action="https://checkout.google.com/api/checkout/v2/checkoutForm/Merchant/'+merchantId+'" id="BB_BuyButtonForm" method="post" name="BB_BuyButtonForm">';googleform+='<img src="'+thumbPath+galleryimages[e]["src"]+'" border="0" class="forsalethumb" align="left" />';googleform+="<strong>Buy: "+placeTitle+"</strong>";googleform+="<br />";googleform+=purchaseOf+placeTitle+shipinginfoshort+"<br />";googleform+=selectSizes+": ";googleform+='<select name="item_selection_1">';for(i=1;i<=numOfPrices;i++){if(galleryimages[e]["pricecurrency"+i+""]=="€"){pricingFormat=galleryimages[e]["price"+i+""]+" "+galleryimages[e]["pricecurrencysymbol"+i+""]}else{pricingFormat=galleryimages[e]["pricecurrencysymbol"+i+""]+""+galleryimages[e]["price"+i+""]}googleform+=' <option value="'+i+'">'+galleryimages[e]["pricesize"+i+""]+" - "+pricingFormat+"</option>"}googleform+="</select><br />";for(i=1;i<=numOfPrices;i++){googleform+='<input name="item_option_name_'+i+'" type="hidden" value="'+galleryimages[e]["pricesize"+i+""]+' Print"/>';googleform+='<input name="item_option_price_'+i+'" type="hidden" value="'+galleryimages[e]["price"+i+""]+'"/>';googleform+='<input name="item_option_description_'+i+'" type="hidden" value="'+galleryimages[e]["pricesize"+i+""]+" "+placeTitle+'"/>';googleform+='<input name="item_option_quantity_'+i+'" type="hidden" value="1"/>';googleform+='<input name="item_option_currency_'+i+'" type="hidden" value="'+galleryimages[e]["pricecurrency"+i+""]+'"/>'}googleform+='<input alt="" src="https://checkout.google.com/buttons/buy.gif?merchant_id='+merchantId+'&w=121&h=44&style=trans&variant=text&loc=en_US" type="image"/>';googleform+="</form><hr /><br />";$("forsale").set("html",googleform)}$("fsbutton").addEvent("click",function(){openforsale();var q=new Fx.Morph("thumbnailPopUp",{duration:50,transition:Fx.Transitions.Expo.easeInOut});q.start({opacity:0})})}});j.start({opacity:1,bottom:-277});var l=new Fx.Morph("fsclose",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});l.start({opacity:0})}}});var c=new Fx.Morph(""+e+"",{duration:100,transition:Fx.Transitions.linear});c.start({"border-color":"#FFF","background-color":"#FFF",opacity:1});d.start({opacity:1});g.start({opacity:0});var a=new Fx.Morph("loading",{duration:200,onComplete:function(){}});a.start({opacity:0})}function setThumbClick(a){thumbPath=maingalleries[a]["thumbpath"];imagenumber=Number(1);$$(".thumbnail").addEvent("click",function(f){if(playing==true){slideshow()}if(!busy){if(filetype!="image"){$("imgloader").empty()}busy=true;var g=this.id;imagenumber=this.get("rel");imagenumber=Number(imagenumber);$("numOf").set("text",imagenumber+" of ").inject("photoNum","top");var b=Number(galleryimages[g]["imgid"]);loadimage(Number(g),Number(imagenumber));var d=new Fx.Morph(""+previousid+"",{duration:500,transition:Fx.Transitions.Expo.easeInOut});d.start({"border-color":"#FFF","background-color":"#FFF",opacity:0.5});var c=new Fx.Morph(g,{duration:500,transition:Fx.Transitions.linear});c.start({"border-color":"#FFF","background-color":"#FFF",opacity:1});previousid=b}});$("next").addEvent("click",function(c){if(playing==true){slideshow()}if(!busy){busy=true;nextnum=Number(currentimage+1);imagenumber=Number(imagenumber+1);realNum=$(""+nextnum+"").get("rel");$("numOf").set("text",realNum+" of ").inject("photoNum","top");loadimage(nextnum,imagenumber);var b=new Fx.Morph(""+currentimage+"",{duration:500,transition:Fx.Transitions.Expo.easeInOut});b.start({"border-color":"#FFF","background-color":"#FFF",opacity:0.5});thumbinview=$("thumbnails").getCoordinates().width;maxThumbsVisible=Math.floor(thumbinview/setThumbWidth);thumbsMod=imagenumber%maxThumbsVisible;if(imagenumber>=maxThumbsVisible&&thumbsMod==1||maxThumbsVisible==1){movethumbs("more")}currentimage=Number(galleryimages[nextnum]["imgid"]);previousid=currentimage}});$("previous").addEvent("click",function(c){if(playing==true){slideshow()}if(!busy){thumbinview=$("thumbnails").getCoordinates().width;maxThumbsVisible=Math.floor(thumbinview/setThumbWidth);thumbsMod=(imagenumber)%maxThumbsVisible;if(imagenumber>=maxThumbsVisible&&thumbsMod==1||maxThumbsVisible==1){movethumbs("back")}previousnum=Number(currentimage-1);busy=true;imagenumber=Number(imagenumber-1);realNum=$(""+previousnum+"").get("rel");$("numOf").set("text",realNum+" of ").inject("photoNum","top");loadimage(""+previousnum+"",imagenumber);var b=new Fx.Morph(""+currentimage+"",{duration:500,transition:Fx.Transitions.Expo.easeInOut});b.start({"border-color":"#FFF","background-color":"#FFF",opacity:0.5});currentimage=Number(galleryimages[previousnum]["imgid"]);previousid=currentimage}});$(window.document).addEvent("keydown",function(c){if(c.key=="right"&¤timage!=lastimage){if(playing==true){slideshow()}if(!busy){busy=true;nextnum=Number(currentimage+1);imagenumber=Number(imagenumber+1);realNum=$(""+nextnum+"").get("rel");$("numOf").set("text",realNum+" of ").inject("photoNum","top");loadimage(nextnum,imagenumber);var b=new Fx.Morph(""+currentimage+"",{duration:500,transition:Fx.Transitions.Expo.easeInOut});b.start({"border-color":"#FFF","background-color":"#FFF",opacity:0.5});thumbinview=$("thumbnails").getCoordinates().width;maxThumbsVisible=Math.floor(thumbinview/setThumbWidth);thumbsMod=imagenumber%maxThumbsVisible;if(imagenumber>=maxThumbsVisible&&thumbsMod==1||maxThumbsVisible==1){movethumbs("more")}currentimage=Number(galleryimages[nextnum]["imgid"]);previousid=currentimage}}if(c.key=="left"&¤timage!=0){if(playing==true){slideshow()}if(!busy){thumbinview=$("thumbnails").getCoordinates().width;maxThumbsVisible=Math.floor(thumbinview/setThumbWidth);thumbsMod=(imagenumber)%maxThumbsVisible;if(imagenumber>=maxThumbsVisible&&thumbsMod==1||maxThumbsVisible==1){movethumbs("back")}previousnum=Number(currentimage-1);busy=true;imagenumber=Number(imagenumber-1);realNum=$(""+previousnum+"").get("rel");$("numOf").set("text",realNum+" of ").inject("photoNum","top");loadimage(""+previousnum+"",imagenumber);var b=new Fx.Morph(""+currentimage+"",{duration:500,transition:Fx.Transitions.Expo.easeInOut});b.start({"border-color":"#FFF","background-color":"#FFF",opacity:0.5});currentimage=Number(galleryimages[previousnum]["imgid"]);previousid=currentimage}}});$$(".thumbnail").addEvent("mouseenter",function(){myid=this.id;var d=galleryimages[myid]["filetype"];var c=new Fx.Morph("thumbnailPopUp",{duration:25,transition:Fx.Transitions.Expo.easeInOut,onComplete:function(){$("thumbnailPopUp").empty();if(d=="image"){var f=new Element("img",{src:thumbPath+galleryimages[myid]["src"],id:"thumbPop"}).inject($("thumbnailPopUp"))}else{var f=new Element("img",{src:galleryimages[myid]["src"],id:"thumbPop"}).inject($("thumbnailPopUp"))}myX=$("gallery").getCoordinates().width;myY=$("images").getCoordinates().height;myImgWidth=$("thumbPop").getCoordinates().width;myImgHeight=$("thumbPop").getCoordinates().height;myNewX=((myX/2)-(myImgWidth/2));myNewY=(myY-(myImgHeight/2))-(($("thumbnailPopUp").getCoordinates().height/2)+6);if(animatingPop!=true){animatingPop=true;var e=function(){$("thumbnailPopUp").setStyles({position:"absolute",top:(myNewY),left:myNewX,visibility:"hidden"});var g=new Fx.Morph("thumbnailPopUp",{duration:200,transition:Fx.Transitions.Expo.easeOut,onComplete:function(){animatingPop=false}});g.start({top:myNewY,left:myNewX,opacity:1})};e.delay(250)}}});c.start({opacity:0});if(myid!=currentimage){var b=new Fx.Morph(myid,{duration:100,transition:Fx.Transitions.Expo.easeInOut});b.start({"border-color":"#FFF","background-color":"#FFF",opacity:1})}});$$(".thumbnail").addEvent("mouseleave",function(){myid=this.id;var c=new Fx.Morph("thumbnailPopUp",{duration:50,transition:Fx.Transitions.Expo.easeInOut});c.start({opacity:0});if(myid!=currentimage){var b=new Fx.Morph(myid,{duration:50,transition:Fx.Transitions.Expo.easeInOut});b.start({"border-color":"#FFF","background-color":"#FFF",opacity:0.5})}})}function loadThumbs(l,b){var e=$("thumbnailwrap");thumbnailNumberPos=1;totalNumImages=0;totalNumMedia=0;totalNumQuicktime=0;$("thumbnailwrap").empty();startImage=maingalleries[l]["start"];endImage=maingalleries[l]["end"];thumbPath=maingalleries[l]["thumbpath"];lastimage=maingalleries[l]["end"];currentGallery=maingalleries[l]["gallerynum"];currentimage=Number(galleryimages[startImage]["imgid"]);previousid=Number(startImage);busy=false;for(i=startImage;i<=endImage;i++){filetype=galleryimages[i]["filetype"];if(totalthumbsvisible<$("thumbnails").getCoordinates().width-setThumbWidth){totalthumbsvisible+=setThumbWidth}thumbWidth+=setThumbWidth;e.setStyles({width:thumbWidth});var a=i;if(filetype=="image"){var c=new Element("div",{"class":"thumbnail",id:galleryimages[i]["imgid"],rel:thumbnailNumberPos});var f=new Element("img",{src:thumbPath+galleryimages[i]["src"],rel:" ","class":" controls",title:galleryimages[i]["title"]}).injectInside(c);totalNumImages++}if(filetype=="flv "||filetype=="mov"||filetype=="mp4"||filetype=="mp3 "||filetype=="aac"||filetype=="swf"||filetype=="blip"||filetype=="dailymotion"||filetype=="flickr"||filetype=="googlevideo"||filetype=="metacafe"||filetype=="myspacetv"||filetype=="revver"||filetype=="rutube"||filetype=="seesmic"||filetype=="tudou"||filetype=="youku"||filetype=="youtube"||filetype=="Veoh"||filetype=="viddler"||filetype=="vimeo"||filetype=="12seconds"){var c=new Element("div",{"class":"thumbnail",id:galleryimages[i]["imgid"],rel:thumbnailNumberPos});var f=new Element("img",{src:galleryimages[i]["src"],"class":" controls",title:galleryimages[i]["title"]}).injectInside(c);totalNumMedia++}if(totalNumMedia>1){flashCount=totalNumMedia+" Media Files | "}else{if(totalNumMedia==1){flashCount=totalNumMedia+" Media File | "}else{flashCount=""}}$("flashNum").set("html",flashCount);if(totalNumImages>1){imagecountHTML=totalNumImages+" Photos | "}else{if(totalNumImages==1){imagecountHTML=totalNumImages+" Photo | "}else{imagecountHTML=""}}$("photoNum").set("html",'<span id="numOf">1 of </span>'+imagecountHTML);c.injectInside($("thumbnailwrap"));thumbnailNumberPos++;$(""+i+"").setStyles({opacity:0});var g=new Fx.Morph(""+i+"",{duration:100,transition:Fx.Transitions.Expo.easeInOut,wait:true});if(i==0){g.start({opacity:1})}else{g.start({opacity:0.5})}if(i==endImage){thumbnailsviewable=Math.floor($("thumbnails").getCoordinates().width);if(thumbWidth>thumbnailsviewable){var d=new Fx.Morph("thumbleft",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});d.start({opacity:0,left:-40});var h=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});h.start({opacity:0.75,right:0})}else{var d=new Fx.Morph("thumbleft",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});d.start({opacity:0,left:-40});var h=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});h.start({opacity:0,right:-40})}if(b=="loadNew"){e.setStyles({left:0});currentthumbpos=0;loadimage(Number(startImage))}setThumbClick(l)}var j=$$(".controls");var k=new Tips(j,{showDelay:100,hideDelay:100,offsets:{x:8,y:8},title:"title",text:null,className:"minitooltips",fixed:false,onShow:function(m){m.fade(1)},onHide:function(m){m.fade(0)}})}}function galleries(){var c=new Fx.Morph("thumbnailPopUp",{duration:50,transition:Fx.Transitions.Expo.easeInOut});c.start({opacity:0});if(playing==true){slideshow()}var b=new Fx.Morph("galleries",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});var a=new Fx.Morph("fsbox",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});filetype=galleryimages[currentimage]["filetype"];galleryheight=$("gallery").getCoordinates().height;hiddenGalpas=(galleryheight-$("controls").getCoordinates().height);controlHeight=$("controls").getCoordinates().height;if(openclose==true){if(filetype!="image"){$("imgloader").setStyle("visibility","hidden")}b.start({bottom:[-galleryheight,controlHeight]});if(slidesHidden==true){showthumbbox()}openclose=false;a.start({opacity:0})}else{closinggalleries=true;b.start({bottom:-(hiddenGalpas-1)}).addEvent("onComplete",function(){if(closinggalleries==true){if(filetype!="image"){$("imgloader").setStyle("visibility","visible");closinggalleries=false}}});a.start({opacity:1});openclose=true}}function loadimage(f,d){fsisopen="closed";var h=new Fx.Morph("fsbox",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});h.start({opacity:0,bottom:-305});if(f==startImage){$("previous").setStyles({visibility:"hidden"});prevHidden=true}else{$("previous").setStyles({visibility:"visible"});prevHidden=false}if(f==lastimage){$("next").setStyles({visibility:"hidden"});nextHidden=true}else{$("next").setStyles({visibility:"visible"});nextHidden=false}var g=$("images");var j=$("loading");var k=$("gallery");$("loading").setStyles({position:"absolute",opacity:0,left:(k.getCoordinates().width/2)-(j.getCoordinates().width/2),top:(g.getCoordinates().height/2)-(j.getCoordinates().height/2)});if(imagesloaded[f]!=f){imagesloaded[f]=f;var a=new Fx.Morph("infoloader",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});var b=new Fx.Morph("imgloader",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut,onComplete:function(){$("imgloader").empty();filetype=galleryimages[f]["filetype"];if(filetype=="image"){new Asset.image(galleryimages[f]["path"]+galleryimages[f]["src"],{onload:function(){var l=new Fx.Morph("imagewrap",{duration:500,transition:Fx.Transitions.Expo.easeInOut,onComplete:function(){addImage(f)}});l.start({height:galleryimages[f]["height"],width:galleryimages[f]["width"],opacity:1,top:(((g.getCoordinates().height/2)-(galleryimages[f]["height"]/2))),left:(((g.getCoordinates().width/2)-(galleryimages[f]["width"]/2)))})}})}if(filetype=="flv "||filetype=="mov"||filetype=="mp4"||filetype=="mp3 "||filetype=="aac"||filetype=="swf"||filetype=="blip"||filetype=="dailymotion"||filetype=="flickr"||filetype=="googlevideo"||filetype=="metacafe"||filetype=="myspacetv"||filetype=="revver"||filetype=="rutube"||filetype=="seesmic"||filetype=="tudou"||filetype=="youku"||filetype=="youtube"||filetype=="Veoh"||filetype=="viddler"||filetype=="vimeo"||filetype=="12seconds"){if(playing==true){slideshow()}var e=new Fx.Morph("imagewrap",{duration:500,transition:Fx.Transitions.Expo.easeInOut,onComplete:function(){addImage(f)}});e.start({height:galleryimages[f]["height"],width:galleryimages[f]["width"],opacity:1,top:(((g.getCoordinates().height/2)-(galleryimages[f]["height"]/2))),left:(((g.getCoordinates().width/2)-(galleryimages[f]["width"]/2)))})}}});var c=new Fx.Morph("loading",{duration:200,transition:Fx.Transitions.Expo.easeInOut});a.start({opacity:0});b.start({opacity:0});c.start({opacity:1})}else{var b=new Fx.Morph("imgloader",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut,onComplete:function(){$("imgloader").empty();filetype=galleryimages[f]["filetype"];if(filetype=="image"){var e=new Fx.Morph("imagewrap",{duration:300,transition:Fx.Transitions.Expo.easeInOut,onComplete:function(){addImage(f)}});e.start({height:galleryimages[f]["height"],width:galleryimages[f]["width"],opacity:1,top:(((g.getCoordinates().height/2)-(galleryimages[f]["height"]/2))),left:(((g.getCoordinates().width/2)-(galleryimages[f]["width"]/2)))})}if(filetype=="flv "||filetype=="mov"||filetype=="mp4"||filetype=="mp3 "||filetype=="aac"||filetype=="swf"||filetype=="blip"||filetype=="dailymotion"||filetype=="flickr"||filetype=="googlevideo"||filetype=="metacafe"||filetype=="myspacetv"||filetype=="revver"||filetype=="rutube"||filetype=="seesmic"||filetype=="tudou"||filetype=="youku"||filetype=="youtube"||filetype=="Veoh"||filetype=="viddler"||filetype=="vimeo"||filetype=="12seconds"){if(playing==true){slideshow()}var e=new Fx.Morph("imagewrap",{duration:300,transition:Fx.Transitions.Expo.easeInOut,onComplete:function(){addImage(f)}});e.start({height:galleryimages[f]["height"],width:galleryimages[f]["width"],opacity:1,top:(((g.getCoordinates().height/2)-(galleryimages[f]["height"]/2))),left:(((g.getCoordinates().width/2)-(galleryimages[f]["width"]/2)))})}}});b.start({opacity:0})}}function nextprev(d,c){if(d=="previous"){var b=new Fx.Morph("previous",{duration:200,transition:Fx.Transitions.Expo.easeInOut});if(currentimage!=startImage){if(c=="enter"){b.start({opacity:1})}}if(c=="exit"&¤timage!=startImage){b.start({opacity:0.5})}}if(d=="next"){var a=new Fx.Morph("next",{duration:200,transition:Fx.Transitions.Expo.easeInOut});if(currentimage!=lastimage){if(c=="enter"){a.start({opacity:1})}}if(c=="exit"&¤timage!=lastimage){a.start({opacity:0.5})}}}function creategalleries(){var c=maingalleries.length-1;var b=function(d,j){var k=new Element("div",{"class":"gallery",id:"gallery"+d.gallerynum});var h=new Element("h3").set("html",d.name).injectInside(k);var e=new Element("img",{src:d.mainthumb+d.src,"class":"galleryimg",title:d.name,rel:d.description}).injectAfter(h);k.injectInside($("galleryset"));if(c==j){var g=$$(".galleryimg");var f=new Tips(g,{showDelay:100,hideDelay:100,offsets:{x:0,y:125},className:"tooltips",fixed:true,onShow:function(l){l.fade(1)},onHide:function(l){l.fade(0)}});$$(".gallery").addEvent("click",function(l){if(playing==true){slideshow()}var m=this.id;galleryID=""+m+"";galleries();galleryNum=Number(galleryID.slice(7));loadThumbs(galleryNum,"loadNew");movedamount=0})}};maingalleries.each(function(d,e){b(d,e)});var a=new Element("div",{"class":"clear"});a.inject($("galleryset"),"bottom")}function movethumbs(f){var e=$("thumbnails").getCoordinates().width-2;var g=setThumbWidth*(totalNumImages);var d=new Fx.Morph("thumbnailwrap",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});thisminusthat=g-e;if(f=="back"){if(!moving){moving=true;if(currentthumbpos!=0){move=(currentthumbpos+e);d.start({left:[currentthumbpos,move]}).addEvent("onComplete",function(){moving=false});currentthumbpos+=e;movedamount-=e}}}if(f=="more"){if(!moving){moving=true;move=(currentthumbpos-e);var c=new Fx.Morph("thumbgall",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});d.start({left:[currentthumbpos,move]}).addEvent("onComplete",function(){moving=false});currentthumbpos-=e;movedamount+=e}}thumbnailsviewable=$("thumbnails").getCoordinates().width;if(currentthumbpos==0){var b=new Fx.Morph("thumbleft",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});b.start({opacity:0,left:-40});var a=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});a.start({opacity:0.75,right:0})}else{if(movedamount<g-e){var b=new Fx.Morph("thumbleft",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});b.start({opacity:0.75,left:0});var a=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});a.start({opacity:0.75,right:0})}else{var b=new Fx.Morph("thumbleft",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});b.start({opacity:0.75,left:0});var a=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});a.start({opacity:0,right:-40})}}}function smallMessage(b,c,a){var d=new Fx.Morph("smallmessage",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});if(b=="show"){$("smallmessage").setStyles({opacity:0,bottom:-80,left:(($("images").getCoordinates().width/2)-(($("smallmessage").getCoordinates().width/2)))});$("smallmessage").set("text",c);d.start({bottom:(-80)+a,opacity:1})}if(b=="hide"){d.start({bottom:-80,opacity:0})}}function showInfo(a){var b=new Fx.Morph("imageinfo",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});if(showInfoType=="show"){showInfoType="hide";$("imageinfo").setStyles({"background-color":"#000",bottom:-300,width:"100%",opacity:0});b.start({bottom:(-300)+a,opacity:0.9})}else{if(showInfoType=="hide"){showInfoType="show";b.start({bottom:-300,opacity:0})}}}function loadLarge(){largeId=galleryimages[currentimage]["imgid"];var a=new Fx.Morph("lrgloader",{duration:transitionspeed});var c="<img src='"+galleryimages[largeId]["lrgpath"]+galleryimages[largeId]["src"]+"' id='imgsrc' title='"+galleryimages[largeId]["title"]+"' />";$("lrgloader").set("html",c);a.start({opacity:0.99999});var b=new Fx.Morph("closebtn",{duration:500,transition:Fx.Transitions.Expo.easeInOut});b.start({opacity:1})}function slideshow(){if(playing==false){$("slideshow").set("html",'<img src="'+designPath+'pause.png" alt="'+pauseText+'" title="'+pauseText+'" class="controls" border="0" align="absmiddle" />');playing=true;pp="play";var f=$$(".controls");var d=new Tips(f,{showDelay:100,hideDelay:100,offsets:{x:8,y:8},title:"title",text:null,className:"minitooltips",fixed:false,onShow:function(h){h.fade(1)},onHide:function(h){h.fade(0)}});var g=new Fx.Morph(""+currentimage+"",{duration:500,transition:Fx.Transitions.Expo.easeInOut});g.start({"border-color":"#FFF","background-color":"#FFF",opacity:0.5});if(currentimage!=lastimage){nextImage=currentimage+1;thumbinview=$("thumbnails").getCoordinates().width;maxThumbsVisible=Math.floor(thumbinview/setThumbWidth);thumbsMod=(nextImage+1)%maxThumbsVisible;if((nextImage+1)>=maxThumbsVisible&&thumbsMod==1||maxThumbsVisible==1){movethumbs("more")}}else{var e=new Fx.Morph("thumbnailwrap",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});e.start({left:[currentthumbpos,0]}).addEvent("onComplete",function(){moving=false});currentthumbpos=0;nextImage=startImage;if(currentthumbpos==0){var b=new Fx.Morph("thumbleft",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});b.start({opacity:0,left:-40});var a=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});a.start({opacity:0.75,right:0})}else{if(movedamount<thumbBoxWidth-moveamount){var b=new Fx.Morph("thumbleft",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});b.start({opacity:0.75,left:0});var a=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});a.start({opacity:0.75,right:0})}else{var b=new Fx.Morph("thumbleft",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});b.start({opacity:0.75,left:0});var a=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});a.start({opacity:0,right:-40})}}}imagenumber=$(""+nextImage+"").get("rel");$("numOf").set("text",imagenumber+" of ").inject("photoNum","top");loadimage(nextImage)}else{c=$clear(timer);$("slideshow").set("html",'<img src="'+designPath+'play.png" alt="'+playText+'" title="'+playText+'" class="controls" border="0" align="absmiddle" />');playing=false;pp="pause";var f=$$(".controls");var d=new Tips(f,{showDelay:100,hideDelay:100,offsets:{x:8,y:8},title:"title",text:null,className:"minitooltips",fixed:false,onShow:function(h){h.fade(1)},onHide:function(h){h.fade(0)}})}var c=function(){if(currentimage!=lastimage){nextImage=currentimage+1;thumbinview=$("thumbnails").getCoordinates().width;maxThumbsVisible=Math.floor(thumbinview/setThumbWidth);thumbsMod=(nextImage+1)%maxThumbsVisible;if((nextImage+1)>=maxThumbsVisible&&thumbsMod==1||maxThumbsVisible==1){movethumbs("more")}}if(currentimage!=lastimage&&pp=="play"){var k=new Fx.Morph(""+currentimage+"",{duration:500,transition:Fx.Transitions.Expo.easeInOut});k.start({"border-color":"#FFF","background-color":"#FFF",opacity:0.5});imagenumber=$(""+nextImage+"").get("rel");$("numOf").set("text",imagenumber+" of ").inject("photoNum","top");loadimage(nextImage)}else{c=$clear(timer);$("slideshow").set("html",'<img src="'+designPath+'play.png" alt="'+playText+'" title="'+playText+'" class="controls" border="0" align="absmiddle" />');playing=false;pp="pause";var j=$$(".controls");var h=new Tips(j,{showDelay:100,hideDelay:100,offsets:{x:8,y:8},title:"title",text:null,className:"minitooltips",fixed:false,onShow:function(l){l.fade(1)},onHide:function(l){l.fade(0)}})}};timer=c.periodical(slideshowtime)}function showthumbbox(){if(openclose!=false){minusThumb=$("thumbbox").getCoordinates().height;minusControls=$("controls").getCoordinates().height;var b=new Fx.Morph("gallery",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});var a=new Fx.Morph("thumbbox",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});if(showThumbs=="show"){showThumbs="hide";a.start({opacity:1});b.start({height:galleryHeight});slidesHidden=false}else{if(showThumbs=="hide"){showThumbs="show";a.start({opacity:0});b.start({height:(galleryHeight)-(minusThumb)});slidesHidden=true}}}}var resizeTimeout;prepareResize=function(){$clear(resizeTimeout);resizeTimeout=realResize.delay(300)};function createBackDrop(){if(largeHtmlIsCreated==null||largeHtmlIsCreated==""){var d=new Element("div",{id:"largeimage"}).injectInside(document.body);var b=new Element("div",{id:"lrgwrap","class":"close"}).injectInside("largeimage");var f=new Element("div",{id:"closebtn","class":"close"}).injectInside("largeimage");var c=new Element("div",{id:"lrgloader"}).injectInside("lrgwrap");var d=new Element("div",{id:"backdrop","class":"close"}).injectInside(document.body);$("largeimage").set("opacity",0);$("closebtn").set("opacity",0);$("largeimage").setStyles({height:0,width:0,opacity:0,top:($("gallery").getCoordinates().height)-50,left:(window.getWidth()/2)});$("backdrop").set("opacity",0);$("backdrop").setStyles({height:0,width:0,opacity:0,top:($("gallery").getCoordinates().height/2)-50,left:(window.getWidth()/2)});$$(".close").addEvent("click",function(){largeIsOpen=false;$clear(resizeTimeout);var g=new Fx.Morph("closebtn",{duration:500,transition:Fx.Transitions.Expo.easeInOut,onComplete:function(){$("lrgloader").empty();var j=new Fx.Morph("lrgwrap",{duration:500,transition:Fx.Transitions.Expo.easeInOut});var h=new Fx.Morph("largeimage",{duration:500,transition:Fx.Transitions.Expo.easeInOut});var k=new Fx.Morph("backdrop",{duration:1000,transition:Fx.Transitions.Expo.easeInOut,onComplete:function(){$("backdrop").setStyles({height:0,width:0,opacity:0,top:($("imagewrap").getCoordinates().height/2)+50,left:(window.getWidth()/2)})}});j.start({height:0,width:0,opacity:0});h.start({height:0,width:0,opacity:0,top:($("imagewrap").getCoordinates().height/2)+50,left:(window.getWidth()/2)});k.start({opacity:0})}});g.start({opacity:0})});largeHtmlIsCreated=true}if(galleryimages[currentimage]["lrgheight"]&&galleryimages[currentimage]["lrgwidth"]){var a=new Fx.Morph("loading",{duration:200,transition:Fx.Transitions.Expo.easeInOut});a.start({opacity:1});$("backdrop").setStyles({opacity:0,height:window.getScrollHeight(),width:"100%",top:0,left:0});var e=new Fx.Morph("backdrop",{duration:500,transition:Fx.Transitions.Expo.easeInOut,onComplete:function(){largeIsOpen=true;new Asset.image(galleryimages[currentimage]["lrgpath"]+galleryimages[currentimage]["src"],{onload:function(){var j=new Fx.Morph("loading",{duration:200,transition:Fx.Transitions.Expo.easeInOut});var h=new Fx.Morph("lrgwrap",{duration:500,transition:Fx.Transitions.Expo.easeInOut});var g=new Fx.Morph("largeimage",{duration:500,transition:Fx.Transitions.Expo.easeInOut});j.start({opacity:0});h.start({width:galleryimages[currentimage]["lrgwidth"],height:galleryimages[currentimage]["lrgheight"],opacity:1});g.start({width:galleryimages[currentimage]["lrgwidth"],height:galleryimages[currentimage]["lrgheight"],opacity:1,top:window.getScroll().y+20,left:((window.getWidth()/2)-(galleryimages[currentimage]["lrgwidth"]/2))}).addEvent("onComplete",function(){$("lrgloader").empty();var k=new Fx.Morph("lrgloader",{duration:500,transition:Fx.Transitions.Expo.easeInOut});k.start({opacity:0,width:galleryimages[currentimage]["lrgwidth"],height:galleryimages[currentimage]["lrgheight"],top:((($("largeimage").getCoordinates().height/2)-(galleryimages[currentimage]["lrgheight"]/2))),left:((($("largeimage").getCoordinates().width/2)-(galleryimages[currentimage]["lrgwidth"]/2)))}).addEvent("onComplete",function(){loadLarge()})})}})}});e.start({opacity:0.5});window.addEvent("resize",prepareResize);realResize=function(){var h=new Fx.Morph("backdrop",{duration:100,transition:Fx.Transitions.Expo.easeInOut,onComplete:function(){}});var g=new Fx.Morph("largeimage",{duration:100,transition:Fx.Transitions.Expo.easeInOut});h.start({opacity:0.5,height:window.getScrollHeight()});g.start({top:window.getScroll().y+20,left:((window.getWidth()/2)-(galleryimages[currentimage]["lrgwidth"]/2))})};$(window.document).addEvent("keydown",function(h){if(h.key=="esc"&&largeIsOpen==true){largeIsOpen=false;$clear(resizeTimeout);var g=new Fx.Morph("closebtn",{duration:500,transition:Fx.Transitions.Expo.easeInOut,onComplete:function(){$("lrgloader").empty();var k=new Fx.Morph("lrgwrap",{duration:500,transition:Fx.Transitions.Expo.easeInOut});var j=new Fx.Morph("largeimage",{duration:500,transition:Fx.Transitions.Expo.easeInOut});var l=new Fx.Morph("backdrop",{duration:1000,transition:Fx.Transitions.Expo.easeInOut,onComplete:function(){$("backdrop").setStyles({height:0,width:0,opacity:0,top:($("imagewrap").getCoordinates().height/2)+50,left:(window.getWidth()/2)})}});k.start({height:0,width:0,opacity:0});j.start({height:0,width:0,opacity:0,top:($("imagewrap").getCoordinates().height/2)+50,left:(window.getWidth()/2)});l.start({opacity:0})}});g.start({opacity:0})}})}}window.addEvent("domready",function(){$("slideshow").addEvent("click",function(){slideshow()});$("showthumbbox").addEvent("click",function(){showthumbbox()});$("showinfo").addEvent("click",function(){showInfo(135)});$("opengallery").addEvent("click",function(){galleries()});$("previous").addEvent("mouseenter",function(){nextprev("previous","enter");var d=new Fx.Morph("thumbnailPopUp",{duration:50,transition:Fx.Transitions.Expo.easeInOut});d.start({opacity:0})});$("images").addEvent("mouseenter",function(){nextprev("previous","exit");nextprev("next","exit");var d=new Fx.Morph("thumbnailPopUp",{duration:50,transition:Fx.Transitions.Expo.easeInOut});d.start({opacity:0});var f=new Fx.Morph("thumbleft",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});f.start({opacity:0.75});var e=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});e.start({opacity:0.75})});$("controls").addEvent("mouseenter",function(){nextprev("previous","exit");nextprev("next","exit");var d=new Fx.Morph("thumbnailPopUp",{duration:50,transition:Fx.Transitions.Expo.easeInOut});d.start({opacity:0})});$("previous").addEvent("mouseleave",function(){nextprev("previous","exit");nextprev("next","exit")});$("next").addEvent("mouseenter",function(){nextprev("next","enter");nextprev("previous","exit");var d=new Fx.Morph("thumbnailPopUp",{duration:50,transition:Fx.Transitions.Expo.easeInOut});d.start({opacity:0})});$("next").addEvent("mouseleave",function(){nextprev("next","exit");nextprev("previous","exit")});$("thumbleft").addEvent("mouseleave",function(){var e=new Fx.Morph("thumbleft",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});e.start({opacity:0.75});var d=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});d.start({opacity:0.75})});$("thumbleft").addEvent("mouseenter",function(){var f=new Fx.Morph("thumbleft",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});f.start({opacity:1});var d=new Fx.Morph("thumbnailPopUp",{duration:50,transition:Fx.Transitions.Expo.easeInOut});d.start({opacity:0});var e=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});e.start({opacity:0.75})});$("thumbright").addEvent("mouseleave",function(){var d=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});d.start({opacity:0.75})});$("thumbright").addEvent("mouseenter",function(){var f=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});f.start({opacity:1});var d=new Fx.Morph("thumbnailPopUp",{duration:50,transition:Fx.Transitions.Expo.easeInOut});d.start({opacity:0});var e=new Fx.Morph("thumbleft",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});e.start({opacity:0.75})});$("thumbleft").addEvent("click",function(){movethumbs("back")});$("thumbright").addEvent("click",function(){movethumbs("more")});$("thumbnailwrap").addEvent("mouseleave",function(){var d=new Fx.Morph("thumbnailPopUp",{duration:50,transition:Fx.Transitions.Expo.easeInOut});d.start({opacity:0})});var a=new Asset.image(designPath+"pause.png");galleryHeight=$("gallery").getCoordinates().height;$("imgloader").addEvent("click",function(){createBackDrop()});$("imgloader").addEvent("mouseenter",function(){if(galleryimages[currentimage]["lrgheight"]&&galleryimages[currentimage]["lrgwidth"]){smallMessage("show","Click Image to Enlarge",25)}});$("imgloader").addEvent("mouseleave",function(){if(galleryimages[currentimage]["lrgheight"]&&galleryimages[currentimage]["lrgwidth"]){smallMessage("hide")}if(currentimage!=0){var f=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});f.start({opacity:0.75});var d=new Fx.Morph("thumbnailPopUp",{duration:50,transition:Fx.Transitions.Expo.easeInOut});d.start({opacity:0});var e=new Fx.Morph("thumbleft",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});e.start({opacity:0.75})}if(currentimage!=lastimage){var e=new Fx.Morph("thumbleft",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});e.start({opacity:0.75});var d=new Fx.Morph("thumbnailPopUp",{duration:50,transition:Fx.Transitions.Expo.easeInOut});d.start({opacity:0});var f=new Fx.Morph("thumbright",{duration:transitionspeed,transition:Fx.Transitions.Expo.easeInOut});f.start({opacity:0.75})}});$("fsbox").setStyles({left:($("gallery").getCoordinates().width/2)-($("fsbox").getCoordinates().width/2)});$("previous").set("opacity",0.5);$("next").set("opacity",0.5);creategalleries();loadThumbs(0,"loadNew");$("imagewrap").set("opacity",0);thumbSizing=$("1").getCoordinates().width;thumbRightMargin=$("1").getStyle("margin-right").toInt();thumbLeftMargin=$("1").getStyle("margin-left").toInt();setThumbWidth=Number(thumbSizing+thumbRightMargin+thumbLeftMargin);thumbWidth=Number(setThumbWidth);var c=$$(".controls");var b=new Tips(c,{showDelay:100,hideDelay:100,offsets:{x:8,y:8},title:"title",text:null,className:"minitooltips",fixed:false,onShow:function(d){d.fade(1)},onHide:function(d){d.fade(0)}});$(window.document).addEvent("keydown",function(d){if(d.key=="space"&&playing==true){slideshow()}if(d.key=="esc"&&playing==true){slideshow()}if(d.key=="esc"&&openclose==false){galleries()}})});
20.1 --- a/log/error_log.log Mon Apr 12 02:31:43 2010 -0400 20.2 +++ b/log/error_log.log Mon Apr 12 03:24:08 2010 -0400 20.3 @@ -1327,3 +1327,20 @@ 20.4 [Mon Apr 12 02:26:37 2010] [error] [client 127.0.0.1] File does not exist: /home/r/Desktop/web/judyates/e2gallerypro/e2upload/Galleries/photos/IMG_7128.jpg, referer: http://judyates.localhost/photos.html 20.5 [Mon Apr 12 02:26:40 2010] [error] [client 127.0.0.1] File does not exist: /home/r/Desktop/web/judyates/e2gallerypro/e2upload/Galleries/photos/IMG_1419.jpg, referer: http://judyates.localhost/photos.html 20.6 [Mon Apr 12 02:30:11 2010] [error] [client 127.0.0.1] File does not exist: /home/r/Desktop/web/judyates/e2gallerypro/e2upload/Galleries/photos/mainthumb.jpg, referer: http://judyates.localhost/photos.html 20.7 +[Mon Apr 12 02:33:52 2010] [error] [client 127.0.0.1] File does not exist: /home/r/Desktop/web/judyates/e2gallerypro/e2upload/Galleries/photos/mainthumb.jpg, referer: http://judyates.localhost/photos.html 20.8 +[Mon Apr 12 02:34:47 2010] [error] [client 127.0.0.1] File does not exist: /home/r/Desktop/web/judyates/e2gallerypro/e2upload/Galleries/photos/mainthumb.jpg, referer: http://judyates.localhost/photos.html 20.9 +[Mon Apr 12 03:00:30 2010] [error] [client 127.0.0.1] File does not exist: /home/r/Desktop/web/judyates/e2gallerypro/e2upload/Galleries/photos/mainthumb.jpg, referer: http://judyates.localhost/photos.html 20.10 +[Mon Apr 12 03:02:40 2010] [error] [client 127.0.0.1] File does not exist: /home/r/Desktop/web/judyates/e2gallerypro/e2upload/Galleries/photos/mainthumb.jpg, referer: http://judyates.localhost/photos.html 20.11 +[Mon Apr 12 03:04:06 2010] [error] [client 127.0.0.1] File does not exist: /home/r/Desktop/web/judyates/e2gallerypro/e2upload/Galleries/photos/mainthumb.jpg, referer: http://judyates.localhost/photos.html 20.12 +[Mon Apr 12 03:07:37 2010] [error] [client 127.0.0.1] File does not exist: /home/r/Desktop/web/judyates/e2gallerypro/e2upload/Galleries/photos/mainthumb.jpg, referer: http://judyates.localhost/photos.html 20.13 +[Mon Apr 12 03:12:37 2010] [error] [client 127.0.0.1] File does not exist: /home/r/Desktop/web/judyates/e2gallerypro/e2upload/Galleries/photos/mainthumb.jpg, referer: http://judyates.localhost/photos.html 20.14 +[Mon Apr 12 03:13:20 2010] [error] [client 127.0.0.1] File does not exist: /home/r/Desktop/web/judyates/e2gallerypro/e2upload/Galleries/photos/mainthumb.jpg, referer: http://judyates.localhost/photos.html 20.15 +[Mon Apr 12 03:14:17 2010] [error] [client 127.0.0.1] File does not exist: /home/r/Desktop/web/judyates/e2gallerypro/e2upload/Galleries/photos/mainthumb.jpg, referer: http://judyates.localhost/photos.html 20.16 +[Mon Apr 12 03:14:45 2010] [error] [client 127.0.0.1] File does not exist: /home/r/Desktop/web/judyates/e2gallerypro/e2upload/Galleries/photos/mainthumb.jpg, referer: http://judyates.localhost/photos.html 20.17 +[Mon Apr 12 03:15:12 2010] [error] [client 127.0.0.1] File does not exist: /home/r/Desktop/web/judyates/e2gallerypro/e2upload/Galleries/photos/mainthumb.jpg, referer: http://judyates.localhost/photos.html 20.18 +[Mon Apr 12 03:15:31 2010] [error] [client 127.0.0.1] File does not exist: /home/r/Desktop/web/judyates/e2gallerypro/e2upload/Galleries/photos/mainthumb.jpg, referer: http://judyates.localhost/photos.html 20.19 +[Mon Apr 12 03:15:51 2010] [error] [client 127.0.0.1] File does not exist: /home/r/Desktop/web/judyates/e2gallerypro/e2upload/Galleries/photos/mainthumb.jpg, referer: http://judyates.localhost/photos.html 20.20 +[Mon Apr 12 03:16:04 2010] [error] [client 127.0.0.1] File does not exist: /home/r/Desktop/web/judyates/e2gallerypro/e2upload/Galleries/photos/mainthumb.jpg, referer: http://judyates.localhost/photos.html 20.21 +[Mon Apr 12 03:16:33 2010] [error] [client 127.0.0.1] File does not exist: /home/r/Desktop/web/judyates/e2gallerypro/e2upload/Galleries/photos/mainthumb.jpg, referer: http://judyates.localhost/photos.html 20.22 +[Mon Apr 12 03:18:33 2010] [error] [client 127.0.0.1] File does not exist: /home/r/Desktop/web/judyates/e2gallerypro/e2upload/Galleries/photos/mainthumb.jpg, referer: http://judyates.localhost/photos.html 20.23 +[Mon Apr 12 03:20:17 2010] [error] [client 127.0.0.1] File does not exist: /home/r/Desktop/web/judyates/e2gallerypro/e2upload/Galleries/photos/mainthumb.jpg, referer: http://judyates.localhost/photos.html
21.1 --- a/perl/make_gallery_js.pl Mon Apr 12 02:31:43 2010 -0400 21.2 +++ b/perl/make_gallery_js.pl Mon Apr 12 03:24:08 2010 -0400 21.3 @@ -219,13 +219,30 @@ 21.4 $description = $src; 21.5 $forsale = "true"; 21.6 $paytype ='paypal'; 21.7 +$ButtonID = "RAYAWZUUTJ79E"; 21.8 21.9 21.10 +$numOfPrices = 3; 21.11 + 21.12 $price1 = '25'; 21.13 $pricecurrency1 = 'USD'; 21.14 $pricecurrencysymbol1 = '$'; 21.15 -$pricesize1 = '16inx20in'; 21.16 -$numOfPrices = 1; 21.17 +$pricesize1 = '8"x10" Photo Print'; 21.18 + 21.19 +$price2 = '35'; 21.20 +$pricecurrency2 = 'USD'; 21.21 +$pricecurrencysymbol2 = '$'; 21.22 +$pricesize2 = '11"x14" Matted Print'; 21.23 + 21.24 +$price3 = '40'; 21.25 +$pricecurrency3 = 'USD'; 21.26 +$pricecurrencysymbol3 = '$'; 21.27 +$pricesize3 = '11"x14" Signed Matt'; 21.28 + 21.29 + 21.30 + 21.31 + 21.32 + 21.33 $imgid = $id; 21.34 21.35 21.36 @@ -233,6 +250,7 @@ 21.37 21.38 { 21.39 'filetype' : '$filetype', 21.40 + 'ButtonID' : '$ButtonID', 21.41 'path' : '$path', 21.42 'src' : '$src', 21.43 'width' : '$width', 21.44 @@ -250,6 +268,18 @@ 21.45 'pricecurrency1' : '$pricecurrency1', 21.46 'pricecurrencysymbol1' : '$pricecurrencysymbol1', 21.47 'pricesize1' : '$pricesize1', 21.48 + 21.49 + 'price2' : '$price2', 21.50 + 'pricecurrency2' : '$pricecurrency2', 21.51 + 'pricecurrencysymbol2' : '$pricecurrencysymbol2', 21.52 + 'pricesize2' : '$pricesize2', 21.53 + 21.54 + 'price3' : '$price3', 21.55 + 'pricecurrency3' : '$pricecurrency3', 21.56 + 'pricecurrencysymbol3' : '$pricecurrencysymbol3', 21.57 + 'pricesize3' : '$pricesize3', 21.58 + 21.59 + 21.60 'numOfPrices' : '$numOfPrices', 21.61 'imgid' : $imgid, 21.62 },
22.1 --- a/photos.html Mon Apr 12 02:31:43 2010 -0400 22.2 +++ b/photos.html Mon Apr 12 03:24:08 2010 -0400 22.3 @@ -55,6 +55,7 @@ 22.4 22.5 { 22.6 'filetype' : 'image', 22.7 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.8 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.9 'src' : 'IMG_0849.jpg', 22.10 'width' : '876', 22.11 @@ -71,8 +72,20 @@ 22.12 'price1' : '25', 22.13 'pricecurrency1' : 'USD', 22.14 'pricecurrencysymbol1' : '$', 22.15 - 'pricesize1' : '16inx20in', 22.16 - 'numOfPrices' : '1', 22.17 + 'pricesize1' : '8"x10" Photo Print', 22.18 + 22.19 + 'price2' : '35', 22.20 + 'pricecurrency2' : 'USD', 22.21 + 'pricecurrencysymbol2' : '$', 22.22 + 'pricesize2' : '11"x14" Matted Print', 22.23 + 22.24 + 'price3' : '40', 22.25 + 'pricecurrency3' : 'USD', 22.26 + 'pricecurrencysymbol3' : '$', 22.27 + 'pricesize3' : '11"x14" Signed Matt', 22.28 + 22.29 + 22.30 + 'numOfPrices' : '3', 22.31 'imgid' : 0, 22.32 }, 22.33 22.34 @@ -80,12 +93,13 @@ 22.35 22.36 { 22.37 'filetype' : 'image', 22.38 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.39 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.40 'src' : 'IMG_1470.jpg', 22.41 - 'width' : '876', 22.42 + 'width' : '389', 22.43 'height' : '584', 22.44 'lrgwidth' : '1300', 22.45 - 'lrgheight' : '867', 22.46 + 'lrgheight' : '1950', 22.47 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', 22.48 'title' : 'IMG_1470.jpg', 22.49 'author' : 'Judy Yates', 22.50 @@ -96,8 +110,20 @@ 22.51 'price1' : '25', 22.52 'pricecurrency1' : 'USD', 22.53 'pricecurrencysymbol1' : '$', 22.54 - 'pricesize1' : '16inx20in', 22.55 - 'numOfPrices' : '1', 22.56 + 'pricesize1' : '8"x10" Photo Print', 22.57 + 22.58 + 'price2' : '35', 22.59 + 'pricecurrency2' : 'USD', 22.60 + 'pricecurrencysymbol2' : '$', 22.61 + 'pricesize2' : '11"x14" Matted Print', 22.62 + 22.63 + 'price3' : '40', 22.64 + 'pricecurrency3' : 'USD', 22.65 + 'pricecurrencysymbol3' : '$', 22.66 + 'pricesize3' : '11"x14" Signed Matt', 22.67 + 22.68 + 22.69 + 'numOfPrices' : '3', 22.70 'imgid' : 1, 22.71 }, 22.72 22.73 @@ -105,6 +131,7 @@ 22.74 22.75 { 22.76 'filetype' : 'image', 22.77 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.78 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.79 'src' : 'IMG_1370.jpg', 22.80 'width' : '876', 22.81 @@ -121,8 +148,20 @@ 22.82 'price1' : '25', 22.83 'pricecurrency1' : 'USD', 22.84 'pricecurrencysymbol1' : '$', 22.85 - 'pricesize1' : '16inx20in', 22.86 - 'numOfPrices' : '1', 22.87 + 'pricesize1' : '8"x10" Photo Print', 22.88 + 22.89 + 'price2' : '35', 22.90 + 'pricecurrency2' : 'USD', 22.91 + 'pricecurrencysymbol2' : '$', 22.92 + 'pricesize2' : '11"x14" Matted Print', 22.93 + 22.94 + 'price3' : '40', 22.95 + 'pricecurrency3' : 'USD', 22.96 + 'pricecurrencysymbol3' : '$', 22.97 + 'pricesize3' : '11"x14" Signed Matt', 22.98 + 22.99 + 22.100 + 'numOfPrices' : '3', 22.101 'imgid' : 2, 22.102 }, 22.103 22.104 @@ -130,6 +169,7 @@ 22.105 22.106 { 22.107 'filetype' : 'image', 22.108 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.109 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.110 'src' : 'IMG_9790.jpg', 22.111 'width' : '876', 22.112 @@ -146,8 +186,20 @@ 22.113 'price1' : '25', 22.114 'pricecurrency1' : 'USD', 22.115 'pricecurrencysymbol1' : '$', 22.116 - 'pricesize1' : '16inx20in', 22.117 - 'numOfPrices' : '1', 22.118 + 'pricesize1' : '8"x10" Photo Print', 22.119 + 22.120 + 'price2' : '35', 22.121 + 'pricecurrency2' : 'USD', 22.122 + 'pricecurrencysymbol2' : '$', 22.123 + 'pricesize2' : '11"x14" Matted Print', 22.124 + 22.125 + 'price3' : '40', 22.126 + 'pricecurrency3' : 'USD', 22.127 + 'pricecurrencysymbol3' : '$', 22.128 + 'pricesize3' : '11"x14" Signed Matt', 22.129 + 22.130 + 22.131 + 'numOfPrices' : '3', 22.132 'imgid' : 3, 22.133 }, 22.134 22.135 @@ -155,6 +207,7 @@ 22.136 22.137 { 22.138 'filetype' : 'image', 22.139 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.140 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.141 'src' : 'IMG_8389.jpg', 22.142 'width' : '876', 22.143 @@ -171,8 +224,20 @@ 22.144 'price1' : '25', 22.145 'pricecurrency1' : 'USD', 22.146 'pricecurrencysymbol1' : '$', 22.147 - 'pricesize1' : '16inx20in', 22.148 - 'numOfPrices' : '1', 22.149 + 'pricesize1' : '8"x10" Photo Print', 22.150 + 22.151 + 'price2' : '35', 22.152 + 'pricecurrency2' : 'USD', 22.153 + 'pricecurrencysymbol2' : '$', 22.154 + 'pricesize2' : '11"x14" Matted Print', 22.155 + 22.156 + 'price3' : '40', 22.157 + 'pricecurrency3' : 'USD', 22.158 + 'pricecurrencysymbol3' : '$', 22.159 + 'pricesize3' : '11"x14" Signed Matt', 22.160 + 22.161 + 22.162 + 'numOfPrices' : '3', 22.163 'imgid' : 4, 22.164 }, 22.165 22.166 @@ -180,6 +245,7 @@ 22.167 22.168 { 22.169 'filetype' : 'image', 22.170 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.171 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.172 'src' : 'IMG_0179.jpg', 22.173 'width' : '876', 22.174 @@ -196,8 +262,20 @@ 22.175 'price1' : '25', 22.176 'pricecurrency1' : 'USD', 22.177 'pricecurrencysymbol1' : '$', 22.178 - 'pricesize1' : '16inx20in', 22.179 - 'numOfPrices' : '1', 22.180 + 'pricesize1' : '8"x10" Photo Print', 22.181 + 22.182 + 'price2' : '35', 22.183 + 'pricecurrency2' : 'USD', 22.184 + 'pricecurrencysymbol2' : '$', 22.185 + 'pricesize2' : '11"x14" Matted Print', 22.186 + 22.187 + 'price3' : '40', 22.188 + 'pricecurrency3' : 'USD', 22.189 + 'pricecurrencysymbol3' : '$', 22.190 + 'pricesize3' : '11"x14" Signed Matt', 22.191 + 22.192 + 22.193 + 'numOfPrices' : '3', 22.194 'imgid' : 5, 22.195 }, 22.196 22.197 @@ -205,6 +283,7 @@ 22.198 22.199 { 22.200 'filetype' : 'image', 22.201 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.202 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.203 'src' : 'IMG_0718.jpg', 22.204 'width' : '876', 22.205 @@ -221,8 +300,20 @@ 22.206 'price1' : '25', 22.207 'pricecurrency1' : 'USD', 22.208 'pricecurrencysymbol1' : '$', 22.209 - 'pricesize1' : '16inx20in', 22.210 - 'numOfPrices' : '1', 22.211 + 'pricesize1' : '8"x10" Photo Print', 22.212 + 22.213 + 'price2' : '35', 22.214 + 'pricecurrency2' : 'USD', 22.215 + 'pricecurrencysymbol2' : '$', 22.216 + 'pricesize2' : '11"x14" Matted Print', 22.217 + 22.218 + 'price3' : '40', 22.219 + 'pricecurrency3' : 'USD', 22.220 + 'pricecurrencysymbol3' : '$', 22.221 + 'pricesize3' : '11"x14" Signed Matt', 22.222 + 22.223 + 22.224 + 'numOfPrices' : '3', 22.225 'imgid' : 6, 22.226 }, 22.227 22.228 @@ -230,6 +321,7 @@ 22.229 22.230 { 22.231 'filetype' : 'image', 22.232 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.233 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.234 'src' : 'IMG_0273.jpg', 22.235 'width' : '876', 22.236 @@ -246,8 +338,20 @@ 22.237 'price1' : '25', 22.238 'pricecurrency1' : 'USD', 22.239 'pricecurrencysymbol1' : '$', 22.240 - 'pricesize1' : '16inx20in', 22.241 - 'numOfPrices' : '1', 22.242 + 'pricesize1' : '8"x10" Photo Print', 22.243 + 22.244 + 'price2' : '35', 22.245 + 'pricecurrency2' : 'USD', 22.246 + 'pricecurrencysymbol2' : '$', 22.247 + 'pricesize2' : '11"x14" Matted Print', 22.248 + 22.249 + 'price3' : '40', 22.250 + 'pricecurrency3' : 'USD', 22.251 + 'pricecurrencysymbol3' : '$', 22.252 + 'pricesize3' : '11"x14" Signed Matt', 22.253 + 22.254 + 22.255 + 'numOfPrices' : '3', 22.256 'imgid' : 7, 22.257 }, 22.258 22.259 @@ -255,6 +359,7 @@ 22.260 22.261 { 22.262 'filetype' : 'image', 22.263 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.264 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.265 'src' : 'IMG_1052.jpg', 22.266 'width' : '876', 22.267 @@ -271,8 +376,20 @@ 22.268 'price1' : '25', 22.269 'pricecurrency1' : 'USD', 22.270 'pricecurrencysymbol1' : '$', 22.271 - 'pricesize1' : '16inx20in', 22.272 - 'numOfPrices' : '1', 22.273 + 'pricesize1' : '8"x10" Photo Print', 22.274 + 22.275 + 'price2' : '35', 22.276 + 'pricecurrency2' : 'USD', 22.277 + 'pricecurrencysymbol2' : '$', 22.278 + 'pricesize2' : '11"x14" Matted Print', 22.279 + 22.280 + 'price3' : '40', 22.281 + 'pricecurrency3' : 'USD', 22.282 + 'pricecurrencysymbol3' : '$', 22.283 + 'pricesize3' : '11"x14" Signed Matt', 22.284 + 22.285 + 22.286 + 'numOfPrices' : '3', 22.287 'imgid' : 8, 22.288 }, 22.289 22.290 @@ -280,6 +397,7 @@ 22.291 22.292 { 22.293 'filetype' : 'image', 22.294 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.295 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.296 'src' : 'IMG_1517.jpg', 22.297 'width' : '876', 22.298 @@ -296,8 +414,20 @@ 22.299 'price1' : '25', 22.300 'pricecurrency1' : 'USD', 22.301 'pricecurrencysymbol1' : '$', 22.302 - 'pricesize1' : '16inx20in', 22.303 - 'numOfPrices' : '1', 22.304 + 'pricesize1' : '8"x10" Photo Print', 22.305 + 22.306 + 'price2' : '35', 22.307 + 'pricecurrency2' : 'USD', 22.308 + 'pricecurrencysymbol2' : '$', 22.309 + 'pricesize2' : '11"x14" Matted Print', 22.310 + 22.311 + 'price3' : '40', 22.312 + 'pricecurrency3' : 'USD', 22.313 + 'pricecurrencysymbol3' : '$', 22.314 + 'pricesize3' : '11"x14" Signed Matt', 22.315 + 22.316 + 22.317 + 'numOfPrices' : '3', 22.318 'imgid' : 9, 22.319 }, 22.320 22.321 @@ -305,6 +435,7 @@ 22.322 22.323 { 22.324 'filetype' : 'image', 22.325 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.326 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.327 'src' : 'IMG_9347.jpg', 22.328 'width' : '876', 22.329 @@ -321,8 +452,20 @@ 22.330 'price1' : '25', 22.331 'pricecurrency1' : 'USD', 22.332 'pricecurrencysymbol1' : '$', 22.333 - 'pricesize1' : '16inx20in', 22.334 - 'numOfPrices' : '1', 22.335 + 'pricesize1' : '8"x10" Photo Print', 22.336 + 22.337 + 'price2' : '35', 22.338 + 'pricecurrency2' : 'USD', 22.339 + 'pricecurrencysymbol2' : '$', 22.340 + 'pricesize2' : '11"x14" Matted Print', 22.341 + 22.342 + 'price3' : '40', 22.343 + 'pricecurrency3' : 'USD', 22.344 + 'pricecurrencysymbol3' : '$', 22.345 + 'pricesize3' : '11"x14" Signed Matt', 22.346 + 22.347 + 22.348 + 'numOfPrices' : '3', 22.349 'imgid' : 10, 22.350 }, 22.351 22.352 @@ -330,6 +473,7 @@ 22.353 22.354 { 22.355 'filetype' : 'image', 22.356 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.357 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.358 'src' : 'IMG_1337.jpg', 22.359 'width' : '876', 22.360 @@ -346,8 +490,20 @@ 22.361 'price1' : '25', 22.362 'pricecurrency1' : 'USD', 22.363 'pricecurrencysymbol1' : '$', 22.364 - 'pricesize1' : '16inx20in', 22.365 - 'numOfPrices' : '1', 22.366 + 'pricesize1' : '8"x10" Photo Print', 22.367 + 22.368 + 'price2' : '35', 22.369 + 'pricecurrency2' : 'USD', 22.370 + 'pricecurrencysymbol2' : '$', 22.371 + 'pricesize2' : '11"x14" Matted Print', 22.372 + 22.373 + 'price3' : '40', 22.374 + 'pricecurrency3' : 'USD', 22.375 + 'pricecurrencysymbol3' : '$', 22.376 + 'pricesize3' : '11"x14" Signed Matt', 22.377 + 22.378 + 22.379 + 'numOfPrices' : '3', 22.380 'imgid' : 11, 22.381 }, 22.382 22.383 @@ -355,6 +511,7 @@ 22.384 22.385 { 22.386 'filetype' : 'image', 22.387 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.388 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.389 'src' : 'IMG_7128.jpg', 22.390 'width' : '389', 22.391 @@ -371,8 +528,20 @@ 22.392 'price1' : '25', 22.393 'pricecurrency1' : 'USD', 22.394 'pricecurrencysymbol1' : '$', 22.395 - 'pricesize1' : '16inx20in', 22.396 - 'numOfPrices' : '1', 22.397 + 'pricesize1' : '8"x10" Photo Print', 22.398 + 22.399 + 'price2' : '35', 22.400 + 'pricecurrency2' : 'USD', 22.401 + 'pricecurrencysymbol2' : '$', 22.402 + 'pricesize2' : '11"x14" Matted Print', 22.403 + 22.404 + 'price3' : '40', 22.405 + 'pricecurrency3' : 'USD', 22.406 + 'pricecurrencysymbol3' : '$', 22.407 + 'pricesize3' : '11"x14" Signed Matt', 22.408 + 22.409 + 22.410 + 'numOfPrices' : '3', 22.411 'imgid' : 12, 22.412 }, 22.413 22.414 @@ -380,6 +549,7 @@ 22.415 22.416 { 22.417 'filetype' : 'image', 22.418 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.419 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.420 'src' : 'IMG_0906.jpg', 22.421 'width' : '876', 22.422 @@ -396,8 +566,20 @@ 22.423 'price1' : '25', 22.424 'pricecurrency1' : 'USD', 22.425 'pricecurrencysymbol1' : '$', 22.426 - 'pricesize1' : '16inx20in', 22.427 - 'numOfPrices' : '1', 22.428 + 'pricesize1' : '8"x10" Photo Print', 22.429 + 22.430 + 'price2' : '35', 22.431 + 'pricecurrency2' : 'USD', 22.432 + 'pricecurrencysymbol2' : '$', 22.433 + 'pricesize2' : '11"x14" Matted Print', 22.434 + 22.435 + 'price3' : '40', 22.436 + 'pricecurrency3' : 'USD', 22.437 + 'pricecurrencysymbol3' : '$', 22.438 + 'pricesize3' : '11"x14" Signed Matt', 22.439 + 22.440 + 22.441 + 'numOfPrices' : '3', 22.442 'imgid' : 13, 22.443 }, 22.444 22.445 @@ -405,6 +587,7 @@ 22.446 22.447 { 22.448 'filetype' : 'image', 22.449 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.450 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.451 'src' : 'IMG_7876.jpg', 22.452 'width' : '876', 22.453 @@ -421,8 +604,20 @@ 22.454 'price1' : '25', 22.455 'pricecurrency1' : 'USD', 22.456 'pricecurrencysymbol1' : '$', 22.457 - 'pricesize1' : '16inx20in', 22.458 - 'numOfPrices' : '1', 22.459 + 'pricesize1' : '8"x10" Photo Print', 22.460 + 22.461 + 'price2' : '35', 22.462 + 'pricecurrency2' : 'USD', 22.463 + 'pricecurrencysymbol2' : '$', 22.464 + 'pricesize2' : '11"x14" Matted Print', 22.465 + 22.466 + 'price3' : '40', 22.467 + 'pricecurrency3' : 'USD', 22.468 + 'pricecurrencysymbol3' : '$', 22.469 + 'pricesize3' : '11"x14" Signed Matt', 22.470 + 22.471 + 22.472 + 'numOfPrices' : '3', 22.473 'imgid' : 14, 22.474 }, 22.475 22.476 @@ -430,6 +625,7 @@ 22.477 22.478 { 22.479 'filetype' : 'image', 22.480 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.481 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.482 'src' : 'IMG_7126.jpg', 22.483 'width' : '389', 22.484 @@ -446,8 +642,20 @@ 22.485 'price1' : '25', 22.486 'pricecurrency1' : 'USD', 22.487 'pricecurrencysymbol1' : '$', 22.488 - 'pricesize1' : '16inx20in', 22.489 - 'numOfPrices' : '1', 22.490 + 'pricesize1' : '8"x10" Photo Print', 22.491 + 22.492 + 'price2' : '35', 22.493 + 'pricecurrency2' : 'USD', 22.494 + 'pricecurrencysymbol2' : '$', 22.495 + 'pricesize2' : '11"x14" Matted Print', 22.496 + 22.497 + 'price3' : '40', 22.498 + 'pricecurrency3' : 'USD', 22.499 + 'pricecurrencysymbol3' : '$', 22.500 + 'pricesize3' : '11"x14" Signed Matt', 22.501 + 22.502 + 22.503 + 'numOfPrices' : '3', 22.504 'imgid' : 15, 22.505 }, 22.506 22.507 @@ -455,6 +663,7 @@ 22.508 22.509 { 22.510 'filetype' : 'image', 22.511 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.512 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.513 'src' : 'IMG_8283.jpg', 22.514 'width' : '876', 22.515 @@ -471,8 +680,20 @@ 22.516 'price1' : '25', 22.517 'pricecurrency1' : 'USD', 22.518 'pricecurrencysymbol1' : '$', 22.519 - 'pricesize1' : '16inx20in', 22.520 - 'numOfPrices' : '1', 22.521 + 'pricesize1' : '8"x10" Photo Print', 22.522 + 22.523 + 'price2' : '35', 22.524 + 'pricecurrency2' : 'USD', 22.525 + 'pricecurrencysymbol2' : '$', 22.526 + 'pricesize2' : '11"x14" Matted Print', 22.527 + 22.528 + 'price3' : '40', 22.529 + 'pricecurrency3' : 'USD', 22.530 + 'pricecurrencysymbol3' : '$', 22.531 + 'pricesize3' : '11"x14" Signed Matt', 22.532 + 22.533 + 22.534 + 'numOfPrices' : '3', 22.535 'imgid' : 16, 22.536 }, 22.537 22.538 @@ -480,6 +701,7 @@ 22.539 22.540 { 22.541 'filetype' : 'image', 22.542 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.543 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.544 'src' : 'IMG_7162.jpg', 22.545 'width' : '876', 22.546 @@ -496,8 +718,20 @@ 22.547 'price1' : '25', 22.548 'pricecurrency1' : 'USD', 22.549 'pricecurrencysymbol1' : '$', 22.550 - 'pricesize1' : '16inx20in', 22.551 - 'numOfPrices' : '1', 22.552 + 'pricesize1' : '8"x10" Photo Print', 22.553 + 22.554 + 'price2' : '35', 22.555 + 'pricecurrency2' : 'USD', 22.556 + 'pricecurrencysymbol2' : '$', 22.557 + 'pricesize2' : '11"x14" Matted Print', 22.558 + 22.559 + 'price3' : '40', 22.560 + 'pricecurrency3' : 'USD', 22.561 + 'pricecurrencysymbol3' : '$', 22.562 + 'pricesize3' : '11"x14" Signed Matt', 22.563 + 22.564 + 22.565 + 'numOfPrices' : '3', 22.566 'imgid' : 17, 22.567 }, 22.568 22.569 @@ -505,6 +739,7 @@ 22.570 22.571 { 22.572 'filetype' : 'image', 22.573 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.574 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.575 'src' : 'IMG_0899.jpg', 22.576 'width' : '876', 22.577 @@ -521,8 +756,20 @@ 22.578 'price1' : '25', 22.579 'pricecurrency1' : 'USD', 22.580 'pricecurrencysymbol1' : '$', 22.581 - 'pricesize1' : '16inx20in', 22.582 - 'numOfPrices' : '1', 22.583 + 'pricesize1' : '8"x10" Photo Print', 22.584 + 22.585 + 'price2' : '35', 22.586 + 'pricecurrency2' : 'USD', 22.587 + 'pricecurrencysymbol2' : '$', 22.588 + 'pricesize2' : '11"x14" Matted Print', 22.589 + 22.590 + 'price3' : '40', 22.591 + 'pricecurrency3' : 'USD', 22.592 + 'pricecurrencysymbol3' : '$', 22.593 + 'pricesize3' : '11"x14" Signed Matt', 22.594 + 22.595 + 22.596 + 'numOfPrices' : '3', 22.597 'imgid' : 18, 22.598 }, 22.599 22.600 @@ -530,6 +777,7 @@ 22.601 22.602 { 22.603 'filetype' : 'image', 22.604 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.605 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.606 'src' : 'IMG_9349.jpg', 22.607 'width' : '876', 22.608 @@ -546,8 +794,20 @@ 22.609 'price1' : '25', 22.610 'pricecurrency1' : 'USD', 22.611 'pricecurrencysymbol1' : '$', 22.612 - 'pricesize1' : '16inx20in', 22.613 - 'numOfPrices' : '1', 22.614 + 'pricesize1' : '8"x10" Photo Print', 22.615 + 22.616 + 'price2' : '35', 22.617 + 'pricecurrency2' : 'USD', 22.618 + 'pricecurrencysymbol2' : '$', 22.619 + 'pricesize2' : '11"x14" Matted Print', 22.620 + 22.621 + 'price3' : '40', 22.622 + 'pricecurrency3' : 'USD', 22.623 + 'pricecurrencysymbol3' : '$', 22.624 + 'pricesize3' : '11"x14" Signed Matt', 22.625 + 22.626 + 22.627 + 'numOfPrices' : '3', 22.628 'imgid' : 19, 22.629 }, 22.630 22.631 @@ -555,6 +815,7 @@ 22.632 22.633 { 22.634 'filetype' : 'image', 22.635 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.636 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.637 'src' : 'IMG_5865.jpg', 22.638 'width' : '876', 22.639 @@ -571,8 +832,20 @@ 22.640 'price1' : '25', 22.641 'pricecurrency1' : 'USD', 22.642 'pricecurrencysymbol1' : '$', 22.643 - 'pricesize1' : '16inx20in', 22.644 - 'numOfPrices' : '1', 22.645 + 'pricesize1' : '8"x10" Photo Print', 22.646 + 22.647 + 'price2' : '35', 22.648 + 'pricecurrency2' : 'USD', 22.649 + 'pricecurrencysymbol2' : '$', 22.650 + 'pricesize2' : '11"x14" Matted Print', 22.651 + 22.652 + 'price3' : '40', 22.653 + 'pricecurrency3' : 'USD', 22.654 + 'pricecurrencysymbol3' : '$', 22.655 + 'pricesize3' : '11"x14" Signed Matt', 22.656 + 22.657 + 22.658 + 'numOfPrices' : '3', 22.659 'imgid' : 20, 22.660 }, 22.661 22.662 @@ -580,12 +853,13 @@ 22.663 22.664 { 22.665 'filetype' : 'image', 22.666 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.667 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.668 'src' : 'IMG_0909.jpg', 22.669 - 'width' : '876', 22.670 + 'width' : '389', 22.671 'height' : '584', 22.672 'lrgwidth' : '1300', 22.673 - 'lrgheight' : '867', 22.674 + 'lrgheight' : '1950', 22.675 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', 22.676 'title' : 'IMG_0909.jpg', 22.677 'author' : 'Judy Yates', 22.678 @@ -596,8 +870,20 @@ 22.679 'price1' : '25', 22.680 'pricecurrency1' : 'USD', 22.681 'pricecurrencysymbol1' : '$', 22.682 - 'pricesize1' : '16inx20in', 22.683 - 'numOfPrices' : '1', 22.684 + 'pricesize1' : '8"x10" Photo Print', 22.685 + 22.686 + 'price2' : '35', 22.687 + 'pricecurrency2' : 'USD', 22.688 + 'pricecurrencysymbol2' : '$', 22.689 + 'pricesize2' : '11"x14" Matted Print', 22.690 + 22.691 + 'price3' : '40', 22.692 + 'pricecurrency3' : 'USD', 22.693 + 'pricecurrencysymbol3' : '$', 22.694 + 'pricesize3' : '11"x14" Signed Matt', 22.695 + 22.696 + 22.697 + 'numOfPrices' : '3', 22.698 'imgid' : 21, 22.699 }, 22.700 22.701 @@ -605,6 +891,7 @@ 22.702 22.703 { 22.704 'filetype' : 'image', 22.705 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.706 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.707 'src' : 'IMG_1390.jpg', 22.708 'width' : '876', 22.709 @@ -621,8 +908,20 @@ 22.710 'price1' : '25', 22.711 'pricecurrency1' : 'USD', 22.712 'pricecurrencysymbol1' : '$', 22.713 - 'pricesize1' : '16inx20in', 22.714 - 'numOfPrices' : '1', 22.715 + 'pricesize1' : '8"x10" Photo Print', 22.716 + 22.717 + 'price2' : '35', 22.718 + 'pricecurrency2' : 'USD', 22.719 + 'pricecurrencysymbol2' : '$', 22.720 + 'pricesize2' : '11"x14" Matted Print', 22.721 + 22.722 + 'price3' : '40', 22.723 + 'pricecurrency3' : 'USD', 22.724 + 'pricecurrencysymbol3' : '$', 22.725 + 'pricesize3' : '11"x14" Signed Matt', 22.726 + 22.727 + 22.728 + 'numOfPrices' : '3', 22.729 'imgid' : 22, 22.730 }, 22.731 22.732 @@ -630,6 +929,7 @@ 22.733 22.734 { 22.735 'filetype' : 'image', 22.736 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.737 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.738 'src' : 'IMG_7887.jpg', 22.739 'width' : '876', 22.740 @@ -646,8 +946,20 @@ 22.741 'price1' : '25', 22.742 'pricecurrency1' : 'USD', 22.743 'pricecurrencysymbol1' : '$', 22.744 - 'pricesize1' : '16inx20in', 22.745 - 'numOfPrices' : '1', 22.746 + 'pricesize1' : '8"x10" Photo Print', 22.747 + 22.748 + 'price2' : '35', 22.749 + 'pricecurrency2' : 'USD', 22.750 + 'pricecurrencysymbol2' : '$', 22.751 + 'pricesize2' : '11"x14" Matted Print', 22.752 + 22.753 + 'price3' : '40', 22.754 + 'pricecurrency3' : 'USD', 22.755 + 'pricecurrencysymbol3' : '$', 22.756 + 'pricesize3' : '11"x14" Signed Matt', 22.757 + 22.758 + 22.759 + 'numOfPrices' : '3', 22.760 'imgid' : 23, 22.761 }, 22.762 22.763 @@ -655,6 +967,7 @@ 22.764 22.765 { 22.766 'filetype' : 'image', 22.767 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.768 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.769 'src' : 'IMG_0224.jpg', 22.770 'width' : '876', 22.771 @@ -671,8 +984,20 @@ 22.772 'price1' : '25', 22.773 'pricecurrency1' : 'USD', 22.774 'pricecurrencysymbol1' : '$', 22.775 - 'pricesize1' : '16inx20in', 22.776 - 'numOfPrices' : '1', 22.777 + 'pricesize1' : '8"x10" Photo Print', 22.778 + 22.779 + 'price2' : '35', 22.780 + 'pricecurrency2' : 'USD', 22.781 + 'pricecurrencysymbol2' : '$', 22.782 + 'pricesize2' : '11"x14" Matted Print', 22.783 + 22.784 + 'price3' : '40', 22.785 + 'pricecurrency3' : 'USD', 22.786 + 'pricecurrencysymbol3' : '$', 22.787 + 'pricesize3' : '11"x14" Signed Matt', 22.788 + 22.789 + 22.790 + 'numOfPrices' : '3', 22.791 'imgid' : 24, 22.792 }, 22.793 22.794 @@ -680,6 +1005,7 @@ 22.795 22.796 { 22.797 'filetype' : 'image', 22.798 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.799 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.800 'src' : 'IMG_0069.jpg', 22.801 'width' : '876', 22.802 @@ -696,8 +1022,20 @@ 22.803 'price1' : '25', 22.804 'pricecurrency1' : 'USD', 22.805 'pricecurrencysymbol1' : '$', 22.806 - 'pricesize1' : '16inx20in', 22.807 - 'numOfPrices' : '1', 22.808 + 'pricesize1' : '8"x10" Photo Print', 22.809 + 22.810 + 'price2' : '35', 22.811 + 'pricecurrency2' : 'USD', 22.812 + 'pricecurrencysymbol2' : '$', 22.813 + 'pricesize2' : '11"x14" Matted Print', 22.814 + 22.815 + 'price3' : '40', 22.816 + 'pricecurrency3' : 'USD', 22.817 + 'pricecurrencysymbol3' : '$', 22.818 + 'pricesize3' : '11"x14" Signed Matt', 22.819 + 22.820 + 22.821 + 'numOfPrices' : '3', 22.822 'imgid' : 25, 22.823 }, 22.824 22.825 @@ -705,6 +1043,7 @@ 22.826 22.827 { 22.828 'filetype' : 'image', 22.829 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.830 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.831 'src' : 'IMG_1540.jpg', 22.832 'width' : '876', 22.833 @@ -721,8 +1060,20 @@ 22.834 'price1' : '25', 22.835 'pricecurrency1' : 'USD', 22.836 'pricecurrencysymbol1' : '$', 22.837 - 'pricesize1' : '16inx20in', 22.838 - 'numOfPrices' : '1', 22.839 + 'pricesize1' : '8"x10" Photo Print', 22.840 + 22.841 + 'price2' : '35', 22.842 + 'pricecurrency2' : 'USD', 22.843 + 'pricecurrencysymbol2' : '$', 22.844 + 'pricesize2' : '11"x14" Matted Print', 22.845 + 22.846 + 'price3' : '40', 22.847 + 'pricecurrency3' : 'USD', 22.848 + 'pricecurrencysymbol3' : '$', 22.849 + 'pricesize3' : '11"x14" Signed Matt', 22.850 + 22.851 + 22.852 + 'numOfPrices' : '3', 22.853 'imgid' : 26, 22.854 }, 22.855 22.856 @@ -730,6 +1081,7 @@ 22.857 22.858 { 22.859 'filetype' : 'image', 22.860 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.861 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.862 'src' : 'IMG_7973.jpg', 22.863 'width' : '876', 22.864 @@ -746,8 +1098,20 @@ 22.865 'price1' : '25', 22.866 'pricecurrency1' : 'USD', 22.867 'pricecurrencysymbol1' : '$', 22.868 - 'pricesize1' : '16inx20in', 22.869 - 'numOfPrices' : '1', 22.870 + 'pricesize1' : '8"x10" Photo Print', 22.871 + 22.872 + 'price2' : '35', 22.873 + 'pricecurrency2' : 'USD', 22.874 + 'pricecurrencysymbol2' : '$', 22.875 + 'pricesize2' : '11"x14" Matted Print', 22.876 + 22.877 + 'price3' : '40', 22.878 + 'pricecurrency3' : 'USD', 22.879 + 'pricecurrencysymbol3' : '$', 22.880 + 'pricesize3' : '11"x14" Signed Matt', 22.881 + 22.882 + 22.883 + 'numOfPrices' : '3', 22.884 'imgid' : 27, 22.885 }, 22.886 22.887 @@ -755,6 +1119,7 @@ 22.888 22.889 { 22.890 'filetype' : 'image', 22.891 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.892 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.893 'src' : 'IMG_1356.jpg', 22.894 'width' : '876', 22.895 @@ -771,8 +1136,20 @@ 22.896 'price1' : '25', 22.897 'pricecurrency1' : 'USD', 22.898 'pricecurrencysymbol1' : '$', 22.899 - 'pricesize1' : '16inx20in', 22.900 - 'numOfPrices' : '1', 22.901 + 'pricesize1' : '8"x10" Photo Print', 22.902 + 22.903 + 'price2' : '35', 22.904 + 'pricecurrency2' : 'USD', 22.905 + 'pricecurrencysymbol2' : '$', 22.906 + 'pricesize2' : '11"x14" Matted Print', 22.907 + 22.908 + 'price3' : '40', 22.909 + 'pricecurrency3' : 'USD', 22.910 + 'pricecurrencysymbol3' : '$', 22.911 + 'pricesize3' : '11"x14" Signed Matt', 22.912 + 22.913 + 22.914 + 'numOfPrices' : '3', 22.915 'imgid' : 28, 22.916 }, 22.917 22.918 @@ -780,6 +1157,7 @@ 22.919 22.920 { 22.921 'filetype' : 'image', 22.922 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.923 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.924 'src' : 'IMG_0864.jpg', 22.925 'width' : '876', 22.926 @@ -796,8 +1174,20 @@ 22.927 'price1' : '25', 22.928 'pricecurrency1' : 'USD', 22.929 'pricecurrencysymbol1' : '$', 22.930 - 'pricesize1' : '16inx20in', 22.931 - 'numOfPrices' : '1', 22.932 + 'pricesize1' : '8"x10" Photo Print', 22.933 + 22.934 + 'price2' : '35', 22.935 + 'pricecurrency2' : 'USD', 22.936 + 'pricecurrencysymbol2' : '$', 22.937 + 'pricesize2' : '11"x14" Matted Print', 22.938 + 22.939 + 'price3' : '40', 22.940 + 'pricecurrency3' : 'USD', 22.941 + 'pricecurrencysymbol3' : '$', 22.942 + 'pricesize3' : '11"x14" Signed Matt', 22.943 + 22.944 + 22.945 + 'numOfPrices' : '3', 22.946 'imgid' : 29, 22.947 }, 22.948 22.949 @@ -805,12 +1195,13 @@ 22.950 22.951 { 22.952 'filetype' : 'image', 22.953 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.954 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.955 'src' : 'IMG_0907.jpg', 22.956 - 'width' : '876', 22.957 + 'width' : '389', 22.958 'height' : '584', 22.959 'lrgwidth' : '1300', 22.960 - 'lrgheight' : '867', 22.961 + 'lrgheight' : '1950', 22.962 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', 22.963 'title' : 'IMG_0907.jpg', 22.964 'author' : 'Judy Yates', 22.965 @@ -821,8 +1212,20 @@ 22.966 'price1' : '25', 22.967 'pricecurrency1' : 'USD', 22.968 'pricecurrencysymbol1' : '$', 22.969 - 'pricesize1' : '16inx20in', 22.970 - 'numOfPrices' : '1', 22.971 + 'pricesize1' : '8"x10" Photo Print', 22.972 + 22.973 + 'price2' : '35', 22.974 + 'pricecurrency2' : 'USD', 22.975 + 'pricecurrencysymbol2' : '$', 22.976 + 'pricesize2' : '11"x14" Matted Print', 22.977 + 22.978 + 'price3' : '40', 22.979 + 'pricecurrency3' : 'USD', 22.980 + 'pricecurrencysymbol3' : '$', 22.981 + 'pricesize3' : '11"x14" Signed Matt', 22.982 + 22.983 + 22.984 + 'numOfPrices' : '3', 22.985 'imgid' : 30, 22.986 }, 22.987 22.988 @@ -830,6 +1233,7 @@ 22.989 22.990 { 22.991 'filetype' : 'image', 22.992 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.993 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.994 'src' : 'IMG_2296.jpg', 22.995 'width' : '876', 22.996 @@ -846,8 +1250,20 @@ 22.997 'price1' : '25', 22.998 'pricecurrency1' : 'USD', 22.999 'pricecurrencysymbol1' : '$', 22.1000 - 'pricesize1' : '16inx20in', 22.1001 - 'numOfPrices' : '1', 22.1002 + 'pricesize1' : '8"x10" Photo Print', 22.1003 + 22.1004 + 'price2' : '35', 22.1005 + 'pricecurrency2' : 'USD', 22.1006 + 'pricecurrencysymbol2' : '$', 22.1007 + 'pricesize2' : '11"x14" Matted Print', 22.1008 + 22.1009 + 'price3' : '40', 22.1010 + 'pricecurrency3' : 'USD', 22.1011 + 'pricecurrencysymbol3' : '$', 22.1012 + 'pricesize3' : '11"x14" Signed Matt', 22.1013 + 22.1014 + 22.1015 + 'numOfPrices' : '3', 22.1016 'imgid' : 31, 22.1017 }, 22.1018 22.1019 @@ -855,6 +1271,7 @@ 22.1020 22.1021 { 22.1022 'filetype' : 'image', 22.1023 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.1024 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.1025 'src' : 'IMG_7959.jpg', 22.1026 'width' : '876', 22.1027 @@ -871,8 +1288,20 @@ 22.1028 'price1' : '25', 22.1029 'pricecurrency1' : 'USD', 22.1030 'pricecurrencysymbol1' : '$', 22.1031 - 'pricesize1' : '16inx20in', 22.1032 - 'numOfPrices' : '1', 22.1033 + 'pricesize1' : '8"x10" Photo Print', 22.1034 + 22.1035 + 'price2' : '35', 22.1036 + 'pricecurrency2' : 'USD', 22.1037 + 'pricecurrencysymbol2' : '$', 22.1038 + 'pricesize2' : '11"x14" Matted Print', 22.1039 + 22.1040 + 'price3' : '40', 22.1041 + 'pricecurrency3' : 'USD', 22.1042 + 'pricecurrencysymbol3' : '$', 22.1043 + 'pricesize3' : '11"x14" Signed Matt', 22.1044 + 22.1045 + 22.1046 + 'numOfPrices' : '3', 22.1047 'imgid' : 32, 22.1048 }, 22.1049 22.1050 @@ -880,6 +1309,7 @@ 22.1051 22.1052 { 22.1053 'filetype' : 'image', 22.1054 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.1055 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.1056 'src' : 'IMG_1419.jpg', 22.1057 'width' : '876', 22.1058 @@ -896,8 +1326,20 @@ 22.1059 'price1' : '25', 22.1060 'pricecurrency1' : 'USD', 22.1061 'pricecurrencysymbol1' : '$', 22.1062 - 'pricesize1' : '16inx20in', 22.1063 - 'numOfPrices' : '1', 22.1064 + 'pricesize1' : '8"x10" Photo Print', 22.1065 + 22.1066 + 'price2' : '35', 22.1067 + 'pricecurrency2' : 'USD', 22.1068 + 'pricecurrencysymbol2' : '$', 22.1069 + 'pricesize2' : '11"x14" Matted Print', 22.1070 + 22.1071 + 'price3' : '40', 22.1072 + 'pricecurrency3' : 'USD', 22.1073 + 'pricecurrencysymbol3' : '$', 22.1074 + 'pricesize3' : '11"x14" Signed Matt', 22.1075 + 22.1076 + 22.1077 + 'numOfPrices' : '3', 22.1078 'imgid' : 33, 22.1079 }, 22.1080 22.1081 @@ -905,12 +1347,13 @@ 22.1082 22.1083 { 22.1084 'filetype' : 'image', 22.1085 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.1086 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.1087 'src' : 'IMG_4430.jpg', 22.1088 - 'width' : '876', 22.1089 + 'width' : '389', 22.1090 'height' : '584', 22.1091 'lrgwidth' : '1300', 22.1092 - 'lrgheight' : '867', 22.1093 + 'lrgheight' : '1950', 22.1094 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', 22.1095 'title' : 'IMG_4430.jpg', 22.1096 'author' : 'Judy Yates', 22.1097 @@ -921,8 +1364,20 @@ 22.1098 'price1' : '25', 22.1099 'pricecurrency1' : 'USD', 22.1100 'pricecurrencysymbol1' : '$', 22.1101 - 'pricesize1' : '16inx20in', 22.1102 - 'numOfPrices' : '1', 22.1103 + 'pricesize1' : '8"x10" Photo Print', 22.1104 + 22.1105 + 'price2' : '35', 22.1106 + 'pricecurrency2' : 'USD', 22.1107 + 'pricecurrencysymbol2' : '$', 22.1108 + 'pricesize2' : '11"x14" Matted Print', 22.1109 + 22.1110 + 'price3' : '40', 22.1111 + 'pricecurrency3' : 'USD', 22.1112 + 'pricecurrencysymbol3' : '$', 22.1113 + 'pricesize3' : '11"x14" Signed Matt', 22.1114 + 22.1115 + 22.1116 + 'numOfPrices' : '3', 22.1117 'imgid' : 34, 22.1118 }, 22.1119 22.1120 @@ -930,6 +1385,7 @@ 22.1121 22.1122 { 22.1123 'filetype' : 'image', 22.1124 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.1125 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.1126 'src' : 'IMG_0222.jpg', 22.1127 'width' : '876', 22.1128 @@ -946,8 +1402,20 @@ 22.1129 'price1' : '25', 22.1130 'pricecurrency1' : 'USD', 22.1131 'pricecurrencysymbol1' : '$', 22.1132 - 'pricesize1' : '16inx20in', 22.1133 - 'numOfPrices' : '1', 22.1134 + 'pricesize1' : '8"x10" Photo Print', 22.1135 + 22.1136 + 'price2' : '35', 22.1137 + 'pricecurrency2' : 'USD', 22.1138 + 'pricecurrencysymbol2' : '$', 22.1139 + 'pricesize2' : '11"x14" Matted Print', 22.1140 + 22.1141 + 'price3' : '40', 22.1142 + 'pricecurrency3' : 'USD', 22.1143 + 'pricecurrencysymbol3' : '$', 22.1144 + 'pricesize3' : '11"x14" Signed Matt', 22.1145 + 22.1146 + 22.1147 + 'numOfPrices' : '3', 22.1148 'imgid' : 35, 22.1149 }, 22.1150 22.1151 @@ -955,6 +1423,7 @@ 22.1152 22.1153 { 22.1154 'filetype' : 'image', 22.1155 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.1156 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.1157 'src' : 'IMG_1331.jpg', 22.1158 'width' : '876', 22.1159 @@ -971,8 +1440,20 @@ 22.1160 'price1' : '25', 22.1161 'pricecurrency1' : 'USD', 22.1162 'pricecurrencysymbol1' : '$', 22.1163 - 'pricesize1' : '16inx20in', 22.1164 - 'numOfPrices' : '1', 22.1165 + 'pricesize1' : '8"x10" Photo Print', 22.1166 + 22.1167 + 'price2' : '35', 22.1168 + 'pricecurrency2' : 'USD', 22.1169 + 'pricecurrencysymbol2' : '$', 22.1170 + 'pricesize2' : '11"x14" Matted Print', 22.1171 + 22.1172 + 'price3' : '40', 22.1173 + 'pricecurrency3' : 'USD', 22.1174 + 'pricecurrencysymbol3' : '$', 22.1175 + 'pricesize3' : '11"x14" Signed Matt', 22.1176 + 22.1177 + 22.1178 + 'numOfPrices' : '3', 22.1179 'imgid' : 36, 22.1180 }, 22.1181 22.1182 @@ -980,6 +1461,7 @@ 22.1183 22.1184 { 22.1185 'filetype' : 'image', 22.1186 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.1187 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.1188 'src' : 'IMG_9899.jpg', 22.1189 'width' : '876', 22.1190 @@ -996,8 +1478,20 @@ 22.1191 'price1' : '25', 22.1192 'pricecurrency1' : 'USD', 22.1193 'pricecurrencysymbol1' : '$', 22.1194 - 'pricesize1' : '16inx20in', 22.1195 - 'numOfPrices' : '1', 22.1196 + 'pricesize1' : '8"x10" Photo Print', 22.1197 + 22.1198 + 'price2' : '35', 22.1199 + 'pricecurrency2' : 'USD', 22.1200 + 'pricecurrencysymbol2' : '$', 22.1201 + 'pricesize2' : '11"x14" Matted Print', 22.1202 + 22.1203 + 'price3' : '40', 22.1204 + 'pricecurrency3' : 'USD', 22.1205 + 'pricecurrencysymbol3' : '$', 22.1206 + 'pricesize3' : '11"x14" Signed Matt', 22.1207 + 22.1208 + 22.1209 + 'numOfPrices' : '3', 22.1210 'imgid' : 37, 22.1211 }, 22.1212 22.1213 @@ -1005,12 +1499,13 @@ 22.1214 22.1215 { 22.1216 'filetype' : 'image', 22.1217 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.1218 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.1219 'src' : 'IMG_7137.jpg', 22.1220 - 'width' : '876', 22.1221 + 'width' : '389', 22.1222 'height' : '584', 22.1223 'lrgwidth' : '1300', 22.1224 - 'lrgheight' : '867', 22.1225 + 'lrgheight' : '1950', 22.1226 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', 22.1227 'title' : 'IMG_7137.jpg', 22.1228 'author' : 'Judy Yates', 22.1229 @@ -1021,8 +1516,20 @@ 22.1230 'price1' : '25', 22.1231 'pricecurrency1' : 'USD', 22.1232 'pricecurrencysymbol1' : '$', 22.1233 - 'pricesize1' : '16inx20in', 22.1234 - 'numOfPrices' : '1', 22.1235 + 'pricesize1' : '8"x10" Photo Print', 22.1236 + 22.1237 + 'price2' : '35', 22.1238 + 'pricecurrency2' : 'USD', 22.1239 + 'pricecurrencysymbol2' : '$', 22.1240 + 'pricesize2' : '11"x14" Matted Print', 22.1241 + 22.1242 + 'price3' : '40', 22.1243 + 'pricecurrency3' : 'USD', 22.1244 + 'pricecurrencysymbol3' : '$', 22.1245 + 'pricesize3' : '11"x14" Signed Matt', 22.1246 + 22.1247 + 22.1248 + 'numOfPrices' : '3', 22.1249 'imgid' : 38, 22.1250 }, 22.1251 22.1252 @@ -1030,6 +1537,7 @@ 22.1253 22.1254 { 22.1255 'filetype' : 'image', 22.1256 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.1257 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.1258 'src' : 'IMG_0922.jpg', 22.1259 'width' : '876', 22.1260 @@ -1046,8 +1554,20 @@ 22.1261 'price1' : '25', 22.1262 'pricecurrency1' : 'USD', 22.1263 'pricecurrencysymbol1' : '$', 22.1264 - 'pricesize1' : '16inx20in', 22.1265 - 'numOfPrices' : '1', 22.1266 + 'pricesize1' : '8"x10" Photo Print', 22.1267 + 22.1268 + 'price2' : '35', 22.1269 + 'pricecurrency2' : 'USD', 22.1270 + 'pricecurrencysymbol2' : '$', 22.1271 + 'pricesize2' : '11"x14" Matted Print', 22.1272 + 22.1273 + 'price3' : '40', 22.1274 + 'pricecurrency3' : 'USD', 22.1275 + 'pricecurrencysymbol3' : '$', 22.1276 + 'pricesize3' : '11"x14" Signed Matt', 22.1277 + 22.1278 + 22.1279 + 'numOfPrices' : '3', 22.1280 'imgid' : 39, 22.1281 }, 22.1282 22.1283 @@ -1055,6 +1575,7 @@ 22.1284 22.1285 { 22.1286 'filetype' : 'image', 22.1287 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.1288 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.1289 'src' : 'IMG_0160.jpg', 22.1290 'width' : '876', 22.1291 @@ -1071,8 +1592,20 @@ 22.1292 'price1' : '25', 22.1293 'pricecurrency1' : 'USD', 22.1294 'pricecurrencysymbol1' : '$', 22.1295 - 'pricesize1' : '16inx20in', 22.1296 - 'numOfPrices' : '1', 22.1297 + 'pricesize1' : '8"x10" Photo Print', 22.1298 + 22.1299 + 'price2' : '35', 22.1300 + 'pricecurrency2' : 'USD', 22.1301 + 'pricecurrencysymbol2' : '$', 22.1302 + 'pricesize2' : '11"x14" Matted Print', 22.1303 + 22.1304 + 'price3' : '40', 22.1305 + 'pricecurrency3' : 'USD', 22.1306 + 'pricecurrencysymbol3' : '$', 22.1307 + 'pricesize3' : '11"x14" Signed Matt', 22.1308 + 22.1309 + 22.1310 + 'numOfPrices' : '3', 22.1311 'imgid' : 40, 22.1312 }, 22.1313 22.1314 @@ -1080,6 +1613,7 @@ 22.1315 22.1316 { 22.1317 'filetype' : 'image', 22.1318 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.1319 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.1320 'src' : 'IMG_8353.jpg', 22.1321 'width' : '876', 22.1322 @@ -1096,8 +1630,20 @@ 22.1323 'price1' : '25', 22.1324 'pricecurrency1' : 'USD', 22.1325 'pricecurrencysymbol1' : '$', 22.1326 - 'pricesize1' : '16inx20in', 22.1327 - 'numOfPrices' : '1', 22.1328 + 'pricesize1' : '8"x10" Photo Print', 22.1329 + 22.1330 + 'price2' : '35', 22.1331 + 'pricecurrency2' : 'USD', 22.1332 + 'pricecurrencysymbol2' : '$', 22.1333 + 'pricesize2' : '11"x14" Matted Print', 22.1334 + 22.1335 + 'price3' : '40', 22.1336 + 'pricecurrency3' : 'USD', 22.1337 + 'pricecurrencysymbol3' : '$', 22.1338 + 'pricesize3' : '11"x14" Signed Matt', 22.1339 + 22.1340 + 22.1341 + 'numOfPrices' : '3', 22.1342 'imgid' : 41, 22.1343 }, 22.1344 22.1345 @@ -1105,12 +1651,13 @@ 22.1346 22.1347 { 22.1348 'filetype' : 'image', 22.1349 + 'ButtonID' : 'RAYAWZUUTJ79E', 22.1350 'path' : './e2gallerypro/e2upload/Galleries/photos/', 22.1351 'src' : 'IMG_6911.jpg', 22.1352 - 'width' : '876', 22.1353 + 'width' : '389', 22.1354 'height' : '584', 22.1355 'lrgwidth' : '1300', 22.1356 - 'lrgheight' : '867', 22.1357 + 'lrgheight' : '1950', 22.1358 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', 22.1359 'title' : 'IMG_6911.jpg', 22.1360 'author' : 'Judy Yates', 22.1361 @@ -1121,8 +1668,20 @@ 22.1362 'price1' : '25', 22.1363 'pricecurrency1' : 'USD', 22.1364 'pricecurrencysymbol1' : '$', 22.1365 - 'pricesize1' : '16inx20in', 22.1366 - 'numOfPrices' : '1', 22.1367 + 'pricesize1' : '8"x10" Photo Print', 22.1368 + 22.1369 + 'price2' : '35', 22.1370 + 'pricecurrency2' : 'USD', 22.1371 + 'pricecurrencysymbol2' : '$', 22.1372 + 'pricesize2' : '11"x14" Matted Print', 22.1373 + 22.1374 + 'price3' : '40', 22.1375 + 'pricecurrency3' : 'USD', 22.1376 + 'pricecurrencysymbol3' : '$', 22.1377 + 'pricesize3' : '11"x14" Signed Matt', 22.1378 + 22.1379 + 22.1380 + 'numOfPrices' : '3', 22.1381 'imgid' : 42, 22.1382 }, 22.1383
23.1 --- a/recent_sales.html Mon Apr 12 02:31:43 2010 -0400 23.2 +++ b/recent_sales.html Mon Apr 12 03:24:08 2010 -0400 23.3 @@ -57,13 +57,14 @@ 23.4 'width':'720', 23.5 'height':'584', 23.6 'lrgwidth':'1300', 23.7 -'lrgheight':'1055', 23.8 +'lrgheight':'1055', 23.9 +'ButtonID' : "2JVJAN2X7GRZ2", 23.10 'lrgpath':'./e2gallerypro/e2upload/Galleries/prints/large/', 23.11 'title': 'Buffalo Mesa Verde', 'author':'Judy Yates', 'copyright':'Copyright Judy Yates Artist', 'description':'Buffalo Verde','forsale':true,'paytype':'paypal' , 'price1': '265', 'pricecurrency1': 'USD', 'pricecurrencysymbol1': '$', 'pricesize1': '16inx20in','numOfPrices':1, 'imgid':0}, 23.12 23.13 -{'filetype':'image', 'path':'./e2gallerypro/e2upload/Galleries/prints/','src':'Judy_Yates_Longhorn_Sunset.jpg', 'width':'720', 'height':'569', 'lrgwidth':'1300', 'lrgheight':'1027', 'lrgpath':'./e2gallerypro/e2upload/Galleries/prints/large/','title': 'Longhorn Sunset', 'author':'Judy Yates', 'copyright':'Copyright Judy Yates Artist', 'description':'Longhorn Sunset','forsale':true,'paytype':'paypal' , 'price1': '265', 'pricecurrency1': 'USD', 'pricecurrencysymbol1': '$', 'pricesize1': '16inx20in','numOfPrices':1, 'imgid':1}, 23.14 -{'filetype':'image', 'path':'./e2gallerypro/e2upload/Galleries/prints/','src':'Judy_Yates_Turquoise_Sky.jpg', 'width':'720', 'height':'558', 'lrgwidth':'1300', 'lrgheight':'1007', 'lrgpath':'./e2gallerypro/e2upload/Galleries/prints/large/','title': 'Turquoise Sky', 'author':'Judy Yates', 'copyright':'Copyright Judy Yates Artist', 'description':'Winner of the Mass. Primitive Arms Stamp Contest','forsale':true,'paytype':'paypal' , 'price1': '265', 'pricecurrency1': 'USD', 'pricecurrencysymbol1': '$', 'pricesize1': '16inx22in','numOfPrices':1, 'imgid':2}, 23.15 -{'filetype':'image', 'path':'./e2gallerypro/e2upload/Galleries/prints/','src':'Judy_Yates_Wood_Duck_Pair.jpg', 'width':'720', 'height':'537', 'lrgwidth':'1300', 'lrgheight':'970', 'lrgpath':'./e2gallerypro/e2upload/Galleries/prints/large/','title': 'Wood Duck Pair', 'author':'Judy Yates', 'copyright':'Copyright Judy Yates Artist', 'description':'Wood Duck Pair','forsale':true,'paytype':'paypal' , 'price1': '265', 'pricecurrency1': 'USD', 'pricecurrencysymbol1': '$', 'pricesize1': '16inx20in','numOfPrices':1, 'imgid':3} 23.16 +{'filetype':'image','ButtonID' : "2JVJAN2X7GRZ2", 'path':'./e2gallerypro/e2upload/Galleries/prints/','src':'Judy_Yates_Longhorn_Sunset.jpg', 'width':'720', 'height':'569', 'lrgwidth':'1300', 'lrgheight':'1027', 'lrgpath':'./e2gallerypro/e2upload/Galleries/prints/large/','title': 'Longhorn Sunset', 'author':'Judy Yates', 'copyright':'Copyright Judy Yates Artist', 'description':'Longhorn Sunset','forsale':true,'paytype':'paypal' , 'price1': '265', 'pricecurrency1': 'USD', 'pricecurrencysymbol1': '$', 'pricesize1': '16inx20in','numOfPrices':1, 'imgid':1}, 23.17 +{'filetype':'image','ButtonID' : "2JVJAN2X7GRZ2", 'path':'./e2gallerypro/e2upload/Galleries/prints/','src':'Judy_Yates_Turquoise_Sky.jpg', 'width':'720', 'height':'558', 'lrgwidth':'1300', 'lrgheight':'1007', 'lrgpath':'./e2gallerypro/e2upload/Galleries/prints/large/','title': 'Turquoise Sky', 'author':'Judy Yates', 'copyright':'Copyright Judy Yates Artist', 'description':'Winner of the Mass. Primitive Arms Stamp Contest','forsale':true,'paytype':'paypal' , 'price1': '265', 'pricecurrency1': 'USD', 'pricecurrencysymbol1': '$', 'pricesize1': '16inx22in','numOfPrices':1, 'imgid':2}, 23.18 +{'filetype':'image','ButtonID' : "2JVJAN2X7GRZ2", 'path':'./e2gallerypro/e2upload/Galleries/prints/','src':'Judy_Yates_Wood_Duck_Pair.jpg', 'width':'720', 'height':'537', 'lrgwidth':'1300', 'lrgheight':'970', 'lrgpath':'./e2gallerypro/e2upload/Galleries/prints/large/','title': 'Wood Duck Pair', 'author':'Judy Yates', 'copyright':'Copyright Judy Yates Artist', 'description':'Wood Duck Pair','forsale':true,'paytype':'paypal' , 'price1': '265', 'pricecurrency1': 'USD', 'pricecurrencysymbol1': '$', 'pricesize1': '16inx20in','numOfPrices':1, 'imgid':3} 23.19 ]; 23.20 <!--End (E)2 Gallery Parse XML output Javascript--> 23.21 </script> <script type="text/javascript" src="e2gallerypro/js/e2gallerypro.js"></script>