function iSwap(iSrc)	{
    if (document.getElementById) {
  		document.images['svc'].src = '/images/' + iSrc + '.gif';
  	}
}			

