




			/* */
			/* jmdUdate replaces static logo jmd2.gif with rotating jmd.gif	      */
			/* */


			function jmdUdate()
			{

				self.resizeTo(.9*winwidth,.9*winheight);
				
				if(compatible == 'Microsoft Internet Explorer')
				{
					jmd.src = "jmd2.gif";
				}
				else
				{
					document.images.jmd.src = "jmd2.gif";
				};

				self.resizeTo(winwidth,winheight);

				MoveMenu();
				
				
			};

			/* */
			/* End of jmdUdate 	                                               */
			/* */

