function openvideo(vid){
	var w=320;
	var h=290;
	var winl = (screen.width-w)/2;
	var wint = (screen.height-h)/2;
window.open('video.php?clipid='+vid,'Player','height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars=no,toolbar=no,location=no,status=no,menubar=no,resizable=no,dependent=no');
}

function openpreview(pic){
	var w=810;
	var h=450;
	var winl = (screen.width-w)/2;
	var wint = (screen.height-h)/2;
pic=pic.substr(pic.indexOf('.ru/')+4, pic.length)
window.open('preview.php?pic='+pic,'Preview','height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars=no,toolbar=no,location=no,status=no,menubar=no,resizable=no,dependent=no');
}

function chertezh(pic, al){
	var w=1024;
	var h=740;
	var winl = (screen.width-w)/2;
	var wint = (screen.height-h)/2;
pic=pic.substr(pic.indexOf('.ru/')+4, pic.length)
window.open('preview.php?pic='+pic,'Preview','height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars=no,toolbar=no,location=no,status=no,menubar=no,resizable=no,dependent=no');
}