// ----------------------------------------------------------------------------------------
// CONSTANTS.JS (C)
// Author:	Uwe Griehl
// 		released under the MIT License: http://www.opensource.org/licenses/mit-license.php
// Last Update:	16-08-2008
// JS file to hold all constants used in more or less all other JS files
// Remarks:	This code may be reused without any warranty. 
//		You are free to copy, modify or whatever you want
//		to do with this code, I don't care
// ----------------------------------------------------------------------------------------
var CONSTANTS_JS_VERSION="2.12";

var cstNAV="nav_";
var cstALLMOVIES="allmovies";			// constant for typeof() function
var cstEXAMINATION="examination";
var cstMAP="map_";
var cstSTART="start";
var cstTABLE="table";
var cstMOVIENO="movieno";
var cstMOVIENAME="moviename";
var cstLISTNO="listno";
var cstMAIN="main";
var cstNAVIGATOR="nav";
var cstMAINIMAGE="main_image";
var cstNAVIGATORIMAGE="nav_image";
var cstEXT=".jpg";
var cstUNDEFINED="undefined";


