/*
	Module Name:- Photo
	File Name  :- photo_album_details.js
	Create Date:- 09-Mar-2006
	Intially Create By :- 0026
	Update History:
*/
function showImage(surl)
{
   window.open(surl ,'','resizable=yes,titlebar=no,menubar=no,addressbar=no,statusbar=no,scrollbars=yes,width=550,height=470,left=225,top=100');
   return false;
}

