function show_details(Url)
{
		window.open(Url,'SponsorVideo','left=50,top=20,scrollbars=yes,resizable=yes,width=570,height=490');
		return false;
}
