function displayRest(answer)
{
    window.open(answer,'popup_window','scrollbars=1,width=700,height=500,resizable=yes')
}
