// JavaScript Document
function popup(img)
{
window.open('popup.php?img='+img, '', 'height=300, width=400');
}