// JScript source code

function show(url, label) {
    var a = document.getElementById('anchor');
    a.setAttribute('href', url);
    a.setAttribute('title', label);
    myLightbox.start(a);
}
