function openPopUp(img)
{

window.open ('popup.htm?i='+img, 'wind', 'width=600,height=600')

}