function calcScroll()
{
    var el=document.getElementById('scrollPar');
    if(el)
    {
        el.style.height=(el.parentNode.offsetHeight-330)+'px';
        
    }

}

function popUpFoto(url)
{
    window.open(url,'foto','height=800,width=1000,resizable=yes,scrollbars=no,status=yes,toolbar=no,menubar=no,location=no');
}
