/**
 * Preview popup 
 *
 * @package gcms
 * @version 2.0
 * @author Pawel Zmyslowski <hocus@dronet.pl>
 * @copyright 2005 GTK.PL
 */

function showPreview( file )
{
  window.open("preview.php?file=" + file, "preview",
	      "scrollbars=no,status=no,toolbar=no,resizable=1,location=no,menu=no,width=100,height=100");
}
