To work around this problem, use one of the following
		  methods. 
Method 1
 Preview the page in your browser: 
		  
- In FrontPage, open the page that contains the hover
				buttons.
- On the File menu, click Preview in Browser.
- Click the browser that you want to use, and then click Preview.
Method 2
 Delete the Codebase attribute from the Applet tag: 
		  
- In FrontPage, open the page that contains the hover
				buttons.
- Click the HTML tab.
- Locate the following line, where
				x and y are the width and
				height of the hover button:
<applet code="fphover.class" codebase="./" width="<I BRACKET="YES">x</I>" height="<I BRACKET="YES">y</I>">
					 
- Select codebase="./", right-click it, and then click Delete. 
- Click Preview.