///--------------------------------------------------------------------
/// Module Name:- Sample Photo Gallery
//	File Name  :- sample_galleries.js
//	Create Date:- 24-Jul-2007
//	Intially Create By :- 
//	Update History:
///--------------------------------------------------------------------
function show_details(Url)
{
		window.open(Url,'SamplePhotoGallery','left=250,top=100,scrollbars=yes,resizable=yes,width=670,height=500');
		return false;
}

