//rollpostcard.js
	
	space = new Image(90,69);
	space.src = "../img/nav/postcards.jpg";

	l1roll = new Image(90,69);
	l1roll.src = "../img/nav/whatiseye.jpg";

	l2roll = new Image(90,69);
	l2roll.src = "../img/nav/legacy.gif";

	l3roll = new Image(90,69);
	l3roll.src = "../img/nav/icon-beapart.gif";

	l4roll = new Image(90,69);
	l4roll.src = "../img/nav/education.gif";

	l5roll = new Image(90,69);
	l5roll.src = "../img/nav/icon-past.gif";

	l6roll = new Image(90,69);
	l6roll.src = "../img/nav/firework.gif";

	l7roll = new Image(90,69);
	l7roll.src = "../img/nav/icon-future.gif";

	l8roll = new Image(90,69);
	l8roll.src = "../img/nav/postcards.jpg";

	l9roll = new Image(90,69);
	l9roll.src = "../img/nav/icon-survey.gif";

	l10roll = new Image(90,69);
	l10roll.src = "../img/nav/icon-shopping.gif";

	l11roll = new Image(90,69);
	l11roll.src = "../img/nav/icon-sitemap.gif";

	l12roll = new Image(90,69);
	l12roll.src = "../img/nav/icon-contact.gif";



	function doRollover(imgDocID,imgObjName)
	{
		document.images[imgDocID].src = 
		eval(imgObjName + ".src");
	}

