/* =================================
 state.js
 belenus interparts
 generate:2002.09.12
 modified:2002.11.20
================================== */


/* =================================
  javascript and java settings
================================== */ 

var xmlBuiltIn = false;
var canLiveConnect = true;



/* =================================
  referenz to the frames, respectively to the applets
================================== */ 

var TreeFrame	= null;
var DetailFrame	= null;
var HistoryBar	= null;


/* =================================
  oci-interface
================================== */ 

//if this flag is set to true, oci will enabled in the whole ip application
//it will be changed by the oci_init.js (only by this)
var oci_interface = false;

//this flag enables or disables, that the Shoppingcart window can be open or not
var openCartWindowEnabled = true;


/* =================================
  properties of the frameset/frames
================================== */

var oldTreeFrameWidth = belenusHome.treeFrameWidth // init (this var is define in preferences.js)


/* =================================
	options for the framesets
================================== */

// possible, it will be reset by the browserdetect.js
var framesResizable = true;


/* =================================
  properties for the basket
================================== */

// this flag will be reset, by the oci_init.js, to false, because if u use the oci_interface u don't need this
var displayNoteInBasket = true;

var mailto = "";

// true -> the basket is included in the main frameset (the basket button is hidden)
// false -> the basket isn't included in the main frameset, instead it will be shown in an own popup
var includedOrPopupBasket = false;

/* =================================
	properties for the basket
================================== */

// this flag is used by the toolbar.js, it's important to decide, which print function should be used
var printCutout = false;


/* =================================
	internal flag, to activate or inactivate the printserver usability
================================== */

var printServer = false;

