var imageWindow;
function showItem(itemName) {
    url = './showitem.php?img='+itemName;
    imageWindow = window.open(url,"photo","width=520,height=520,status=0,resizable=0");
}
