function imgView(img)
{
    strImage = window.open(img, 'winImage', 'height=550,width=750,screenX=50,left=50,screenY=50,top=50,directories=0,fullscreen=0,location=0,menubar=0,toolbar=0,channelmode=0,resizeable=0,scrollbars=1,status=0,toolbar=0');
}