<?php
$value_price_fotonet = 0.0001;
$galerie_fotonet_path = '/GALERIE/images/borte/';
$real_fotonet_path = $GalerieRootVerzeichnis.'images/borte/';

$borteKategorienListe = array();
$borteKategorienListe[] = "Alle";
$borteKategorienListe[] = "Abstrakt";		// 001 - 022
$borteKategorienListe[] = "Blumen";		// 020 - 053
$borteKategorienListe[] = "Kinderzimmer";		// 080 - 118
$borteKategorienListe[] = "K&uuml;che";		// 054 - 079
$borteKategorienListe[] = "Natur";			// 003, 004, 119 - 124
$borteKategorienListe[] = "Wand";			// 125 - 128

$borteHeigthListe = array();	$borteHeigthPreis = array();
$borteHeigthListe[] = "Alle";	$borteHeigthPreis[] = "";
$borteHeigthListe[] = 7;		$borteHeigthPreis[] = 7;
$borteHeigthListe[] = 10;		$borteHeigthPreis[] = 8;


$borteName = array(); $borteHeigth = array(); $borteKategorie1 = array(); $borteKategorie2 = array();

for ($i=0;$i<128;$i++) 
{
	$iName = ""; if ($i < 9) $iName .= "0"; if ($i < 99) $iName .= "0"; $iName .= ($i + 1);
	$Kategorie1 = '';
	if ($i < 22) $iKategorie1 = 1;
	elseif  ($i < 53) $iKategorie1 = 2;
	elseif  ($i < 79) $iKategorie1 = 4;
	elseif  ($i < 118) $iKategorie1 = 3;
	elseif  ($i < 124) $iKategorie1 = 5;
	else $iKategorie1 = 6;

	$borteName[] = $iName; $borteHeigth[] = 2; $borteKategorie1[] = $iKategorie1; $borteKategorie2[] = '';
}

$borteKategorie2[19] = 2;
$borteKategorie2[20] = 2;
$borteKategorie2[21] = 2;
$borteKategorie2[2] = 5;
$borteKategorie2[3] = 5;

$borteHeigth[7] = 1;
$borteHeigth[8] = 1;
$borteHeigth[9] = 1;

?>
