if (document.images)
	{
	mcontacton= new Image(130,17);
	mcontacton.src="images/mb_contact_on.gif";  
	mcontactoff= new Image(130,17);
	mcontactoff.src="images/mb_contact_off.gif";
	mcontactmessage= "Talk to us.  They all do, in the end.";

	msitemapon= new Image(130,17);
	msitemapon.src="images/mb_sitemap_on.gif";  
	msitemapoff= new Image(130,17);
	msitemapoff.src="images/mb_sitemap_off.gif";
	msitemapmessage= "The Ministry Of Information - ducts, departments and offices";

	mlinkson= new Image(130,17);
	mlinkson.src="images/mb_links_on.gif";  
	mlinksoff= new Image(130,17);
	mlinksoff.src="images/mb_links_off.gif";
	mlinksmessage= "Useful links - this is the Ministry of INFORMATION, after all.";

	mhomeon= new Image(130,17);
	mhomeon.src="images/mb_home_on.gif";  
	mhomeoff= new Image(130,17);
	mhomeoff.src="images/mb_home_off.gif";
	mhomemessage= "Duct to the main entrance of the Ministry Of Information";

	sitemapon= new Image(105,18);
	sitemapon.src="images/b_sitemap_on.gif";  
	sitemapoff= new Image(105,18);
	sitemapoff.src="images/b_sitemap_off.gif";
	sitemapmessage= "The Ministry Of Information - ducts, departments and offices";

	backon= new Image(63,55);
	backon.src="images/footlogo_on.gif";  
	backoff= new Image(63,55);
	backoff.src="images/footlogo_off.gif";
	backmessage= "Executive lift to the top of the page";

	linkson= new Image(105,18);
	linkson.src="images/b_links_on.gif";  
	linksoff= new Image(105,18);
	linksoff.src="images/b_links_off.gif";
	linksmessage= "Useful links - this is the Ministry of INFORMATION, after all.";

	contacton= new Image(105,15);
	contacton.src="images/b_contact_on.gif";  
	contactoff= new Image(105,15);
	contactoff.src="images/b_contact_off.gif";
	contactmessage= "Talk to us.  They all do, in the end.";

searchon= new Image(105,15);
searchon.src="images/b_search_on.gif";  
searchoff= new Image(105,15);
searchoff.src="images/b_search_off.gif";
searchmessage= "Search the entire Ministry - not just this department";
	
	link2uson= new Image(105,18);
	link2uson.src="images/b_link2us_on.gif";  
	link2usoff= new Image(105,18);
	link2usoff.src="images/b_link2us_off.gif";
	link2usmessage= "Link to the Ministry Of Information";

	homeon= new Image(81,15);
	homeon.src="images/fb_home_on.gif";  
	homeoff= new Image(81,15);
	homeoff.src="images/fb_home_off.gif";
	homemessage= "Duct to the main entrance of the Ministry Of Information";

	blogon= new Image(39,15);
	blogon.src="images/fb_blog_on.gif";  
	blogoff= new Image(39,15);
	blogoff.src="images/fb_blog_off.gif";
	blogmessage= "The Ministry Of Information blog";

	setliston= new Image(69,15);
	setliston.src="images/fb_setlist_on.gif";  
	setlistoff= new Image(69,15);
	setlistoff.src="images/fb_setlist_off.gif";
	setlistmessage= "Jethro Tull concert setlists at the Ministry Of Information";

	tradeon= new Image(60,15);
	tradeon.src="images/fb_trade_on.gif";  
	tradeoff= new Image(60,15);
	tradeoff.src="images/fb_trade_off.gif";
	trademessage= "CD-R trading of live concert recordings at the Ministry Of Information";

	appon= new Image(101,15);
	appon.src="images/fb_app_on.gif";  
	appoff= new Image(101,15);
	appoff.src="images/fb_app_off.gif";
	appmessage= "Jethro Tull - A Passion Play.  Annotated by the Ministry of Information.";

	answerson= new Image(115,22);
	answerson.src="images/b_answers_on.gif";  
	answersoff= new Image(115,22);
	answersoff.src="images/b_answers_off.gif";
	answersmessage= "Solo albums contest - the answers.";
	}

function activate(imgName)
	{
	if (document.images)
		{
		imgOn=eval(imgName + "on.src");
		document[imgName].src= imgOn;
		imgMess=eval(imgName + "message");
		window.status=imgMess;
		}
	}

function deactivate(imgName)
	{
	if (document.images)
		{
		imgOff=eval(imgName + "off.src");
		document[imgName].src= imgOff;
		window.status="The Ministry Of Information";
		}
	}

var bookmarkurl="http://www.ministry-of-information.co.uk"
var bookmarktitle="The Ministry of Information"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

