function tdin(src,colorin)
 {if(document.all)
   {if (!src.contains(event.fromElement))
     {src.style.cursor = 'Hand'; src.bgColor = colorin;}
    }
  }
function tdout(src,colorout)
 {if(document.all)
   {if (!src.contains(event.toElement))
     {src.style.cursor = 'default';src.bgColor = colorout;}
   }
 }
function ShowPic(pic,width,height)
{	window.open('picture.php?show='+pic,'','left='+((screen.width-width)/2)+',top='+((screen.height-height)/2)+',toolbar=0,location=0,directories=0,status=0,menubar=0,width='+width+',height='+height);
}
