if (document.images)
	{
	moion= new Image(100,56);
	moion.src="images/moi_on.jpg";  

	moioff= new Image(100,56);
	moioff.src="images/moi.jpg";
	
	moimessage= "To the Ministry's main entrance";
	
   introon= new Image(100,17);
	introon.src="images/b_intro_on.gif";  
	introoff= new Image(100,17);
	introoff.src="images/b_intro_off.gif";
	intromessage= "The lobby of the Tull Tour History, at the Ministry of Information";

	bmarkon= new Image(67,19);
	bmarkon.src="images/bmark_on.gif";  
	bmarkoff= new Image(67,19);
	bmarkoff.src="images/bmark_off.gif";
	bmarkmessage= "Bookmark the Tull Tour History";

	searchon= new Image(100,54);
	searchon.src="../images/xb_search_on.gif";  
	searchoff= new Image(100,54);
	searchoff.src="../images/xb_search_off.gif";
	searchmessage= "Search the entire Ministry - not just this department";

	sitemapon= new Image(84,18);
	sitemapon.src="../images/xb_sitemap_on.gif";  
	sitemapoff= new Image(84,18);
	sitemapoff.src="../images/xb_sitemap_off.gif";
	sitemapmessage= "The Ministry Of Information - ducts and departments";

	backon= new Image(63,55);
	backon.src="../images/xfootlogo_on.gif";  
	backoff= new Image(63,55);
	backoff.src="../images/xfootlogo_off.gif";
	backmessage= "Executive lift to the top of the page";

	linkson= new Image(57,18);
	linkson.src="../images/xb_links_on.gif";  
	linksoff= new Image(57,18);
	linksoff.src="../images/xb_links_off.gif";
	linksmessage= "Useful links - this is the Ministry of INFORMATION, after all.";

	contacton= new Image(105,15);
	contacton.src="../images/xb_contact_on.gif";  
	contactoff= new Image(105,15);
	contactoff.src="../images/xb_contact_off.gif";
	contactmessage= "Talk to us.  They all do, in the end.";

	homeon= new Image(77,12);
	homeon.src="../images/xfb_home_on.gif";  
	homeoff= new Image(77,12);
	homeoff.src="../images/xfb_home_off.gif";
	homemessage= "Duct to the Ministry's main entrance";

	blogon= new Image(33,12);
	blogon.src="../images/xfb_blog_on.gif";  
	blogoff= new Image(33,12);
	blogoff.src="../images/xfb_blog_off.gif";
	blogmessage= "The Ministry Of Information blog";

	setliston= new Image(51,12);
	setliston.src="../images/xfb_setlist_on.gif";  
	setlistoff= new Image(51,12);
	setlistoff.src="../images/xfb_setlist_off.gif";
	setlistmessage= "Jethro Tull concert setlists at the Ministry Of Information";

	tradeon= new Image(55,12);
	tradeon.src="../images/xfb_trade_on.gif";  
	tradeoff= new Image(55,12);
	tradeoff.src="../images/xfb_trade_off.gif";
	trademessage= "CD-R trading of live concert recordings at the Ministry Of Information";

	appon= new Image(96,12);
	appon.src="../images/xfb_app_on.gif";  
	appoff= new Image(96,12);
	appoff.src="../images/xfb_app_off.gif";
	appmessage= "Jethro Tull - A Passion Play.  Annotated by the Ministry of Information.";

	}

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/setlist"
var bookmarktitle="The Tull Tour History at the Ministry of Information"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}