function showDetails(Url)
{
	window.open(Url,'package','left=50,top=20,scrollbars=yes,width=700,height=490,Resizable=yes');
	return false;
}