//<script language="JavaScript">
// превьюшки
function preview(id,width,height,url) {
var height;
var width;
var left=screen.width/2-width/2;
var top=screen.height/2-height/2;
var url='/popup.php?id='+id+'&url='+url;
window.open(url, "Window", "directories=0,scrollbars=auto,toolbar=0,location=0,menubar=0,resizable=0,status=0,width="+width+",height="+height+",left="+left+",top="+top+"");
}
//</script>
