<!-- Hide from old browsers
	// Multiple Rollover Script

	if (document.images) {


<!-- these are for 2004 -->

		fillfilloutlook200408 = new Image
		fillfilloutlook200408.src = "./images/outlook0408.gif"

		fillfilloutlook200410 = new Image
		fillfilloutlook200410.src = "./images/outlook0410.gif"

		fillfilloutlook200412 = new Image
		fillfilloutlook200412.src = "./images/outlook0412.gif"

<!-- these are for 2005 -->

		fillfilloutlook200502 = new Image
		fillfilloutlook200502.src = "./images/outlook0502.gif"

		fillfilloutlook200503 = new Image
		fillfilloutlook200503.src = "./images/outlook0503.gif"

		fillfilloutlook200506 = new Image
		fillfilloutlook200506.src = "./images/outlook0506.gif"

		fillfilloutlook200508 = new Image
		fillfilloutlook200508.src = "./images/outlook0508.gif"

		fillfilloutlook200512 = new Image
		fillfilloutlook200512.src = "./images/outlook0512.gif"

<!-- these are for 2006 -->

		fillfilloutlook200603 = new Image
		fillfilloutlook200603.src = "./images/outlook0603.gif"

		fillfilloutlook200605 = new Image
		fillfilloutlook200605.src = "./images/outlook0605.gif"

		fillfilloutlook200606 = new Image
		fillfilloutlook200606.src = "./images/outlook0606.gif"

		fillfilloutlook200607 = new Image
		fillfilloutlook200607.src = "./images/outlook0607.gif"

		fillfilloutlook200609 = new Image
		fillfilloutlook200609.src = "./images/outlook0609.gif"

		fillfilloutlook200610 = new Image
		fillfilloutlook200610.src = "./images/outlook0610.gif"

		fillfilloutlook200611 = new Image
		fillfilloutlook200611.src = "./images/outlook0611.gif"

		fillfilloutlook200612a = new Image
		fillfilloutlook200612a.src = "./images/outlook0612a.gif"

		fillfilloutlook200612b = new Image
		fillfilloutlook200612b.src = "./images/outlook0612b.gif"

<!-- these return the current pictures -->

	      	fillfilloutlookcurrent = new Image
		fillfilloutlookcurrent.src = "./images/outlook0612b.gif"		

	}
	
	function chgImg(imgField,newImg) {
		if (document.images) {
			document[imgField].src= eval(newImg + ".src")
		}
	}

// End hiding script from old browsers -->
