<!--

	function siteFrames() {
			this.gallery = new FrameClass();
			
			this.loadFrames = function (show) {
				this.gallery.inicGallery();
				switch (show) {
					case 'Studio':
						this.gallery.addPhoto("studio1.jpg");
						this.gallery.addPhoto("studio2.jpg");
						this.gallery.addPhoto("studio3.jpg");
						
						this.gallery.addPhoto("studio4.jpg");
						this.gallery.addPhoto("studio5.jpg");
						this.gallery.addPhoto("studio6.jpg");
	
						break;
					case 'Babies':
						this.gallery.addPhoto("babies1.jpg");
						this.gallery.addPhoto("babies2.jpg");
						this.gallery.addPhoto("babies3.jpg");
						
						this.gallery.addPhoto("babies4.jpg");
						this.gallery.addPhoto("babies5.jpg");
						this.gallery.addPhoto("babies6.jpg");
						
						this.gallery.addPhoto("babies7.jpg");
						this.gallery.addPhoto("babies8.jpg");
						this.gallery.addPhoto("babies9.jpg");
						
						this.gallery.addPhoto("babies10.jpg");
						this.gallery.addPhoto("babies11.jpg");
						this.gallery.addPhoto("babies12.jpg");
						
						this.gallery.addPhoto("babies14.jpg");
						this.gallery.addPhoto("babies15.jpg");
						this.gallery.addPhoto("babies16.jpg");
						
						break;
					case 'Children': 
						this.gallery.addPhoto("children1.jpg");
						this.gallery.addPhoto("children2.jpg");
						this.gallery.addPhoto("children3.jpg");
	
						this.gallery.addPhoto("children4.jpg");
						this.gallery.addPhoto("children5.jpg");
						this.gallery.addPhoto("children6.jpg");
						
						this.gallery.addPhoto("children7.jpg");
						this.gallery.addPhoto("children8.jpg");
						this.gallery.addPhoto("children9.jpg");
	
						this.gallery.addPhoto("children10.jpg");
						this.gallery.addPhoto("children11.jpg");
						this.gallery.addPhoto("children12.jpg");
	
						this.gallery.addPhoto("children14.jpg");
						this.gallery.addPhoto("children15.jpg");
						this.gallery.addPhoto("children16.jpg");
	
						this.gallery.addPhoto("children17.jpg");
						this.gallery.addPhoto("children18.jpg");
						this.gallery.addPhoto("children19.jpg");
	
						this.gallery.addPhoto("children20.jpg");
						this.gallery.addPhoto("children21.jpg");
						this.gallery.addPhoto("children22.jpg");
	
						this.gallery.addPhoto("children23.jpg");
						this.gallery.addPhoto("children24.jpg");
						this.gallery.addPhoto("children25.jpg");
	
						this.gallery.addPhoto("children26.jpg");
						this.gallery.addPhoto("children27.jpg");
						this.gallery.addPhoto("children28.jpg");
						break;
					case 'Pregnancy': 
						this.gallery.addPhoto("pregnancy1.jpg");
						this.gallery.addPhoto("pregnancy2.jpg");
						this.gallery.addPhoto("pregnancy3.jpg");
						
						this.gallery.addPhoto("pregnancy4.jpg");
						this.gallery.addPhoto("pregnancy5.jpg");
						this.gallery.addPhoto("pregnancy6.jpg");
						
						this.gallery.addPhoto("pregnancy7.jpg");
						this.gallery.addPhoto("pregnancy8.jpg");
						this.gallery.addPhoto("pregnancy9.jpg");
						
						this.gallery.addPhoto("pregnancy14.jpg");
						this.gallery.addPhoto("pregnancy15.jpg");
						this.gallery.addPhoto("pregnancy16.jpg");
	
						this.gallery.addPhoto("pregnancy10.jpg");
						this.gallery.addPhoto("pregnancy11.jpg");
						this.gallery.addPhoto("pregnancy12.jpg");
	
						this.gallery.addPhoto("pregnancy17.jpg");
						this.gallery.addPhoto("pregnancy18.jpg");
						this.gallery.addPhoto("pregnancy19.jpg");
						break; 
				}
				this.gallery.pageNext();
			}
		}	

//-->
