if(document.images){
	sweep_off=new Image; sweep_off.src='/images/in_sweep_off.gif';
	sweep_on=new Image; sweep_on.src='/images/in_sweep_on.gif';
	specials_off=new Image; specials_off.src='/images/in_specials_off.gif';
	specials_on=new Image; specials_on.src='/images/in_specials_on.gif';
	new_off=new Image; new_off.src='/images/in_new_off.gif';
	new_on=new Image; new_on.src='/images/in_new_on.gif';
	forum_off=new Image; forum_off.src='/images/in_nav_forum_off.gif';
	forum_on=new Image; forum_on.src='/images/in_nav_forum_on.gif';
	what_off=new Image; what_off.src='/images/in_what_off.gif';
	what_on=new Image; what_on.src='/images/in_what_on.gif';
	contact_off=new Image; contact_off.src='/images/in_contact_off.gif';
	contact_on=new Image; contact_on.src='/images/in_contact_on.gif';
	links_off=new Image; links_off.src='/images/in_links_off.gif';
	links_on=new Image; links_on.src='/images/in_links_on.gif';
	quick_off=new Image; quick_off.src='/images/in_quick_off.gif';
	quick_on=new Image; quick_on.src='/images/in_quick_on.gif';

}
function imageSwap(location,imageName){
	if(document.images){
		document.images[location].src=eval(imageName+'.src');
	}
}
