Mercurial > judyates
comparison photos.html @ 11:ed6ee381b8fd judyates
[svn r12] compressed photos and assembled them into a working web gallery
author | rlm |
---|---|
date | Mon, 12 Apr 2010 02:31:43 -0400 |
parents | |
children | 2f433df9b961 |
comparison
equal
deleted
inserted
replaced
10:ed52b2b7cbc1 | 11:ed6ee381b8fd |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
3 <head> | |
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
5 | |
6 <title>Judy Yates - Prints</title> | |
7 | |
8 | |
9 <!--(E)2 Gallery Pro <head> Files--> | |
10 <!--(E)2 Gallery Config FIle--> | |
11 <!--End (E)2 Gallery Config FIle--> | |
12 <!--(E)2 Gallery Style Sheet Link--> | |
13 | |
14 <link href="firetest.css" rel="stylesheet" type="text/css" /> | |
15 | |
16 <link href="e2gallerypro/design/e2gallerypro/design.css" rel="stylesheet" type="text/css" /> | |
17 | |
18 <script type="text/javascript"> | |
19 //modify this path if needed ^ Correlates with Style Sheet Path above | |
20 var designPath="e2gallerypro/design/e2gallerypro/"; | |
21 </script> | |
22 <!--End (E)2 Gallery Style Sheet Link--> | |
23 | |
24 <!--Mootools--> | |
25 <script type="text/javascript" src="e2gallerypro/js/mootools-1.2-core.js"></script> | |
26 <script type="text/javascript" src="e2gallerypro/js/mootools-1.2-more.js"></script> | |
27 <!--End Mootools--> | |
28 <!--(E)2 Gallery Javascript--> | |
29 | |
30 <script type="text/javascript" src="e2gallerypro/js/setupvars.js"></script> | |
31 <script type="text/javascript"> | |
32 var imagesloaded = new Array(); | |
33 var maingalleries = new Array(); | |
34 <!--(E)2 Gallery Parse XML output Javascript--> | |
35 | |
36 maingalleries = | |
37 [ | |
38 {'name':'Judy Yates Photos', | |
39 'imgpath': './e2gallerypro/e2upload/Galleries/photos/', | |
40 'lrgpath': './e2gallerypro/e2upload/Galleries/photos/large/', | |
41 'thumbpath': './e2gallerypro/e2upload/Galleries/photos/thumbs/', | |
42 'mainthumb': './e2gallerypro/e2upload/Galleries/photos/', | |
43 'src':'mainthumb.jpg', | |
44 'description':'Awesome Photos From Judy Yates.', | |
45 'start':0, 'end':42, | |
46 'gallerynum':1} | |
47 ]; | |
48 | |
49 | |
50 var galleryimages = new Array(); | |
51 | |
52 | |
53 galleryimages = [ | |
54 | |
55 | |
56 { | |
57 'filetype' : 'image', | |
58 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
59 'src' : 'IMG_0849.jpg', | |
60 'width' : '876', | |
61 'height' : '584', | |
62 'lrgwidth' : '1300', | |
63 'lrgheight' : '867', | |
64 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
65 'title' : 'IMG_0849.jpg', | |
66 'author' : 'Judy Yates', | |
67 'copyright' : 'Copyright Judy Yates Artist 2010', | |
68 'description' : 'IMG_0849.jpg', | |
69 'forsale' : true, | |
70 'paytype' : 'paypal', | |
71 'price1' : '25', | |
72 'pricecurrency1' : 'USD', | |
73 'pricecurrencysymbol1' : '$', | |
74 'pricesize1' : '16inx20in', | |
75 'numOfPrices' : '1', | |
76 'imgid' : 0, | |
77 }, | |
78 | |
79 | |
80 | |
81 { | |
82 'filetype' : 'image', | |
83 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
84 'src' : 'IMG_1470.jpg', | |
85 'width' : '876', | |
86 'height' : '584', | |
87 'lrgwidth' : '1300', | |
88 'lrgheight' : '867', | |
89 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
90 'title' : 'IMG_1470.jpg', | |
91 'author' : 'Judy Yates', | |
92 'copyright' : 'Copyright Judy Yates Artist 2010', | |
93 'description' : 'IMG_1470.jpg', | |
94 'forsale' : true, | |
95 'paytype' : 'paypal', | |
96 'price1' : '25', | |
97 'pricecurrency1' : 'USD', | |
98 'pricecurrencysymbol1' : '$', | |
99 'pricesize1' : '16inx20in', | |
100 'numOfPrices' : '1', | |
101 'imgid' : 1, | |
102 }, | |
103 | |
104 | |
105 | |
106 { | |
107 'filetype' : 'image', | |
108 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
109 'src' : 'IMG_1370.jpg', | |
110 'width' : '876', | |
111 'height' : '584', | |
112 'lrgwidth' : '1300', | |
113 'lrgheight' : '867', | |
114 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
115 'title' : 'IMG_1370.jpg', | |
116 'author' : 'Judy Yates', | |
117 'copyright' : 'Copyright Judy Yates Artist 2010', | |
118 'description' : 'IMG_1370.jpg', | |
119 'forsale' : true, | |
120 'paytype' : 'paypal', | |
121 'price1' : '25', | |
122 'pricecurrency1' : 'USD', | |
123 'pricecurrencysymbol1' : '$', | |
124 'pricesize1' : '16inx20in', | |
125 'numOfPrices' : '1', | |
126 'imgid' : 2, | |
127 }, | |
128 | |
129 | |
130 | |
131 { | |
132 'filetype' : 'image', | |
133 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
134 'src' : 'IMG_9790.jpg', | |
135 'width' : '876', | |
136 'height' : '584', | |
137 'lrgwidth' : '1300', | |
138 'lrgheight' : '867', | |
139 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
140 'title' : 'IMG_9790.jpg', | |
141 'author' : 'Judy Yates', | |
142 'copyright' : 'Copyright Judy Yates Artist 2010', | |
143 'description' : 'IMG_9790.jpg', | |
144 'forsale' : true, | |
145 'paytype' : 'paypal', | |
146 'price1' : '25', | |
147 'pricecurrency1' : 'USD', | |
148 'pricecurrencysymbol1' : '$', | |
149 'pricesize1' : '16inx20in', | |
150 'numOfPrices' : '1', | |
151 'imgid' : 3, | |
152 }, | |
153 | |
154 | |
155 | |
156 { | |
157 'filetype' : 'image', | |
158 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
159 'src' : 'IMG_8389.jpg', | |
160 'width' : '876', | |
161 'height' : '584', | |
162 'lrgwidth' : '1300', | |
163 'lrgheight' : '867', | |
164 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
165 'title' : 'IMG_8389.jpg', | |
166 'author' : 'Judy Yates', | |
167 'copyright' : 'Copyright Judy Yates Artist 2010', | |
168 'description' : 'IMG_8389.jpg', | |
169 'forsale' : true, | |
170 'paytype' : 'paypal', | |
171 'price1' : '25', | |
172 'pricecurrency1' : 'USD', | |
173 'pricecurrencysymbol1' : '$', | |
174 'pricesize1' : '16inx20in', | |
175 'numOfPrices' : '1', | |
176 'imgid' : 4, | |
177 }, | |
178 | |
179 | |
180 | |
181 { | |
182 'filetype' : 'image', | |
183 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
184 'src' : 'IMG_0179.jpg', | |
185 'width' : '876', | |
186 'height' : '584', | |
187 'lrgwidth' : '1300', | |
188 'lrgheight' : '867', | |
189 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
190 'title' : 'IMG_0179.jpg', | |
191 'author' : 'Judy Yates', | |
192 'copyright' : 'Copyright Judy Yates Artist 2010', | |
193 'description' : 'IMG_0179.jpg', | |
194 'forsale' : true, | |
195 'paytype' : 'paypal', | |
196 'price1' : '25', | |
197 'pricecurrency1' : 'USD', | |
198 'pricecurrencysymbol1' : '$', | |
199 'pricesize1' : '16inx20in', | |
200 'numOfPrices' : '1', | |
201 'imgid' : 5, | |
202 }, | |
203 | |
204 | |
205 | |
206 { | |
207 'filetype' : 'image', | |
208 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
209 'src' : 'IMG_0718.jpg', | |
210 'width' : '876', | |
211 'height' : '584', | |
212 'lrgwidth' : '1300', | |
213 'lrgheight' : '867', | |
214 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
215 'title' : 'IMG_0718.jpg', | |
216 'author' : 'Judy Yates', | |
217 'copyright' : 'Copyright Judy Yates Artist 2010', | |
218 'description' : 'IMG_0718.jpg', | |
219 'forsale' : true, | |
220 'paytype' : 'paypal', | |
221 'price1' : '25', | |
222 'pricecurrency1' : 'USD', | |
223 'pricecurrencysymbol1' : '$', | |
224 'pricesize1' : '16inx20in', | |
225 'numOfPrices' : '1', | |
226 'imgid' : 6, | |
227 }, | |
228 | |
229 | |
230 | |
231 { | |
232 'filetype' : 'image', | |
233 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
234 'src' : 'IMG_0273.jpg', | |
235 'width' : '876', | |
236 'height' : '584', | |
237 'lrgwidth' : '1300', | |
238 'lrgheight' : '867', | |
239 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
240 'title' : 'IMG_0273.jpg', | |
241 'author' : 'Judy Yates', | |
242 'copyright' : 'Copyright Judy Yates Artist 2010', | |
243 'description' : 'IMG_0273.jpg', | |
244 'forsale' : true, | |
245 'paytype' : 'paypal', | |
246 'price1' : '25', | |
247 'pricecurrency1' : 'USD', | |
248 'pricecurrencysymbol1' : '$', | |
249 'pricesize1' : '16inx20in', | |
250 'numOfPrices' : '1', | |
251 'imgid' : 7, | |
252 }, | |
253 | |
254 | |
255 | |
256 { | |
257 'filetype' : 'image', | |
258 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
259 'src' : 'IMG_1052.jpg', | |
260 'width' : '876', | |
261 'height' : '584', | |
262 'lrgwidth' : '1300', | |
263 'lrgheight' : '867', | |
264 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
265 'title' : 'IMG_1052.jpg', | |
266 'author' : 'Judy Yates', | |
267 'copyright' : 'Copyright Judy Yates Artist 2010', | |
268 'description' : 'IMG_1052.jpg', | |
269 'forsale' : true, | |
270 'paytype' : 'paypal', | |
271 'price1' : '25', | |
272 'pricecurrency1' : 'USD', | |
273 'pricecurrencysymbol1' : '$', | |
274 'pricesize1' : '16inx20in', | |
275 'numOfPrices' : '1', | |
276 'imgid' : 8, | |
277 }, | |
278 | |
279 | |
280 | |
281 { | |
282 'filetype' : 'image', | |
283 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
284 'src' : 'IMG_1517.jpg', | |
285 'width' : '876', | |
286 'height' : '584', | |
287 'lrgwidth' : '1300', | |
288 'lrgheight' : '867', | |
289 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
290 'title' : 'IMG_1517.jpg', | |
291 'author' : 'Judy Yates', | |
292 'copyright' : 'Copyright Judy Yates Artist 2010', | |
293 'description' : 'IMG_1517.jpg', | |
294 'forsale' : true, | |
295 'paytype' : 'paypal', | |
296 'price1' : '25', | |
297 'pricecurrency1' : 'USD', | |
298 'pricecurrencysymbol1' : '$', | |
299 'pricesize1' : '16inx20in', | |
300 'numOfPrices' : '1', | |
301 'imgid' : 9, | |
302 }, | |
303 | |
304 | |
305 | |
306 { | |
307 'filetype' : 'image', | |
308 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
309 'src' : 'IMG_9347.jpg', | |
310 'width' : '876', | |
311 'height' : '584', | |
312 'lrgwidth' : '1300', | |
313 'lrgheight' : '867', | |
314 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
315 'title' : 'IMG_9347.jpg', | |
316 'author' : 'Judy Yates', | |
317 'copyright' : 'Copyright Judy Yates Artist 2010', | |
318 'description' : 'IMG_9347.jpg', | |
319 'forsale' : true, | |
320 'paytype' : 'paypal', | |
321 'price1' : '25', | |
322 'pricecurrency1' : 'USD', | |
323 'pricecurrencysymbol1' : '$', | |
324 'pricesize1' : '16inx20in', | |
325 'numOfPrices' : '1', | |
326 'imgid' : 10, | |
327 }, | |
328 | |
329 | |
330 | |
331 { | |
332 'filetype' : 'image', | |
333 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
334 'src' : 'IMG_1337.jpg', | |
335 'width' : '876', | |
336 'height' : '584', | |
337 'lrgwidth' : '1300', | |
338 'lrgheight' : '867', | |
339 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
340 'title' : 'IMG_1337.jpg', | |
341 'author' : 'Judy Yates', | |
342 'copyright' : 'Copyright Judy Yates Artist 2010', | |
343 'description' : 'IMG_1337.jpg', | |
344 'forsale' : true, | |
345 'paytype' : 'paypal', | |
346 'price1' : '25', | |
347 'pricecurrency1' : 'USD', | |
348 'pricecurrencysymbol1' : '$', | |
349 'pricesize1' : '16inx20in', | |
350 'numOfPrices' : '1', | |
351 'imgid' : 11, | |
352 }, | |
353 | |
354 | |
355 | |
356 { | |
357 'filetype' : 'image', | |
358 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
359 'src' : 'IMG_7128.jpg', | |
360 'width' : '389', | |
361 'height' : '584', | |
362 'lrgwidth' : '1300', | |
363 'lrgheight' : '1950', | |
364 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
365 'title' : 'IMG_7128.jpg', | |
366 'author' : 'Judy Yates', | |
367 'copyright' : 'Copyright Judy Yates Artist 2010', | |
368 'description' : 'IMG_7128.jpg', | |
369 'forsale' : true, | |
370 'paytype' : 'paypal', | |
371 'price1' : '25', | |
372 'pricecurrency1' : 'USD', | |
373 'pricecurrencysymbol1' : '$', | |
374 'pricesize1' : '16inx20in', | |
375 'numOfPrices' : '1', | |
376 'imgid' : 12, | |
377 }, | |
378 | |
379 | |
380 | |
381 { | |
382 'filetype' : 'image', | |
383 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
384 'src' : 'IMG_0906.jpg', | |
385 'width' : '876', | |
386 'height' : '584', | |
387 'lrgwidth' : '1300', | |
388 'lrgheight' : '867', | |
389 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
390 'title' : 'IMG_0906.jpg', | |
391 'author' : 'Judy Yates', | |
392 'copyright' : 'Copyright Judy Yates Artist 2010', | |
393 'description' : 'IMG_0906.jpg', | |
394 'forsale' : true, | |
395 'paytype' : 'paypal', | |
396 'price1' : '25', | |
397 'pricecurrency1' : 'USD', | |
398 'pricecurrencysymbol1' : '$', | |
399 'pricesize1' : '16inx20in', | |
400 'numOfPrices' : '1', | |
401 'imgid' : 13, | |
402 }, | |
403 | |
404 | |
405 | |
406 { | |
407 'filetype' : 'image', | |
408 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
409 'src' : 'IMG_7876.jpg', | |
410 'width' : '876', | |
411 'height' : '584', | |
412 'lrgwidth' : '1300', | |
413 'lrgheight' : '867', | |
414 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
415 'title' : 'IMG_7876.jpg', | |
416 'author' : 'Judy Yates', | |
417 'copyright' : 'Copyright Judy Yates Artist 2010', | |
418 'description' : 'IMG_7876.jpg', | |
419 'forsale' : true, | |
420 'paytype' : 'paypal', | |
421 'price1' : '25', | |
422 'pricecurrency1' : 'USD', | |
423 'pricecurrencysymbol1' : '$', | |
424 'pricesize1' : '16inx20in', | |
425 'numOfPrices' : '1', | |
426 'imgid' : 14, | |
427 }, | |
428 | |
429 | |
430 | |
431 { | |
432 'filetype' : 'image', | |
433 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
434 'src' : 'IMG_7126.jpg', | |
435 'width' : '389', | |
436 'height' : '584', | |
437 'lrgwidth' : '1300', | |
438 'lrgheight' : '1950', | |
439 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
440 'title' : 'IMG_7126.jpg', | |
441 'author' : 'Judy Yates', | |
442 'copyright' : 'Copyright Judy Yates Artist 2010', | |
443 'description' : 'IMG_7126.jpg', | |
444 'forsale' : true, | |
445 'paytype' : 'paypal', | |
446 'price1' : '25', | |
447 'pricecurrency1' : 'USD', | |
448 'pricecurrencysymbol1' : '$', | |
449 'pricesize1' : '16inx20in', | |
450 'numOfPrices' : '1', | |
451 'imgid' : 15, | |
452 }, | |
453 | |
454 | |
455 | |
456 { | |
457 'filetype' : 'image', | |
458 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
459 'src' : 'IMG_8283.jpg', | |
460 'width' : '876', | |
461 'height' : '584', | |
462 'lrgwidth' : '1300', | |
463 'lrgheight' : '867', | |
464 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
465 'title' : 'IMG_8283.jpg', | |
466 'author' : 'Judy Yates', | |
467 'copyright' : 'Copyright Judy Yates Artist 2010', | |
468 'description' : 'IMG_8283.jpg', | |
469 'forsale' : true, | |
470 'paytype' : 'paypal', | |
471 'price1' : '25', | |
472 'pricecurrency1' : 'USD', | |
473 'pricecurrencysymbol1' : '$', | |
474 'pricesize1' : '16inx20in', | |
475 'numOfPrices' : '1', | |
476 'imgid' : 16, | |
477 }, | |
478 | |
479 | |
480 | |
481 { | |
482 'filetype' : 'image', | |
483 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
484 'src' : 'IMG_7162.jpg', | |
485 'width' : '876', | |
486 'height' : '584', | |
487 'lrgwidth' : '1300', | |
488 'lrgheight' : '867', | |
489 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
490 'title' : 'IMG_7162.jpg', | |
491 'author' : 'Judy Yates', | |
492 'copyright' : 'Copyright Judy Yates Artist 2010', | |
493 'description' : 'IMG_7162.jpg', | |
494 'forsale' : true, | |
495 'paytype' : 'paypal', | |
496 'price1' : '25', | |
497 'pricecurrency1' : 'USD', | |
498 'pricecurrencysymbol1' : '$', | |
499 'pricesize1' : '16inx20in', | |
500 'numOfPrices' : '1', | |
501 'imgid' : 17, | |
502 }, | |
503 | |
504 | |
505 | |
506 { | |
507 'filetype' : 'image', | |
508 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
509 'src' : 'IMG_0899.jpg', | |
510 'width' : '876', | |
511 'height' : '584', | |
512 'lrgwidth' : '1300', | |
513 'lrgheight' : '867', | |
514 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
515 'title' : 'IMG_0899.jpg', | |
516 'author' : 'Judy Yates', | |
517 'copyright' : 'Copyright Judy Yates Artist 2010', | |
518 'description' : 'IMG_0899.jpg', | |
519 'forsale' : true, | |
520 'paytype' : 'paypal', | |
521 'price1' : '25', | |
522 'pricecurrency1' : 'USD', | |
523 'pricecurrencysymbol1' : '$', | |
524 'pricesize1' : '16inx20in', | |
525 'numOfPrices' : '1', | |
526 'imgid' : 18, | |
527 }, | |
528 | |
529 | |
530 | |
531 { | |
532 'filetype' : 'image', | |
533 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
534 'src' : 'IMG_9349.jpg', | |
535 'width' : '876', | |
536 'height' : '584', | |
537 'lrgwidth' : '1300', | |
538 'lrgheight' : '867', | |
539 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
540 'title' : 'IMG_9349.jpg', | |
541 'author' : 'Judy Yates', | |
542 'copyright' : 'Copyright Judy Yates Artist 2010', | |
543 'description' : 'IMG_9349.jpg', | |
544 'forsale' : true, | |
545 'paytype' : 'paypal', | |
546 'price1' : '25', | |
547 'pricecurrency1' : 'USD', | |
548 'pricecurrencysymbol1' : '$', | |
549 'pricesize1' : '16inx20in', | |
550 'numOfPrices' : '1', | |
551 'imgid' : 19, | |
552 }, | |
553 | |
554 | |
555 | |
556 { | |
557 'filetype' : 'image', | |
558 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
559 'src' : 'IMG_5865.jpg', | |
560 'width' : '876', | |
561 'height' : '584', | |
562 'lrgwidth' : '1300', | |
563 'lrgheight' : '867', | |
564 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
565 'title' : 'IMG_5865.jpg', | |
566 'author' : 'Judy Yates', | |
567 'copyright' : 'Copyright Judy Yates Artist 2010', | |
568 'description' : 'IMG_5865.jpg', | |
569 'forsale' : true, | |
570 'paytype' : 'paypal', | |
571 'price1' : '25', | |
572 'pricecurrency1' : 'USD', | |
573 'pricecurrencysymbol1' : '$', | |
574 'pricesize1' : '16inx20in', | |
575 'numOfPrices' : '1', | |
576 'imgid' : 20, | |
577 }, | |
578 | |
579 | |
580 | |
581 { | |
582 'filetype' : 'image', | |
583 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
584 'src' : 'IMG_0909.jpg', | |
585 'width' : '876', | |
586 'height' : '584', | |
587 'lrgwidth' : '1300', | |
588 'lrgheight' : '867', | |
589 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
590 'title' : 'IMG_0909.jpg', | |
591 'author' : 'Judy Yates', | |
592 'copyright' : 'Copyright Judy Yates Artist 2010', | |
593 'description' : 'IMG_0909.jpg', | |
594 'forsale' : true, | |
595 'paytype' : 'paypal', | |
596 'price1' : '25', | |
597 'pricecurrency1' : 'USD', | |
598 'pricecurrencysymbol1' : '$', | |
599 'pricesize1' : '16inx20in', | |
600 'numOfPrices' : '1', | |
601 'imgid' : 21, | |
602 }, | |
603 | |
604 | |
605 | |
606 { | |
607 'filetype' : 'image', | |
608 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
609 'src' : 'IMG_1390.jpg', | |
610 'width' : '876', | |
611 'height' : '584', | |
612 'lrgwidth' : '1300', | |
613 'lrgheight' : '867', | |
614 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
615 'title' : 'IMG_1390.jpg', | |
616 'author' : 'Judy Yates', | |
617 'copyright' : 'Copyright Judy Yates Artist 2010', | |
618 'description' : 'IMG_1390.jpg', | |
619 'forsale' : true, | |
620 'paytype' : 'paypal', | |
621 'price1' : '25', | |
622 'pricecurrency1' : 'USD', | |
623 'pricecurrencysymbol1' : '$', | |
624 'pricesize1' : '16inx20in', | |
625 'numOfPrices' : '1', | |
626 'imgid' : 22, | |
627 }, | |
628 | |
629 | |
630 | |
631 { | |
632 'filetype' : 'image', | |
633 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
634 'src' : 'IMG_7887.jpg', | |
635 'width' : '876', | |
636 'height' : '584', | |
637 'lrgwidth' : '1300', | |
638 'lrgheight' : '867', | |
639 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
640 'title' : 'IMG_7887.jpg', | |
641 'author' : 'Judy Yates', | |
642 'copyright' : 'Copyright Judy Yates Artist 2010', | |
643 'description' : 'IMG_7887.jpg', | |
644 'forsale' : true, | |
645 'paytype' : 'paypal', | |
646 'price1' : '25', | |
647 'pricecurrency1' : 'USD', | |
648 'pricecurrencysymbol1' : '$', | |
649 'pricesize1' : '16inx20in', | |
650 'numOfPrices' : '1', | |
651 'imgid' : 23, | |
652 }, | |
653 | |
654 | |
655 | |
656 { | |
657 'filetype' : 'image', | |
658 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
659 'src' : 'IMG_0224.jpg', | |
660 'width' : '876', | |
661 'height' : '584', | |
662 'lrgwidth' : '1300', | |
663 'lrgheight' : '867', | |
664 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
665 'title' : 'IMG_0224.jpg', | |
666 'author' : 'Judy Yates', | |
667 'copyright' : 'Copyright Judy Yates Artist 2010', | |
668 'description' : 'IMG_0224.jpg', | |
669 'forsale' : true, | |
670 'paytype' : 'paypal', | |
671 'price1' : '25', | |
672 'pricecurrency1' : 'USD', | |
673 'pricecurrencysymbol1' : '$', | |
674 'pricesize1' : '16inx20in', | |
675 'numOfPrices' : '1', | |
676 'imgid' : 24, | |
677 }, | |
678 | |
679 | |
680 | |
681 { | |
682 'filetype' : 'image', | |
683 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
684 'src' : 'IMG_0069.jpg', | |
685 'width' : '876', | |
686 'height' : '584', | |
687 'lrgwidth' : '1300', | |
688 'lrgheight' : '867', | |
689 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
690 'title' : 'IMG_0069.jpg', | |
691 'author' : 'Judy Yates', | |
692 'copyright' : 'Copyright Judy Yates Artist 2010', | |
693 'description' : 'IMG_0069.jpg', | |
694 'forsale' : true, | |
695 'paytype' : 'paypal', | |
696 'price1' : '25', | |
697 'pricecurrency1' : 'USD', | |
698 'pricecurrencysymbol1' : '$', | |
699 'pricesize1' : '16inx20in', | |
700 'numOfPrices' : '1', | |
701 'imgid' : 25, | |
702 }, | |
703 | |
704 | |
705 | |
706 { | |
707 'filetype' : 'image', | |
708 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
709 'src' : 'IMG_1540.jpg', | |
710 'width' : '876', | |
711 'height' : '584', | |
712 'lrgwidth' : '1300', | |
713 'lrgheight' : '867', | |
714 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
715 'title' : 'IMG_1540.jpg', | |
716 'author' : 'Judy Yates', | |
717 'copyright' : 'Copyright Judy Yates Artist 2010', | |
718 'description' : 'IMG_1540.jpg', | |
719 'forsale' : true, | |
720 'paytype' : 'paypal', | |
721 'price1' : '25', | |
722 'pricecurrency1' : 'USD', | |
723 'pricecurrencysymbol1' : '$', | |
724 'pricesize1' : '16inx20in', | |
725 'numOfPrices' : '1', | |
726 'imgid' : 26, | |
727 }, | |
728 | |
729 | |
730 | |
731 { | |
732 'filetype' : 'image', | |
733 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
734 'src' : 'IMG_7973.jpg', | |
735 'width' : '876', | |
736 'height' : '584', | |
737 'lrgwidth' : '1300', | |
738 'lrgheight' : '867', | |
739 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
740 'title' : 'IMG_7973.jpg', | |
741 'author' : 'Judy Yates', | |
742 'copyright' : 'Copyright Judy Yates Artist 2010', | |
743 'description' : 'IMG_7973.jpg', | |
744 'forsale' : true, | |
745 'paytype' : 'paypal', | |
746 'price1' : '25', | |
747 'pricecurrency1' : 'USD', | |
748 'pricecurrencysymbol1' : '$', | |
749 'pricesize1' : '16inx20in', | |
750 'numOfPrices' : '1', | |
751 'imgid' : 27, | |
752 }, | |
753 | |
754 | |
755 | |
756 { | |
757 'filetype' : 'image', | |
758 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
759 'src' : 'IMG_1356.jpg', | |
760 'width' : '876', | |
761 'height' : '584', | |
762 'lrgwidth' : '1300', | |
763 'lrgheight' : '867', | |
764 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
765 'title' : 'IMG_1356.jpg', | |
766 'author' : 'Judy Yates', | |
767 'copyright' : 'Copyright Judy Yates Artist 2010', | |
768 'description' : 'IMG_1356.jpg', | |
769 'forsale' : true, | |
770 'paytype' : 'paypal', | |
771 'price1' : '25', | |
772 'pricecurrency1' : 'USD', | |
773 'pricecurrencysymbol1' : '$', | |
774 'pricesize1' : '16inx20in', | |
775 'numOfPrices' : '1', | |
776 'imgid' : 28, | |
777 }, | |
778 | |
779 | |
780 | |
781 { | |
782 'filetype' : 'image', | |
783 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
784 'src' : 'IMG_0864.jpg', | |
785 'width' : '876', | |
786 'height' : '584', | |
787 'lrgwidth' : '1300', | |
788 'lrgheight' : '867', | |
789 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
790 'title' : 'IMG_0864.jpg', | |
791 'author' : 'Judy Yates', | |
792 'copyright' : 'Copyright Judy Yates Artist 2010', | |
793 'description' : 'IMG_0864.jpg', | |
794 'forsale' : true, | |
795 'paytype' : 'paypal', | |
796 'price1' : '25', | |
797 'pricecurrency1' : 'USD', | |
798 'pricecurrencysymbol1' : '$', | |
799 'pricesize1' : '16inx20in', | |
800 'numOfPrices' : '1', | |
801 'imgid' : 29, | |
802 }, | |
803 | |
804 | |
805 | |
806 { | |
807 'filetype' : 'image', | |
808 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
809 'src' : 'IMG_0907.jpg', | |
810 'width' : '876', | |
811 'height' : '584', | |
812 'lrgwidth' : '1300', | |
813 'lrgheight' : '867', | |
814 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
815 'title' : 'IMG_0907.jpg', | |
816 'author' : 'Judy Yates', | |
817 'copyright' : 'Copyright Judy Yates Artist 2010', | |
818 'description' : 'IMG_0907.jpg', | |
819 'forsale' : true, | |
820 'paytype' : 'paypal', | |
821 'price1' : '25', | |
822 'pricecurrency1' : 'USD', | |
823 'pricecurrencysymbol1' : '$', | |
824 'pricesize1' : '16inx20in', | |
825 'numOfPrices' : '1', | |
826 'imgid' : 30, | |
827 }, | |
828 | |
829 | |
830 | |
831 { | |
832 'filetype' : 'image', | |
833 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
834 'src' : 'IMG_2296.jpg', | |
835 'width' : '876', | |
836 'height' : '584', | |
837 'lrgwidth' : '1300', | |
838 'lrgheight' : '867', | |
839 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
840 'title' : 'IMG_2296.jpg', | |
841 'author' : 'Judy Yates', | |
842 'copyright' : 'Copyright Judy Yates Artist 2010', | |
843 'description' : 'IMG_2296.jpg', | |
844 'forsale' : true, | |
845 'paytype' : 'paypal', | |
846 'price1' : '25', | |
847 'pricecurrency1' : 'USD', | |
848 'pricecurrencysymbol1' : '$', | |
849 'pricesize1' : '16inx20in', | |
850 'numOfPrices' : '1', | |
851 'imgid' : 31, | |
852 }, | |
853 | |
854 | |
855 | |
856 { | |
857 'filetype' : 'image', | |
858 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
859 'src' : 'IMG_7959.jpg', | |
860 'width' : '876', | |
861 'height' : '584', | |
862 'lrgwidth' : '1300', | |
863 'lrgheight' : '867', | |
864 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
865 'title' : 'IMG_7959.jpg', | |
866 'author' : 'Judy Yates', | |
867 'copyright' : 'Copyright Judy Yates Artist 2010', | |
868 'description' : 'IMG_7959.jpg', | |
869 'forsale' : true, | |
870 'paytype' : 'paypal', | |
871 'price1' : '25', | |
872 'pricecurrency1' : 'USD', | |
873 'pricecurrencysymbol1' : '$', | |
874 'pricesize1' : '16inx20in', | |
875 'numOfPrices' : '1', | |
876 'imgid' : 32, | |
877 }, | |
878 | |
879 | |
880 | |
881 { | |
882 'filetype' : 'image', | |
883 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
884 'src' : 'IMG_1419.jpg', | |
885 'width' : '876', | |
886 'height' : '584', | |
887 'lrgwidth' : '1300', | |
888 'lrgheight' : '867', | |
889 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
890 'title' : 'IMG_1419.jpg', | |
891 'author' : 'Judy Yates', | |
892 'copyright' : 'Copyright Judy Yates Artist 2010', | |
893 'description' : 'IMG_1419.jpg', | |
894 'forsale' : true, | |
895 'paytype' : 'paypal', | |
896 'price1' : '25', | |
897 'pricecurrency1' : 'USD', | |
898 'pricecurrencysymbol1' : '$', | |
899 'pricesize1' : '16inx20in', | |
900 'numOfPrices' : '1', | |
901 'imgid' : 33, | |
902 }, | |
903 | |
904 | |
905 | |
906 { | |
907 'filetype' : 'image', | |
908 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
909 'src' : 'IMG_4430.jpg', | |
910 'width' : '876', | |
911 'height' : '584', | |
912 'lrgwidth' : '1300', | |
913 'lrgheight' : '867', | |
914 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
915 'title' : 'IMG_4430.jpg', | |
916 'author' : 'Judy Yates', | |
917 'copyright' : 'Copyright Judy Yates Artist 2010', | |
918 'description' : 'IMG_4430.jpg', | |
919 'forsale' : true, | |
920 'paytype' : 'paypal', | |
921 'price1' : '25', | |
922 'pricecurrency1' : 'USD', | |
923 'pricecurrencysymbol1' : '$', | |
924 'pricesize1' : '16inx20in', | |
925 'numOfPrices' : '1', | |
926 'imgid' : 34, | |
927 }, | |
928 | |
929 | |
930 | |
931 { | |
932 'filetype' : 'image', | |
933 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
934 'src' : 'IMG_0222.jpg', | |
935 'width' : '876', | |
936 'height' : '584', | |
937 'lrgwidth' : '1300', | |
938 'lrgheight' : '867', | |
939 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
940 'title' : 'IMG_0222.jpg', | |
941 'author' : 'Judy Yates', | |
942 'copyright' : 'Copyright Judy Yates Artist 2010', | |
943 'description' : 'IMG_0222.jpg', | |
944 'forsale' : true, | |
945 'paytype' : 'paypal', | |
946 'price1' : '25', | |
947 'pricecurrency1' : 'USD', | |
948 'pricecurrencysymbol1' : '$', | |
949 'pricesize1' : '16inx20in', | |
950 'numOfPrices' : '1', | |
951 'imgid' : 35, | |
952 }, | |
953 | |
954 | |
955 | |
956 { | |
957 'filetype' : 'image', | |
958 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
959 'src' : 'IMG_1331.jpg', | |
960 'width' : '876', | |
961 'height' : '584', | |
962 'lrgwidth' : '1300', | |
963 'lrgheight' : '867', | |
964 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
965 'title' : 'IMG_1331.jpg', | |
966 'author' : 'Judy Yates', | |
967 'copyright' : 'Copyright Judy Yates Artist 2010', | |
968 'description' : 'IMG_1331.jpg', | |
969 'forsale' : true, | |
970 'paytype' : 'paypal', | |
971 'price1' : '25', | |
972 'pricecurrency1' : 'USD', | |
973 'pricecurrencysymbol1' : '$', | |
974 'pricesize1' : '16inx20in', | |
975 'numOfPrices' : '1', | |
976 'imgid' : 36, | |
977 }, | |
978 | |
979 | |
980 | |
981 { | |
982 'filetype' : 'image', | |
983 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
984 'src' : 'IMG_9899.jpg', | |
985 'width' : '876', | |
986 'height' : '584', | |
987 'lrgwidth' : '1300', | |
988 'lrgheight' : '867', | |
989 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
990 'title' : 'IMG_9899.jpg', | |
991 'author' : 'Judy Yates', | |
992 'copyright' : 'Copyright Judy Yates Artist 2010', | |
993 'description' : 'IMG_9899.jpg', | |
994 'forsale' : true, | |
995 'paytype' : 'paypal', | |
996 'price1' : '25', | |
997 'pricecurrency1' : 'USD', | |
998 'pricecurrencysymbol1' : '$', | |
999 'pricesize1' : '16inx20in', | |
1000 'numOfPrices' : '1', | |
1001 'imgid' : 37, | |
1002 }, | |
1003 | |
1004 | |
1005 | |
1006 { | |
1007 'filetype' : 'image', | |
1008 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
1009 'src' : 'IMG_7137.jpg', | |
1010 'width' : '876', | |
1011 'height' : '584', | |
1012 'lrgwidth' : '1300', | |
1013 'lrgheight' : '867', | |
1014 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
1015 'title' : 'IMG_7137.jpg', | |
1016 'author' : 'Judy Yates', | |
1017 'copyright' : 'Copyright Judy Yates Artist 2010', | |
1018 'description' : 'IMG_7137.jpg', | |
1019 'forsale' : true, | |
1020 'paytype' : 'paypal', | |
1021 'price1' : '25', | |
1022 'pricecurrency1' : 'USD', | |
1023 'pricecurrencysymbol1' : '$', | |
1024 'pricesize1' : '16inx20in', | |
1025 'numOfPrices' : '1', | |
1026 'imgid' : 38, | |
1027 }, | |
1028 | |
1029 | |
1030 | |
1031 { | |
1032 'filetype' : 'image', | |
1033 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
1034 'src' : 'IMG_0922.jpg', | |
1035 'width' : '876', | |
1036 'height' : '584', | |
1037 'lrgwidth' : '1300', | |
1038 'lrgheight' : '867', | |
1039 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
1040 'title' : 'IMG_0922.jpg', | |
1041 'author' : 'Judy Yates', | |
1042 'copyright' : 'Copyright Judy Yates Artist 2010', | |
1043 'description' : 'IMG_0922.jpg', | |
1044 'forsale' : true, | |
1045 'paytype' : 'paypal', | |
1046 'price1' : '25', | |
1047 'pricecurrency1' : 'USD', | |
1048 'pricecurrencysymbol1' : '$', | |
1049 'pricesize1' : '16inx20in', | |
1050 'numOfPrices' : '1', | |
1051 'imgid' : 39, | |
1052 }, | |
1053 | |
1054 | |
1055 | |
1056 { | |
1057 'filetype' : 'image', | |
1058 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
1059 'src' : 'IMG_0160.jpg', | |
1060 'width' : '876', | |
1061 'height' : '584', | |
1062 'lrgwidth' : '1300', | |
1063 'lrgheight' : '867', | |
1064 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
1065 'title' : 'IMG_0160.jpg', | |
1066 'author' : 'Judy Yates', | |
1067 'copyright' : 'Copyright Judy Yates Artist 2010', | |
1068 'description' : 'IMG_0160.jpg', | |
1069 'forsale' : true, | |
1070 'paytype' : 'paypal', | |
1071 'price1' : '25', | |
1072 'pricecurrency1' : 'USD', | |
1073 'pricecurrencysymbol1' : '$', | |
1074 'pricesize1' : '16inx20in', | |
1075 'numOfPrices' : '1', | |
1076 'imgid' : 40, | |
1077 }, | |
1078 | |
1079 | |
1080 | |
1081 { | |
1082 'filetype' : 'image', | |
1083 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
1084 'src' : 'IMG_8353.jpg', | |
1085 'width' : '876', | |
1086 'height' : '584', | |
1087 'lrgwidth' : '1300', | |
1088 'lrgheight' : '867', | |
1089 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
1090 'title' : 'IMG_8353.jpg', | |
1091 'author' : 'Judy Yates', | |
1092 'copyright' : 'Copyright Judy Yates Artist 2010', | |
1093 'description' : 'IMG_8353.jpg', | |
1094 'forsale' : true, | |
1095 'paytype' : 'paypal', | |
1096 'price1' : '25', | |
1097 'pricecurrency1' : 'USD', | |
1098 'pricecurrencysymbol1' : '$', | |
1099 'pricesize1' : '16inx20in', | |
1100 'numOfPrices' : '1', | |
1101 'imgid' : 41, | |
1102 }, | |
1103 | |
1104 | |
1105 | |
1106 { | |
1107 'filetype' : 'image', | |
1108 'path' : './e2gallerypro/e2upload/Galleries/photos/', | |
1109 'src' : 'IMG_6911.jpg', | |
1110 'width' : '876', | |
1111 'height' : '584', | |
1112 'lrgwidth' : '1300', | |
1113 'lrgheight' : '867', | |
1114 'lrgpath' : './e2gallerypro/e2upload/Galleries/photos/large/', | |
1115 'title' : 'IMG_6911.jpg', | |
1116 'author' : 'Judy Yates', | |
1117 'copyright' : 'Copyright Judy Yates Artist 2010', | |
1118 'description' : 'IMG_6911.jpg', | |
1119 'forsale' : true, | |
1120 'paytype' : 'paypal', | |
1121 'price1' : '25', | |
1122 'pricecurrency1' : 'USD', | |
1123 'pricecurrencysymbol1' : '$', | |
1124 'pricesize1' : '16inx20in', | |
1125 'numOfPrices' : '1', | |
1126 'imgid' : 42, | |
1127 }, | |
1128 | |
1129 | |
1130 ]; | |
1131 <!--End (E)2 Gallery Parse XML output Javascript--> | |
1132 </script> <script type="text/javascript" src="e2gallerypro/js/e2gallerypro.js"></script> | |
1133 | |
1134 <!--End (E)2 Gallery Javascript--> | |
1135 <!--End (E)2 Gallery Pro </head> Files--> | |
1136 </head> | |
1137 <body> | |
1138 | |
1139 | |
1140 | |
1141 <Title> | |
1142 Judy Yates -- Wildlife and Pets on Stone | |
1143 </title> | |
1144 | |
1145 <span> | |
1146 <img src = "./album_pics/3_logo.jpg"> | |
1147 </span> | |
1148 | |
1149 <div class = "menu"> | |
1150 <ul class = "menu"> | |
1151 <li class = "menu"><a class = "menu" href = "index.html">Home</a></li> | |
1152 <li class = "menu"><a class = "menu" href = "gallery1.html">Gallery</a></li> | |
1153 <li class = "menu"><a class = "menu" href = "recent_sales.html">Prints</a></li> | |
1154 <li class = "menu"><a class = "menu" href = "feedback.html">Feedback</a></li> | |
1155 <li class = "menu"><a class = "menu" href = "hto.html">Orders</a></li> | |
1156 <li class = "menu"><a class = "menu" href = "pricing.html">Pricing</a></li> | |
1157 <li class = "menu"><a class = "menu" href = "Meet the Artist2.html"> Meet the Artist</a></li> | |
1158 <li class = "menu"><a class = "menu" href = "Contact.html"> Contact</a></li> | |
1159 <li class = "menu"><a class = "menu" href = "pets1.html">Pets</a></li> | |
1160 | |
1161 </ul> | |
1162 </div> | |
1163 | |
1164 <div class = "orangebox"> | |
1165 | |
1166 | |
1167 | |
1168 | |
1169 <!--(E)2 Gallery Pro HTML--> | |
1170 <div id="gallerywrapper"> | |
1171 <div id="gallery"> | |
1172 <!--Loading Bar--> | |
1173 <div id="loading"> | |
1174 <div id="loadingbar"><img src="e2gallerypro/design/e2gallerypro/loading_hill.gif" width="50" height="50" alt="" id="bar" /></div> | |
1175 </div> | |
1176 <!--End Loading Bar--> | |
1177 <!--Previous Button Div--> | |
1178 <div id="previous"></div> | |
1179 | |
1180 <!--End Previous Button Div--> | |
1181 <!--Next Button Div--> | |
1182 <div id="next"></div> | |
1183 <!--End Next Button Div--> | |
1184 <!--Main Image Holder Div--> | |
1185 <div id="images"> | |
1186 <div id="imagewrap"> | |
1187 <div id="imgloader"></div> | |
1188 </div> | |
1189 | |
1190 <div id="imageinfo"> | |
1191 <div id="infoloader"></div> | |
1192 </div> | |
1193 <div id="smallmessage"></div> | |
1194 </div> | |
1195 <!--End Main Image Holder Div--> | |
1196 <!--Thumb Box Div--> | |
1197 <div id="thumbbox"> | |
1198 <div id="thumbleft"></div> | |
1199 | |
1200 <div id="thumbright"></div> | |
1201 <div id="thumbnails"> | |
1202 <div id="thumbnailwrap"></div> | |
1203 </div> | |
1204 </div> | |
1205 <!--End Thumb Box Div--> | |
1206 <!--For Sale Box Div--> | |
1207 <div id="fsbox"></div> | |
1208 <!--End For Sale Box Div--> | |
1209 | |
1210 <!--Galleries Holder Div--> | |
1211 <div id="galleries"> | |
1212 <div id="controls"> | |
1213 <div class="right"><img src="./e2gallerypro/design/e2gallerypro/gallery_view.png" class="controls" rel=" " id="opengallery" title="View Galleries" border="0" /> <img src="e2gallerypro/design/e2gallerypro/infobox.png" id="showinfo" rel=" " class="controls" title="View Info" border="0" /> <img src="e2gallerypro/design/e2gallerypro/thumbbox.png" id="showthumbbox" title="Toggle Thumbs" class="controls" rel=" " border="0" /></div> | |
1214 <span id="slideshow"><img src="e2gallerypro/design/e2gallerypro/play.png" title="Play Slideshow" border="0" align="absmiddle" class="controls" rel=" " /></span> | <span id="photoNum"></span><span id="flashNum"></span><span id="qtNum"></span></div> | |
1215 <div id="galleryset"> </div> | |
1216 | |
1217 </div> | |
1218 <!--End Galleries Holder Div--> | |
1219 <!--Thumbnail Pop Up Holder--> | |
1220 <div id="thumbnailPopUp"></div> | |
1221 <!--End Thumbnail Pop Up Holder--> | |
1222 </div> | |
1223 </div> | |
1224 | |
1225 | |
1226 | |
1227 | |
1228 | |
1229 </div> | |
1230 | |
1231 <div class = "menu"> | |
1232 <ul class = "menu"> | |
1233 <li class = "menu"><a class = "menu" href = "index.html">Home</a></li> | |
1234 <li class = "menu"><a class = "menu" href = "gallery1.html">Gallery</a></li> | |
1235 <li class = "menu"><a class = "menu" href = "recent_sales.html">Prints</a></li> | |
1236 <li class = "menu"><a class = "menu" href = "feedback.html">Feedback</a></li> | |
1237 <li class = "menu"><a class = "menu" href = "hto.html">Orders</a></li> | |
1238 <li class = "menu"><a class = "menu" href = "pricing.html">Pricing</a></li> | |
1239 <li class = "menu"><a class = "menu" href = "Meet the Artist2.html"> Meet the Artist</a></li> | |
1240 <li class = "menu"><a class = "menu" href = "Contact.html"> Contact</a></li> | |
1241 <li class = "menu"><a class = "menu" href = "pets1.html">Pets</a></li> | |
1242 | |
1243 </ul> | |
1244 </div> | |
1245 | |
1246 | |
1247 <div class = "copyright"><br><br>Copyright © 2007 Robert McIntyre. All pictures Copyright © Judy Yates.<br>Special thanks to Dylan Holmes for designing the main banner.</div> | |
1248 | |
1249 | |
1250 | |
1251 | |
1252 </body> | |
1253 | |
1254 | |
1255 </html> |