﻿function initSliders(){

 var newsScroll = new Control.Slider('scrollTab','scrollArea',{axis:'vertical', onSlide:function(v){ docH = $("projectList").offsetHeight; contH = $("projectView").offsetHeight; $("projectList").style.top = (v * (contH-docH)) +"px";}});
 

}