var ii_about 		=	new Image();
ii_about.src		=	"images/btn_about.gif";

var ii_about_f2 	=	new Image();
ii_about_f2.src		=	"images/btn_about_f2.gif";

var ii_home 		=	new Image();
ii_home.src			=	"images/btn_home.gif";

var ii_home_f2 		=	new Image();
ii_home_f2.src		=	"images/btn_home_f2.gif";

var ii_contact 		=	new Image();
ii_contact.src		=	"images/btn_contact.gif";

var ii_contact_f2 	=	new Image();
ii_contact_f2.src	=	"images/btn_contact_f2.gif";

var ii_members  	=	new Image();
ii_members.src		=	"images/btn_members.gif";

var ii_members_f2  	=	new Image();
ii_members_f2.src	=	"images/btn_members_f2.gif";

var ii_tattler 		=	new Image();
ii_tattler.src		=	"images/btn_tattler.gif";

var ii_tattler_f2  	=	new Image();
ii_tattler_f2.src	=	"images/btn_tattler_f2.gif";

var ii_location 	=	new Image();
ii_location.src		=	"images/btn_location.gif";

var ii_location_f2 	=	new Image();
ii_location_f2.src	=	"images/btn_location_f2.gif";

var ii_links 		=	new Image();
ii_links.src		=	"images/btn_links.gif";
	
var ii_links_f2 	=	new Image();
ii_links_f2.src		=	"images/btn_links_f2.gif";


/*
function highlighter(name, action)
{	if (document.images)
	{	if(action == "on") 	{
		document.images[name].src = eval(name + "_f2.src");	}
		else document.images[name].src = eval(name + ".src");
	}
}	
*/