var AbsoluteLocation = "/images/photos/";

//Initialize Slideshow
SLIDES= new slideshow("SLIDES");
if(Images.length>1)
	SLIDES.timeout = 5000; //In Milliseconds
else
	SLIDES.timeout = 1000000;
for (var i = 0; i < Images.length; i++)
{
	if(Descriptions[i]=="")
		Descriptions[i]="&nbsp;"
	SLIDES.add_slide(s = new slide(AbsoluteLocation + Images[i],Links[i],Descriptions[i].replace("|","&nbsp;&nbsp;|&nbsp;&nbsp;")));
	s.filter = 'progid:DXImageTransform.Microsoft.Fade()';
	SLIDES.textid="PhotoDescription";
}