function openPopUp(img)
{

window.open ('popup.htm?i='+img, 'wind', 'width=640,height=480')
//window.open ('popup.htm?i='+img, 'wind', 'toolbar,width=150,height=100')

}
