# HG changeset patch # User rlm # Date 1271057048 14400 # Node ID 2f433df9b9614100c2bf9cde39939d13bb1c35a8 # Parent ed6ee381b8fda40c8e0fed893f9d173d66a8be02 [svn r13] Modified esgallery source to enable multiple paypal buttons; got the photo gallery operational and tested. diff -r ed6ee381b8fd -r 2f433df9b961 e2gallerypro/e2upload/Galleries/photos-source/photos-normal/IMG_0907.JPG Binary file e2gallerypro/e2upload/Galleries/photos-source/photos-normal/IMG_0907.JPG has changed diff -r ed6ee381b8fd -r 2f433df9b961 e2gallerypro/e2upload/Galleries/photos-source/photos-normal/IMG_0909.JPG Binary file e2gallerypro/e2upload/Galleries/photos-source/photos-normal/IMG_0909.JPG has changed diff -r ed6ee381b8fd -r 2f433df9b961 e2gallerypro/e2upload/Galleries/photos-source/photos-normal/IMG_1470.JPG Binary file e2gallerypro/e2upload/Galleries/photos-source/photos-normal/IMG_1470.JPG has changed diff -r ed6ee381b8fd -r 2f433df9b961 e2gallerypro/e2upload/Galleries/photos-source/photos-normal/IMG_4430.JPG Binary file e2gallerypro/e2upload/Galleries/photos-source/photos-normal/IMG_4430.JPG has changed diff -r ed6ee381b8fd -r 2f433df9b961 e2gallerypro/e2upload/Galleries/photos-source/photos-normal/IMG_6911.JPG Binary file e2gallerypro/e2upload/Galleries/photos-source/photos-normal/IMG_6911.JPG has changed diff -r ed6ee381b8fd -r 2f433df9b961 e2gallerypro/e2upload/Galleries/photos-source/photos-normal/IMG_7137.JPG Binary file e2gallerypro/e2upload/Galleries/photos-source/photos-normal/IMG_7137.JPG has changed diff -r ed6ee381b8fd -r 2f433df9b961 e2gallerypro/e2upload/Galleries/photos/IMG_0907.jpg Binary file e2gallerypro/e2upload/Galleries/photos/IMG_0907.jpg has changed diff -r ed6ee381b8fd -r 2f433df9b961 e2gallerypro/e2upload/Galleries/photos/IMG_0909.jpg Binary file e2gallerypro/e2upload/Galleries/photos/IMG_0909.jpg has changed diff -r ed6ee381b8fd -r 2f433df9b961 e2gallerypro/e2upload/Galleries/photos/IMG_1470.jpg Binary file e2gallerypro/e2upload/Galleries/photos/IMG_1470.jpg has changed diff -r ed6ee381b8fd -r 2f433df9b961 e2gallerypro/e2upload/Galleries/photos/IMG_4430.jpg Binary file e2gallerypro/e2upload/Galleries/photos/IMG_4430.jpg has changed diff -r ed6ee381b8fd -r 2f433df9b961 e2gallerypro/e2upload/Galleries/photos/IMG_6911.jpg Binary file e2gallerypro/e2upload/Galleries/photos/IMG_6911.jpg has changed diff -r ed6ee381b8fd -r 2f433df9b961 e2gallerypro/e2upload/Galleries/photos/IMG_7137.jpg Binary file e2gallerypro/e2upload/Galleries/photos/IMG_7137.jpg has changed diff -r ed6ee381b8fd -r 2f433df9b961 e2gallerypro/e2upload/Galleries/photos/large/IMG_0907.jpg Binary file e2gallerypro/e2upload/Galleries/photos/large/IMG_0907.jpg has changed diff -r ed6ee381b8fd -r 2f433df9b961 e2gallerypro/e2upload/Galleries/photos/large/IMG_0909.jpg Binary file e2gallerypro/e2upload/Galleries/photos/large/IMG_0909.jpg has changed diff -r ed6ee381b8fd -r 2f433df9b961 e2gallerypro/e2upload/Galleries/photos/large/IMG_1470.jpg Binary file e2gallerypro/e2upload/Galleries/photos/large/IMG_1470.jpg has changed diff -r ed6ee381b8fd -r 2f433df9b961 e2gallerypro/e2upload/Galleries/photos/large/IMG_4430.jpg Binary file e2gallerypro/e2upload/Galleries/photos/large/IMG_4430.jpg has changed diff -r ed6ee381b8fd -r 2f433df9b961 e2gallerypro/e2upload/Galleries/photos/large/IMG_6911.jpg Binary file e2gallerypro/e2upload/Galleries/photos/large/IMG_6911.jpg has changed diff -r ed6ee381b8fd -r 2f433df9b961 e2gallerypro/e2upload/Galleries/photos/large/IMG_7137.jpg Binary file e2gallerypro/e2upload/Galleries/photos/large/IMG_7137.jpg has changed diff -r ed6ee381b8fd -r 2f433df9b961 e2gallerypro/js/e2gallerypro.js --- a/e2gallerypro/js/e2gallerypro.js Mon Apr 12 02:31:43 2010 -0400 +++ b/e2gallerypro/js/e2gallerypro.js Mon Apr 12 03:24:08 2010 -0400 @@ -321,4 +321,22 @@ } else { - 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+='
';paypalform+=' ';paypalform+=' ';paypalform+=' ';paypalform+=" Buy: "+placeTitle+"
";paypalform+=" "+purchaseOf+placeTitle+shipinginfoshort+"
";paypalform+=" ";paypalform+=' ";paypalform+="
'+galleryimages[e]["src"]+" -"+paypalSelectText+'
";paypalform+=' ';paypalform+=' ';paypalform+=' ';paypalform+="
";$("forsale").set("html",paypalform)}if(p=="google"){numOfPrices=galleryimages[e]["numOfPrices"];googleform="";googleform+='
';googleform+='';googleform+="Buy: "+placeTitle+"";googleform+="
";googleform+=purchaseOf+placeTitle+shipinginfoshort+"
";googleform+=selectSizes+": ";googleform+='
";for(i=1;i<=numOfPrices;i++){googleform+='';googleform+='';googleform+='';googleform+='';googleform+=''}googleform+='';googleform+="


";$("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",'1 of '+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";$("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",''+pauseText+'');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');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",''+playText+'');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()}})}); + 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") + { + var robMac=galleryimages[e]["ButtonID"]; + + numOfPrices=galleryimages[e]["numOfPrices"]; + paypalform=""; + paypalform+='
'; + paypalform+=' '; + paypalform+=' '; + paypalform+=' '; + paypalform+=" Buy: "+placeTitle+"
"; + paypalform+=" "+purchaseOf+placeTitle+shipinginfoshort+"
"; + paypalform+=" "; + paypalform+=' ";paypalform+="
'+galleryimages[e]["src"]+" -"+paypalSelectText+'
";paypalform+=' ';paypalform+=' ';paypalform+=' ';paypalform+="
";$("forsale").set("html",paypalform)}if(p=="google"){numOfPrices=galleryimages[e]["numOfPrices"];googleform="";googleform+='
';googleform+='';googleform+="Buy: "+placeTitle+"";googleform+="
";googleform+=purchaseOf+placeTitle+shipinginfoshort+"
";googleform+=selectSizes+": ";googleform+='
";for(i=1;i<=numOfPrices;i++){googleform+='';googleform+='';googleform+='';googleform+='';googleform+=''}googleform+='';googleform+="


";$("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",'1 of '+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";$("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",''+pauseText+'');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');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",''+playText+'');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()}})}); diff -r ed6ee381b8fd -r 2f433df9b961 log/error_log.log --- a/log/error_log.log Mon Apr 12 02:31:43 2010 -0400 +++ b/log/error_log.log Mon Apr 12 03:24:08 2010 -0400 @@ -1327,3 +1327,20 @@ [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 [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 [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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 diff -r ed6ee381b8fd -r 2f433df9b961 perl/make_gallery_js.pl --- a/perl/make_gallery_js.pl Mon Apr 12 02:31:43 2010 -0400 +++ b/perl/make_gallery_js.pl Mon Apr 12 03:24:08 2010 -0400 @@ -219,13 +219,30 @@ $description = $src; $forsale = "true"; $paytype ='paypal'; +$ButtonID = "RAYAWZUUTJ79E"; +$numOfPrices = 3; + $price1 = '25'; $pricecurrency1 = 'USD'; $pricecurrencysymbol1 = '$'; -$pricesize1 = '16inx20in'; -$numOfPrices = 1; +$pricesize1 = '8"x10" Photo Print'; + +$price2 = '35'; +$pricecurrency2 = 'USD'; +$pricecurrencysymbol2 = '$'; +$pricesize2 = '11"x14" Matted Print'; + +$price3 = '40'; +$pricecurrency3 = 'USD'; +$pricecurrencysymbol3 = '$'; +$pricesize3 = '11"x14" Signed Matt'; + + + + + $imgid = $id; @@ -233,6 +250,7 @@ { 'filetype' : '$filetype', + 'ButtonID' : '$ButtonID', 'path' : '$path', 'src' : '$src', 'width' : '$width', @@ -250,6 +268,18 @@ 'pricecurrency1' : '$pricecurrency1', 'pricecurrencysymbol1' : '$pricecurrencysymbol1', 'pricesize1' : '$pricesize1', + + 'price2' : '$price2', + 'pricecurrency2' : '$pricecurrency2', + 'pricecurrencysymbol2' : '$pricecurrencysymbol2', + 'pricesize2' : '$pricesize2', + + 'price3' : '$price3', + 'pricecurrency3' : '$pricecurrency3', + 'pricecurrencysymbol3' : '$pricecurrencysymbol3', + 'pricesize3' : '$pricesize3', + + 'numOfPrices' : '$numOfPrices', 'imgid' : $imgid, }, diff -r ed6ee381b8fd -r 2f433df9b961 photos.html --- a/photos.html Mon Apr 12 02:31:43 2010 -0400 +++ b/photos.html Mon Apr 12 03:24:08 2010 -0400 @@ -55,6 +55,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_0849.jpg', 'width' : '876', @@ -71,8 +72,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 0, }, @@ -80,12 +93,13 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_1470.jpg', - 'width' : '876', + 'width' : '389', 'height' : '584', 'lrgwidth' : '1300', - 'lrgheight' : '867', + 'lrgheight' : '1950', 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', 'title' : 'IMG_1470.jpg', 'author' : 'Judy Yates', @@ -96,8 +110,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 1, }, @@ -105,6 +131,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_1370.jpg', 'width' : '876', @@ -121,8 +148,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 2, }, @@ -130,6 +169,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_9790.jpg', 'width' : '876', @@ -146,8 +186,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 3, }, @@ -155,6 +207,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_8389.jpg', 'width' : '876', @@ -171,8 +224,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 4, }, @@ -180,6 +245,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_0179.jpg', 'width' : '876', @@ -196,8 +262,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 5, }, @@ -205,6 +283,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_0718.jpg', 'width' : '876', @@ -221,8 +300,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 6, }, @@ -230,6 +321,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_0273.jpg', 'width' : '876', @@ -246,8 +338,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 7, }, @@ -255,6 +359,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_1052.jpg', 'width' : '876', @@ -271,8 +376,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 8, }, @@ -280,6 +397,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_1517.jpg', 'width' : '876', @@ -296,8 +414,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 9, }, @@ -305,6 +435,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_9347.jpg', 'width' : '876', @@ -321,8 +452,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 10, }, @@ -330,6 +473,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_1337.jpg', 'width' : '876', @@ -346,8 +490,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 11, }, @@ -355,6 +511,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_7128.jpg', 'width' : '389', @@ -371,8 +528,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 12, }, @@ -380,6 +549,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_0906.jpg', 'width' : '876', @@ -396,8 +566,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 13, }, @@ -405,6 +587,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_7876.jpg', 'width' : '876', @@ -421,8 +604,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 14, }, @@ -430,6 +625,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_7126.jpg', 'width' : '389', @@ -446,8 +642,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 15, }, @@ -455,6 +663,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_8283.jpg', 'width' : '876', @@ -471,8 +680,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 16, }, @@ -480,6 +701,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_7162.jpg', 'width' : '876', @@ -496,8 +718,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 17, }, @@ -505,6 +739,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_0899.jpg', 'width' : '876', @@ -521,8 +756,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 18, }, @@ -530,6 +777,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_9349.jpg', 'width' : '876', @@ -546,8 +794,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 19, }, @@ -555,6 +815,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_5865.jpg', 'width' : '876', @@ -571,8 +832,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 20, }, @@ -580,12 +853,13 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_0909.jpg', - 'width' : '876', + 'width' : '389', 'height' : '584', 'lrgwidth' : '1300', - 'lrgheight' : '867', + 'lrgheight' : '1950', 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', 'title' : 'IMG_0909.jpg', 'author' : 'Judy Yates', @@ -596,8 +870,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 21, }, @@ -605,6 +891,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_1390.jpg', 'width' : '876', @@ -621,8 +908,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 22, }, @@ -630,6 +929,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_7887.jpg', 'width' : '876', @@ -646,8 +946,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 23, }, @@ -655,6 +967,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_0224.jpg', 'width' : '876', @@ -671,8 +984,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 24, }, @@ -680,6 +1005,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_0069.jpg', 'width' : '876', @@ -696,8 +1022,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 25, }, @@ -705,6 +1043,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_1540.jpg', 'width' : '876', @@ -721,8 +1060,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 26, }, @@ -730,6 +1081,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_7973.jpg', 'width' : '876', @@ -746,8 +1098,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 27, }, @@ -755,6 +1119,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_1356.jpg', 'width' : '876', @@ -771,8 +1136,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 28, }, @@ -780,6 +1157,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_0864.jpg', 'width' : '876', @@ -796,8 +1174,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 29, }, @@ -805,12 +1195,13 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_0907.jpg', - 'width' : '876', + 'width' : '389', 'height' : '584', 'lrgwidth' : '1300', - 'lrgheight' : '867', + 'lrgheight' : '1950', 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', 'title' : 'IMG_0907.jpg', 'author' : 'Judy Yates', @@ -821,8 +1212,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 30, }, @@ -830,6 +1233,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_2296.jpg', 'width' : '876', @@ -846,8 +1250,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 31, }, @@ -855,6 +1271,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_7959.jpg', 'width' : '876', @@ -871,8 +1288,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 32, }, @@ -880,6 +1309,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_1419.jpg', 'width' : '876', @@ -896,8 +1326,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 33, }, @@ -905,12 +1347,13 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_4430.jpg', - 'width' : '876', + 'width' : '389', 'height' : '584', 'lrgwidth' : '1300', - 'lrgheight' : '867', + 'lrgheight' : '1950', 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', 'title' : 'IMG_4430.jpg', 'author' : 'Judy Yates', @@ -921,8 +1364,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 34, }, @@ -930,6 +1385,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_0222.jpg', 'width' : '876', @@ -946,8 +1402,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 35, }, @@ -955,6 +1423,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_1331.jpg', 'width' : '876', @@ -971,8 +1440,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 36, }, @@ -980,6 +1461,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_9899.jpg', 'width' : '876', @@ -996,8 +1478,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 37, }, @@ -1005,12 +1499,13 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_7137.jpg', - 'width' : '876', + 'width' : '389', 'height' : '584', 'lrgwidth' : '1300', - 'lrgheight' : '867', + 'lrgheight' : '1950', 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', 'title' : 'IMG_7137.jpg', 'author' : 'Judy Yates', @@ -1021,8 +1516,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 38, }, @@ -1030,6 +1537,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_0922.jpg', 'width' : '876', @@ -1046,8 +1554,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 39, }, @@ -1055,6 +1575,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_0160.jpg', 'width' : '876', @@ -1071,8 +1592,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 40, }, @@ -1080,6 +1613,7 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_8353.jpg', 'width' : '876', @@ -1096,8 +1630,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 41, }, @@ -1105,12 +1651,13 @@ { 'filetype' : 'image', + 'ButtonID' : 'RAYAWZUUTJ79E', 'path' : './e2gallerypro/e2upload/Galleries/photos/', 'src' : 'IMG_6911.jpg', - 'width' : '876', + 'width' : '389', 'height' : '584', 'lrgwidth' : '1300', - 'lrgheight' : '867', + 'lrgheight' : '1950', 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', 'title' : 'IMG_6911.jpg', 'author' : 'Judy Yates', @@ -1121,8 +1668,20 @@ 'price1' : '25', 'pricecurrency1' : 'USD', 'pricecurrencysymbol1' : '$', - 'pricesize1' : '16inx20in', - 'numOfPrices' : '1', + 'pricesize1' : '8"x10" Photo Print', + + 'price2' : '35', + 'pricecurrency2' : 'USD', + 'pricecurrencysymbol2' : '$', + 'pricesize2' : '11"x14" Matted Print', + + 'price3' : '40', + 'pricecurrency3' : 'USD', + 'pricecurrencysymbol3' : '$', + 'pricesize3' : '11"x14" Signed Matt', + + + 'numOfPrices' : '3', 'imgid' : 42, }, diff -r ed6ee381b8fd -r 2f433df9b961 recent_sales.html --- a/recent_sales.html Mon Apr 12 02:31:43 2010 -0400 +++ b/recent_sales.html Mon Apr 12 03:24:08 2010 -0400 @@ -57,13 +57,14 @@ 'width':'720', 'height':'584', 'lrgwidth':'1300', -'lrgheight':'1055', +'lrgheight':'1055', +'ButtonID' : "2JVJAN2X7GRZ2", 'lrgpath':'./e2gallerypro/e2upload/Galleries/prints/large/', '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}, -{'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}, -{'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}, -{'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} +{'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}, +{'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}, +{'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} ];