function displayDescription(url)
{
  window.open(url,'name','height=450,width=500,left=400,top=100,scrollbars=yes')
}
    
