<!--
function view(path,w,h){
winl=(screen.width-w)/2;
wint=(screen.height-h)/2;
conf='height='+h+',width='+w+',top='+wint+',left='+winl+",noresize";
path="http://www.mocap.lt/view.php?path="+path;
window.open(path,"",conf);
}
-->
