function showPopupLightview(url){
	Lightview.show({
    href: url,
    rel: 'iframe',
    options: {
		  width: 500,
		  height: 500
    }
  });
}
