function showPreview( file )
{
  window.open("preview.php?file=" + file + "&cid=<? echo $data->getCid(); ?>", "preview",
	      "scrollbars=no,status=no,toolbar=no,resizable=1,location=no,menu=no,width=100,height=100");
}
