// JavaScript Document
function abrejs(pg) { 
  Lightview.show({
    href: pg,
    options: {
		width:775,
		height: 455
    }
  });
} 
