//-------------------------------------------------------------------------------------------
//	Module Name:- Photo Gallery
//	File Name  :- photo_album_details.js
//	Create Date:- 20-APR-2008
//	Intially Create By :-
//	Update History:
//-------------------------------------------------------------------------------------------
function showImage(surl)
{
   window.open(surl ,'','resizable=yes,titlebar=no,menubar=no,addressbar=no,statusbar=no,scrollbars=yes,width=650,height=550,left=225,top=50');
   return false;
}

