
	// Interface Related

	var sstp_type=0;					// 0 - iFrame mode; 1 - popup window mode
	var sstp_24Hr=true;				// 24 hr mode?
	var sstp_fixedX=-1;					// -1 : relative x to activator; 0 : absolute x location
	var sstp_fixedY=-1;					// -1 : relative y to activator; 0 : absolute y location
	var sstp_language='en';				// language of datepicker
	var sstp_scriptdir='js/';			// folder where the scripts are stored
	var sstp_popupWidth=230;			// width of the datepicker
	var sstp_popupHeight=262;			// height of the datepicker


