function enlarge(srclocation)
{
     window.open( "system/view-image.html?"+srclocation, "", "resizable=1,HEIGHT=200,WIDTH=200"); 

}