
//--------------------- MUST BE SET CORRECTLY!! --------------------------

// Total number of images (max. 100)

total_images = 26;

large_images_available = "N"; // Y for Yes, N for No
small_images_available = "Y"; // Y for Yes, N for No


//--- THESE MUST ONLY BE SET IF YOU WANT TO MAKE THE PREVIEW PANEL AVAILABLE ---

preview_panel_available = "Y";
enable_by_default = "Y";

// Resolutions of the JPG files in "images_small"
//
// Example: 'img03.jpg' and 'img10.jpg' have 640x480 pixels:
//           res_640x480 = new Array(3,10);
//
// Always leave the 0 in the brackets.

res_640x480 = new Array(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,18,19,20,21,24,25,26);
res_720x480 = new Array(0);
res_819x480 = new Array(0);
res_983x480 = new Array(0);
res_360x480 = new Array(17,22,23);


// ---------------------------------- OPTIONAL ----------------------------------

// Information displayed on front page: Name of album
//                                      Date of album creation
//                                      Author who created the album
//                                      Description, comment, welcome message etc.
//
// You may use html tags (to format the text, insert hyperlinks etc.)
 
series_name="1200 Jahre Ossenheim";
series_date="24. Juni 2007";
series_author="<b>Peter Moog</b>";
series_comment="Eindrücke vom &raquo;Stehenden Festzug&laquo;";


function init0(){

// Subseries
//
// You may optionally divide your images into up to six sub series
// They will be listed in a table of contents on the front page
//
// Example: img01.jpg to img20.jpg show London,
//          img21.jpg to img30.jpg show the Cornwall
//          subseries_name[1]="London"; subseries_last_image[1]="20";
//          subseries_name[2]="Cornwall"; subseries_last_image[2]="30";

subseries_name[1]=""; subseries_last_image[1]="";
subseries_name[2]=""; subseries_last_image[2]="";
subseries_name[3]=""; subseries_last_image[3]="";
subseries_name[4]=""; subseries_last_image[4]="";
subseries_name[5]=""; subseries_last_image[5]="";
subseries_name[6]=""; subseries_last_image[6]="";


// Comments to be shown next to images
//
// If no comment is specified, the particular image will be centered on page
// You may use html tags (to format the text, insert hyperlinks etc.)

img_comment[1]="Nur wer sein Wegegeld bezahlt, kommt durch den Schlagbaum";
img_comment[2]="";
img_comment[3]="";
img_comment[4]="";
img_comment[5]="";
img_comment[6]="";
img_comment[7]="";
img_comment[8]="";
img_comment[9]="";
img_comment[10]="";
img_comment[11]="";
img_comment[12]="";
img_comment[13]="";
img_comment[14]="";
img_comment[15]="";
img_comment[16]="";
img_comment[17]="";
img_comment[18]="";
img_comment[19]="";
img_comment[20]="";
img_comment[21]="";
img_comment[22]="";
img_comment[23]="";
img_comment[24]="";
img_comment[25]="";
img_comment[26]="";
img_comment[27]="";
img_comment[28]="";
img_comment[29]="";
img_comment[30]="";
img_comment[31]="";
img_comment[32]="";
img_comment[33]="";
img_comment[34]="";
img_comment[35]="";
img_comment[36]="";
img_comment[37]="";
img_comment[38]="";
img_comment[39]="";
img_comment[40]="";
img_comment[41]="";
img_comment[42]="";
img_comment[43]="";
img_comment[44]="";
img_comment[45]="";
img_comment[46]="";
img_comment[47]="";
img_comment[48]="";
img_comment[49]="";
img_comment[50]="";
img_comment[51]="";
img_comment[52]="";
img_comment[53]="";
img_comment[54]="";
img_comment[55]="";
img_comment[56]="";
img_comment[57]="";
img_comment[58]="";
img_comment[59]="";
img_comment[60]="";
img_comment[61]="";
img_comment[62]="";
img_comment[63]="";
img_comment[64]="";
img_comment[65]="";
img_comment[66]="";
img_comment[67]="";
img_comment[68]="";
img_comment[69]="";
img_comment[70]="";
img_comment[71]="";
img_comment[72]="";
img_comment[73]="";
img_comment[74]="";
img_comment[75]="";
img_comment[76]="";
img_comment[77]="";
img_comment[78]="";
img_comment[79]="";
img_comment[80]="";
img_comment[81]="";
img_comment[82]="";
img_comment[83]="";
img_comment[84]="";
img_comment[85]="";
img_comment[86]="";
img_comment[87]="";
img_comment[88]="";
img_comment[89]="";
img_comment[90]="";
img_comment[91]="";
img_comment[92]="";
img_comment[93]="";
img_comment[94]="";
img_comment[95]="";
img_comment[96]="";
img_comment[97]="";
img_comment[98]="";
img_comment[99]="";
img_comment[100]="";
}