/*
	Module Name :- User
	File Name   :- news.js
	Created Date :- 28-Jun-2006
	Initially Created By :- 0014
	Update History :- 
*/

function show_details(Url)
{
		window.open(Url,'SampleGallery','left=50,top=20,scrollbars=yes,resizable=yes,width=570,height=490');
		return false;
}

