<!--

function openUpdateWindow( lImage )
{
	window.open('/Project_Update_Image.php?lImageID=' + lImage, 'ImageUpdate', 'width=740,height=530,left=5,top=5,scrollbars=no,resizable=no,toolbar=no,status=no,menubar=no,null,null');
}

function openGalleryWindow( lImage )
{
	window.open('/Project_Gallery_Image.php?lImageID=' + lImage, 'GalleryImage', 'width=740,height=530,left=5,top=5,scrollbars=no,resizable=no,toolbar=no,status=no,menubar=no,null,null');
}

//-->