var numberOfPages = 3;

/*
 *********************************************************************
 Please edit the image array here.
 *********************************************************************
 */


var images                 = new Array();
    images[0]              = new Array();
		images[0]["small"]     = new Image();
		images[0]["small"].src = backToTheRoots + 'neubau/kiga_buchenkamp/_img/p6_small.jpg';
		images[0]["big"]       = new Image();
		images[0]["big"].src   = backToTheRoots + 'neubau/kiga_buchenkamp/_img/p6_big.jpg';
    
    
    images[1]              = new Array();
    images[1]["small"]     = new Image();
    images[1]["small"].src = backToTheRoots + 'neubau/kiga_buchenkamp/_img/p1_small.jpg';
    images[1]["big"]       = new Image();
    images[1]["big"].src   = backToTheRoots + 'neubau/kiga_buchenkamp/_img/p1_big.jpg';
    
    images[2]              = new Array();
		images[2]["small"]     = new Image();
		images[2]["small"].src = backToTheRoots + 'neubau/kiga_buchenkamp/_img/p5_small.jpg';
		images[2]["big"]       = new Image();
		images[2]["big"].src   = backToTheRoots + 'neubau/kiga_buchenkamp/_img/p5_big.jpg';
    
    
    images[3]              = new Array();
		images[3]["small"]     = new Image();
		images[3]["small"].src = backToTheRoots + 'neubau/kiga_buchenkamp/_img/p7_small.jpg';
		images[3]["big"]       = new Image();
		images[3]["big"].src   = backToTheRoots + 'neubau/kiga_buchenkamp/_img/p7_big.jpg';
    
    
    images[4]              = new Array();
		images[4]["small"]     = new Image();
		images[4]["small"].src = backToTheRoots + 'neubau/kiga_buchenkamp/_img/p3_small.jpg';
		images[4]["big"]       = new Image();
		images[4]["big"].src   = backToTheRoots + 'neubau/kiga_buchenkamp/_img/p3_big.jpg';
    
    
    images[5]              = new Array();
		images[5]["small"]     = new Image();
		images[5]["small"].src = backToTheRoots + 'neubau/kiga_buchenkamp/_img/p10_small.jpg';
		images[5]["big"]       = new Image();
		images[5]["big"].src   = backToTheRoots + 'neubau/kiga_buchenkamp/_img/p10_big.jpg';
    
    
    images[6]              = new Array();
		images[6]["small"]     = new Image();
		images[6]["small"].src = backToTheRoots + 'neubau/kiga_buchenkamp/_img/p8_small.jpg';
		images[6]["big"]       = new Image();
		images[6]["big"].src   = backToTheRoots + 'neubau/kiga_buchenkamp/_img/p8_big.jpg';
		  
		images[7]              = new Array();
		images[7]["small"]     = new Image();
		images[7]["small"].src = backToTheRoots + 'neubau/kiga_buchenkamp/_img/p9_small.jpg';
		images[7]["big"]       = new Image();
		images[7]["big"].src   = backToTheRoots + 'neubau/kiga_buchenkamp/_img/p9_big.jpg';
    
    
    images[8]              = new Array();
		images[8]["small"]     = new Image();
		images[8]["small"].src = backToTheRoots + 'neubau/kiga_buchenkamp/_img/p4_small.jpg';
		images[8]["big"]       = new Image();
		images[8]["big"].src   = backToTheRoots + 'neubau/kiga_buchenkamp/_img/p4_big.jpg';
    
    
    images[9]              = new Array();
		images[9]["small"]     = new Image();
		images[9]["small"].src = backToTheRoots + 'neubau/kiga_buchenkamp/_img/p2_small.gif';
		images[9]["big"]       = new Image();
    images[9]["big"].src   = backToTheRoots + 'neubau/kiga_buchenkamp/_img/p2_big.gif';
    
    
    
    
    
    
    
    
    
