﻿// JScript File

function Abre_Album(sDestino)
{
    var sPropiedades = "width=555 height=500 left=150 top=50,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,titlebar=yes,toolbar=no";
	window.open(sDestino,'',sPropiedades);
}