function openPopup(imagePath, windowWidth, windowHeight, scrollbars, imgWidth, imgHeight)
{
    window.open("popup.php?img=" + imagePath + "&width=" + imgWidth + "&height=" + imgHeight, "GNUPopup", "width=" + windowWidth + ",height=" + windowHeight + ",scrollbars=" + scrollbars);    
}