// BINDERTRITTENWEIN variables configuration

var BTWinitVariables = Class.create();	
	BTWinitVariables.prototype = {
	//
	//	Setup Variables
	//
	initialize: function() {
    	// set global vars for all Javascript Files
		// sIFR (size is set by css)
		//this.sIFRpathToFont = 'library/swf/font/futuraCond.swf';
		//this.sIFRfontColor  = '#999999';
		// Flash Detection
		// if no general approach, individual values can be set
		this.globalMajorFlashVersion = '8';
		this.globalMinorFlashVersion = '0';
		// UFO
		// path to ufo.swf
		this.UFOXIWindowPath = '../all/library/scripts/helperFiles/ufo.swf';
		// lightwindow
		// border for window (add. setting within CSS)
		this.lwCushion = 10;
		// loading
		this.lwLoadingGrafic = 'library/images/lightwindow/loading.gif';
		this.lwLoadingText = 'Loading';
		this.lwLoadingCancelText = 'Abbrechen';
		// background overlay (PNG only for MAC FF)
		this.lwBGPNG = 'library/images/lightwindow/black-70.png';
		this.lwOverLayColor = '#000000';
		// default size of Flash window
		this.lwMediaHeight = '300';
		this.lwMediaWidth = '320';
 	}
};
var btwVarInit = new BTWinitVariables();
