function openImageInFullSizeWindow(imageUrl)
{
    window.open(imageUrl, 'fullSizeImageWindow', 'status=0, toolbar=0, location=0, menubar=0, directories=0, resizable=1, scrollbars=auto, width=300px, height=300px');
}
