var isIMG = document.images;

if (isIMG){
	(new Image()).src='/2004/global/framework/images/glb_mnu_buyplans_on.gif';
	(new Image()).src='/2004/global/framework/images/glb_mnu_3d_on.gif';
	(new Image()).src='/2004/global/framework/images/glb_mnu_videos_on.gif';
	(new Image()).src='/2004/global/framework/images/glb_mnu_photogallery_on.gif';
	(new Image()).src='/2004/global/framework/images/glb_mnu_sponsors_on.gif';
	(new Image()).src='/2004/global/framework/images/glb_mnu_energy_on.gif';
	(new Image()).src='/2004/global/framework/images/glb_mnu_about_on.gif';
	(new Image()).src='/2004/global/framework/images/glb_mnu_about_space_on.gif';
	(new Image()).src='/2004/global/framework/images/glb_mnu_team_on.gif';
}

function newImage(imgName){
      if (isIMG){
          document[imgName].src = (document[imgName].src.indexOf('on.gif') != -1) ? '/2004/global/framework/images/'+imgName+'off.gif' : '/2004/global/framework/images/'+imgName+'on.gif';
	    }	
	}