//  Datei application.js
//  ====================
//
//  WICHTIG: Bei Änderungen auch die folgenden Dateien berücksichtigen:
//
//  - application_inc.php 			(Alles Mögliche)
//  - init.inc                   	(Include-Pfade)
//  - fis_gp_geo/fis_gp_geo.map  	(SHAPEPATH, IMAGEPATH, IMAGEURL und EMPTY)
//  - fis_gp_geo/fis_gp_geo_pdf.map (SHAPEPATH, IMAGEPATH, IMAGEURL und EMPTY)
//  - fis_gp_geo/fis_gp_geo.html 	(<base href="...">)
//  - fis_gp_geo/top.html        	(<base href="...">)

	php_ext                 = 'php5';
	home_url                = 'https://www.gga-hannover.de/';
    mapserver_url           = home_url + 'cgi-bin/ms4103/mapserv.exe';
    fis_gp_url              = home_url + 'app/fis_gp/';
	qform_url               = fis_gp_url;
	fis_gp_start_url        = fis_gp_url + 'start.' + php_ext;
	fis_gp_path             = 'f:/www/Anwendungen/fis_gp/';
	
//  "language" muss in der übergeordneten HTML-Seite vor dem <script src="application_inc.php"> per JS gesetzt werden
    if (!language) language = 'de';
	fis_gp_geo_path         = fis_gp_path + 'fis_gp_geo/' + language + '/';
    fis_gp_geo_url          = fis_gp_url  + 'fis_gp_geo/' + language + '/';
	
	fis_gp_ext_scripts_path = fis_gp_path + 'ext_scripts/';
	fis_gp_ext_scripts_url  = fis_gp_url  + 'ext_scripts/';

	fis_gp_geo_map_path     = fis_gp_geo_path + 'fis_gp_geo.map';

	fis_gp_geo_icons_path   = fis_gp_geo_path + '../gifs/';
	fis_gp_geo_icons_url    = fis_gp_geo_url  + '../gifs/';

    protokoll               = 'https';
	fis_name                = 'FIS GP';
	fis_descr               = 'Web-Interface';
    fis_authors             = 'K&uuml;hne, K., Bolotovski, J., Brunken, J., Heber, M. & Maul, A.-A.';
	fis_version             = 'Vers. 5.2';
	fis_date                = '08/2010';		
	
