var myLinkImages = new Array();
myLinkImages[0] = new Image( 213 , 12 );
myLinkImages[0].src = "images/home/contact_link.gif";
myLinkImages[1] = new Image( 213 , 12 );
myLinkImages[1].src = "images/home/contact_link_roll.gif";
myLinkImages[2] = new Image( 295 , 12 );
myLinkImages[2].src = "images/home/about_link.gif";
myLinkImages[3] = new Image( 295 , 12 );
myLinkImages[3].src = "images/home/about_link_roll.gif";
myLinkImages[4] = new Image( 125 , 12 );
myLinkImages[4].src = "images/home/affiliations_link.gif";
myLinkImages[5] = new Image( 125 , 12 );
myLinkImages[5].src = "images/home/affiliations_link_roll.gif";
myLinkImages[6] = new Image( 208 , 12 );
myLinkImages[6].src = "images/home/value_link.gif";
myLinkImages[7] = new Image( 208 , 12 );
myLinkImages[7].src = "images/home/value_link_roll.gif";
myLinkImages[8] = new Image( 66 , 12 );
myLinkImages[8].src = "images/home/staff_link.gif";
myLinkImages[9] = new Image( 66 , 12 );
myLinkImages[9].src = "images/home/staff_link_roll.gif";
myLinkImages[10] = new Image( 133 , 12 );
myLinkImages[10].src = "images/home/testimonials_link.gif";
myLinkImages[11] = new Image( 133 , 12 );
myLinkImages[11].src = "images/home/testimonials_link_roll.gif";


function swapLinkImage( imgID , index )
{
	document.getElementById(imgID).src = myLinkImages[index].src;
}
