﻿// JScript File

function showpicture(pid, w, h)
{
    window.open("images/gallery/" + pid + ".jpg", pid, "width=" + (w + 20).toString() + ",height=" + (h + 20).toString() + ",scrollbars=no");
    return false;
}

function galmover(el)
{
    el.style.border = "solid #EF8CBD 2px";
    return true;
}

function galmout(el)
{
    el.style.border = "solid white 2px";
    return true;
}