function expand(image, width, height)
{
 window.open(image, 'imagewindow', 'width='+width+',height='+height+',scrollbars=yes');
}