if (document.images)

{
roll1u = new Image(116, 36);roll1u.src = 'img/sub.gif';
roll1o = new Image(116, 36);roll1o.src = 'img/subOVER.gif';
roll2u = new Image(156, 36);roll2u.src = 'img/about.gif';
roll2o = new Image(156, 36);roll2o.src = 'img/aboutOVER.gif';
roll3u = new Image(59, 36);roll3u.src = 'img/rates.gif';
roll3o = new Image(59, 36);roll3o.src = 'img/ratesOVER.gif';
roll4u = new Image(76, 36);roll4u.src = 'img/cont.gif';
roll4o = new Image(76, 36);roll4o.src = 'img/contOVER.gif';
roll5u = new Image(77, 36);roll5u.src = 'img/arch.gif';
roll5o = new Image(77, 36);roll5o.src = 'img/archOVER.gif';
roll6u = new Image(99, 36);roll6u.src = 'img/submiss.gif';
roll6o = new Image(99, 36);roll6o.src = 'img/submissOVER.gif';
roll7u = new Image(117, 36);roll7u.src = 'img/opp.gif';
roll7o = new Image(117, 36);roll7o.src = 'img/oppOVER.gif';

}
	
function ImageSwap(id,name)
{
   if (document.images)
   {
     document.images[id].src=eval(name+".src"); 
   }
}
	
function noSpam(user,domain) {
		locationstring = "mailto:" + user + "@" + domain;
		window.location = locationstring;
	}