function delURL(r)
 {  document.location.href='main.php?del='+r;}
 
 
  function editURL(r)
 {  document.location.href=document.location.href+'&edit='+r;}
 
 function ShowFullInfo(i)
{
	eval("fullinfo"+i).style['display'] = 'block';
	eval("smallinfo"+i).style['display'] = 'none';
}

function ShowSmallInfo(i)
{
	eval("fullinfo"+i).style['display'] = 'none';
	eval("smallinfo"+i).style['display'] = 'block';
}

