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


function openLightviewGallery(_idlink)
{
	//alert("openLightviewGallery("+_idlink+") "+$(_idlink));
	$(_idlink).simulate('click');
}
