 
function setName(fotograf)
{
        window.status="Click here to see more of " + fotograf + "s photograps";
        return true;
}
        
function setSet(set)
{
        window.status="Get " + set + " picture in this category";
        return true;
}
        
function looseName()
{
        window.status="";
        return true;
}

function setThumb()
{
        window.status="Return to thumbnails";
        return true;
}
