var	allImages	=	new	Array	(
	"photomaintext2.gif",
	"photomaintext3.gif",
	"photomaintext1.gif"
);


var	imgRoot	=	 "../images/words/";
/*

// Preload the title images
preloadImages( allImages );

function	preloadImages( arr )	{
	imgarr	=	new	Array();
	for( i=0; i< arr.length; i++)	{
		imgarr[i]	=	new	Image();
		imgarr[i].src = arr[i];
	}
}
*/
function	setTitle( gnum )	{
//	tit	=	allImages[ gnum ];
//	picarea		=	document.getElementById('maintitle');
//	picarea.src	=	tit;
}

function	setupPhotoss()	{

	fadeupId1	=	"maintitle";
	fadeupId2	=	"maintitlefadeup";
}
