<!--
if (document.images)
		{

			ucLeftMenu1_iHome_normal=new Image(135,25);
			ucLeftMenu1_iHome_normal.src= "../images/home.gif";
			ucLeftMenu1_iHome_select=new Image(135,25);
			ucLeftMenu1_iHome_select.src= "../images/homeb.gif";
			
			ucLeftMenu1_iUpdates_normal=new Image(135,25);
			ucLeftMenu1_iUpdates_normal.src= "../images/updates.gif";
			ucLeftMenu1_iUpdates_select=new Image(135,25);
			ucLeftMenu1_iUpdates_select.src= "../images/updatesb.gif";
						
			ucLeftMenu1_iSeasons_normal=new Image(135,25);
			ucLeftMenu1_iSeasons_normal.src= "../images/seasons.gif";
			ucLeftMenu1_iSeasons_select=new Image(135,25);
			ucLeftMenu1_iSeasons_select.src= "../images/seasonsb.gif";
			
			ucLeftMenu1_iRing_normal=new Image(135,25);
			ucLeftMenu1_iRing_normal.src= "../images/ringofhonor.gif";
			ucLeftMenu1_iRing_select=new Image(135,25);
			ucLeftMenu1_iRing_select.src= "../images/ringofhonorb.gif";
			
			ucLeftMenu1_iLore_normal=new Image(135,25);
			ucLeftMenu1_iLore_normal.src= "../images/lore.gif";
			ucLeftMenu1_iLore_select=new Image(135,25);
			ucLeftMenu1_iLore_select.src= "../images/loreb.gif";
			
			ucLeftMenu1_iBlog_normal=new Image(135,25);
			ucLeftMenu1_iBlog_normal.src= "../images/blog.gif";
			ucLeftMenu1_iBlog_select=new Image(135,25);
			ucLeftMenu1_iBlog_select.src= "../images/blogb.gif";
						
			ucLeftMenu1_iTailgating_normal=new Image(135,25);
			ucLeftMenu1_iTailgating_normal.src= "../images/tailgating.gif";
			ucLeftMenu1_iTailgating_select=new Image(135,25);
			ucLeftMenu1_iTailgating_select.src= "../images/tailgatingb.gif";
			
			ucLeftMenu1_iSidelines_normal=new Image(135,25);
			ucLeftMenu1_iSidelines_normal.src= "../images/sidelines.gif";
			ucLeftMenu1_iSidelines_select=new Image(135,25);
			ucLeftMenu1_iSidelines_select.src= "../images/sidelinesb.gif";
			
			ucLeftMenu1_iAbout_normal=new Image(135,25);
			ucLeftMenu1_iAbout_normal.src= "../images/about.gif";
			ucLeftMenu1_iAbout_select=new Image(135,25);
			ucLeftMenu1_iAbout_select.src= "../images/aboutb.gif";
						
			ucLeftMenu1_iBook_normal=new Image(135,25);
			ucLeftMenu1_iBook_normal.src= "../images/book.gif";
			ucLeftMenu1_iBook_select=new Image(135,25);
			ucLeftMenu1_iBook_select.src= "../images/bookb.gif";
			
			ucLeftMenu1_iMedia_normal=new Image(135,25);
			ucLeftMenu1_iMedia_normal.src= "../images/media.gif";
			ucLeftMenu1_iMedia_select=new Image(135,25);
			ucLeftMenu1_iMedia_select.src= "../images/mediab.gif";
			
			ucLeftMenu1_iAV_normal=new Image(135,25);
			ucLeftMenu1_iAV_normal.src= "../images/av.gif";
			ucLeftMenu1_iAV_select=new Image(135,25);
			ucLeftMenu1_iAV_select.src= "../images/avb.gif";
						
			ucLeftMenu1_iContact_normal=new Image(135,25);
			ucLeftMenu1_iContact_normal.src= "../images/contact.gif";
			ucLeftMenu1_iContact_select=new Image(135,25);
			ucLeftMenu1_iContact_select.src= "../images/contactb.gif";
			
				}
			function toggle (imagename, imagemode)
		{
			document.all[imagename].src=eval(imagename+"_"+imagemode+'.src');
		}
		
// -->
