function openPress(id)
{
    window.open('press-pop.html?id=' + id,'Press','width=350, height=450, scrollbars = yes');
}