function playVideo(name){
    LeftPosition = (screen.width) ? (screen.width-400)/2 : 0;
    TopPosition = (screen.height) ? (screen.height-315)/2 : 0;
    win=window.open('http://www.synerplus.es/videoPlayer/index.php?v='+name+'',"player","width=415,height=335,scrollbars=NO, top="+TopPosition+",left="+LeftPosition)
    win.focus();
}





