function openLightview(_file, _title, _caption, _width, _height) {
	Lightview.show({
		href: _file,
		rel: 'iframe',
		title: _title,
		caption:_caption,
		options:{width:_width, height:_height}
	});
}
