<!-- image swap for Launch Pad -->
function SwapTopImg(imgsrc, imgstate)
	{
		tempimgsrc = "lp_" + imgsrc;
		tempimgsrc2 = tempimgsrc + imgstate;
		
		document.images[tempimgsrc].src = '../images/universal/' + tempimgsrc2 + '.gif';

		window.status = " ";

		
	}