var Tscr_LOOK0 = {
	// scroller box size: [width, height]
	'size' : [280, 200],
	// image for 'pause' control (autoscroll mode only)
	// [left, top, width, height, sorce_file]
	'pa' : [360, 80, 16, 16],
	// image for 'resume' control (autoscroll mode only)
	// [left, top, width, height, sorce_file]
	're' : [360, 80, 16, 16],
	// image for 'next item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file]
	'nx' : [380, 80, 16, 16],
	// image for 'previous item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file]
	'pr' : [340, 80, 16, 16]
},
Tscr_BEHAVE0 = {
	// if scrolling mode is auto (true / false); 
	'auto'  : true,
	// if scrolling direction is vertical (true / false, false means horisontal)
	'vertical' : true,
	// scrolling speed, pixels per 50 miliseconds;
	// for auto mode use negative value to reverse scrolling direction
	'speed' : 1,
	// buttons visible on mouse over - true, always visible - false
	'hide_buttons' : false
}

// a data to build scroll window content
Tscr_ITEMS0 = [
{
	'file': '',
	'content': 'Welcome to techniques.org\'s knowledgeWorks Learning Management System for SCORM.<br><br>SCORM and the SCORM logo are certification marks of Concurrent Technologies Corporation of Johnstown, Pennsylvania. The SCORM v1.2 Compliant logo indicates that knowledgeWorks LMS has been independently tested and certified by an ADL-designated certification organization to comply with SCORM v1.2. Successful test results for a product constitute AS IS compliance with SCORM v1.2 using the designated tests. Compliance evaluation using SCORM v1.2 tests developed by ADL or others does not constitute or imply endorsement or assurance by ADL or others of product utility, quality, or reliability in use or technical accuracy of content. MS Internet Explorer v5.0+ OR Netscape v6.0+ is required to use knowledgeWorks.',
	'pause_b': 2,
	'pause_a': 1,
	'transition' : [24, 0.5]
}
];