var numberOfPages = 1;

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


var images                 = new Array();
    images[0]              = new Array();
    images[0]["small"]     = new Image();
    images[0]["small"].src = backToTheRoots + 'sanierung/auf_der_hoehe/_img/p1_small.jpg';
    images[0]["big"]       = new Image();
    images[0]["big"].src   = backToTheRoots + 'sanierung/auf_der_hoehe/_img/p1_big.jpg';
    
    images[1]              = new Array();
		images[1]["small"]     = new Image();
		images[1]["small"].src = backToTheRoots + 'sanierung/auf_der_hoehe/_img/p2_small.jpg';
		images[1]["big"]       = new Image();
    images[1]["big"].src   = backToTheRoots + 'sanierung/auf_der_hoehe/_img/p2_big.jpg';
    
    
