function ShowInfo(id)
{
	window.open('/info/'+id,'info','width=550,height=400,tollbar=0,resizable=yes,scrollbars=yes');
}
