function abreGaleria(id) {
	var objLink = document.createElement('a');
	objLink.rel = 'lyteframe';
	objLink.href = 'popup.php?idGal='+id;
	objLink.rev = 'width:650px;height:480px;scrolling:no;';
	myLytebox.start(objLink, false, true);
}
