about0 = new Image;
about1 = new Image;
getstarted0 = new Image;
getstarted1 = new Image;
tutorials0 = new Image;
tutorials1 = new Image;
tools0 = new Image;
tools1 = new Image;
faq0 = new Image;
faq1 = new Image;

//   set the source property:

about0.src = "/images/about_0.gif";
about1.src = "/images/about_1.gif";
getstarted0.src = "/images/getstarted_0.gif";
getstarted1.src = "/images/getstarted_1.gif";
tutorials0.src = "/images/tutorials_0.gif";
tutorials1.src = "/images/tutorials_1.gif";
tools0.src = "/images/tools_0.gif";
tools1.src = "/images/tools_1.gif";
faq0.src = "/images/faq_0.gif";
faq1.src = "/images/faq_1.gif";

//	this is the function:	

function swapem(iname, gname)
 	{
	iname.src = gname.src;
	}
