<!--
	// Interface Related

	var sstp_type=0;					// 0 - iFrame mode; 1 - popup window mode
	var sstp_24Hr=false;				// 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='/assets/js/js/';			// folder where the scripts are stored
	var sstp_popupWidth=330;			// width of the datepicker
	var sstp_popupHeight=300;			// height of the datepicker

//-->