function SwapImage(s,n) 
{
document.images[n].src=s;
}
