function showLightFile(file,title) {
    //event.stop();
		Lightview.show({
		href: file,
		topclose: true,
		menubar: true,
		resizeDuration: 1
});
  }
