<!-- 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"

		fillfilloutlook200612b = new Image
		fillfilloutlook200612b.src = "../images/outlook0612b.gif"

		fillfilloutlook200612a = new Image
		fillfilloutlook200612a.src = "../images/outlook0612a.gif"


<!-- these are for 2007 -->

		fillfilloutlook200701 = new Image
		fillfilloutlook200701.src = "../images/outlook0701.gif"

		fillfilloutlook200702 = new Image
		fillfilloutlook200702.src = "../images/outlook0702.gif"

		fillfilloutlook200703 = new Image
		fillfilloutlook200703.src = "../images/outlook0703.gif"

		fillfilloutlook200707 = new Image
		fillfilloutlook200707.src = "../images/outlook0707.gif"

		fillfilloutlook200712 = new Image
		fillfilloutlook200712.src = "../images/outlook0712.gif"

<!-- these are for 2008 -->

		fillfilloutlook200803 = new Image
		fillfilloutlook200803.src = "../images/outlook0803.gif"

		fillfilloutlook200806 = new Image
		fillfilloutlook200806.src = "../images/outlook0806.gif"

		fillfilloutlook200808 = new Image
		fillfilloutlook200808.src = "../images/outlook0808.gif"

		fillfilloutlook200811 = new Image
		fillfilloutlook200811.src = "../images/outlook0811.gif"

<!-- these are for 2009 -->

		fillfilloutlook200903 = new Image
		fillfilloutlook200903.src = "../images/outlook0903.gif"

		fillfilloutlook200906 = new Image
		fillfilloutlook200906.src = "../images/outlook0906.gif"

		fillfilloutlook200909 = new Image
		fillfilloutlook200909.src = "../images/outlook0909.gif"

		fillfilloutlook200911 = new Image
		fillfilloutlook200911.src = "../images/outlook0911.gif"

<!-- these are for 2010 -->

		fillfilloutlook201003 = new Image
		fillfilloutlook201003.src = "../images/outlook201003.gif"

<!-- these return the current pictures -->
	      	fillfilloutlookcurrent = new Image
		fillfilloutlookcurrent.src = "../images/outlook201003.gif"		

	}
	
	function chgImg(imgField,newImg) {
		if (document.images) {
			document[imgField].src= eval(newImg + ".src")
		}
	}

// End hiding script from old browsers -->
