function show_details(Url)
{
		window.open(Url,'Video','left=150,top=150,scrollbars=no,resizable=yes,width=400,height=420');
		return false;
}
