// copyright 2008 pluto911.com
function fadeImage( currentPhoto )
{
	void( dojo.html.setOpacity(dojo.byId(currentPhoto), 0.5) );
}