function vplay (clip,lang,width,height) {

if (!lang) {lang='en';};
if (!width) {width=960;height=560;};
width=width+10; height=height+40;
window.open('http://spiritual-art.info/cgi-bin/vplay.pl?n='+clip+'&l='+lang,'Online Video','width='+width+',height='+height+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=yes');

};