Label1

Label2

Label3


<html> <head> <title>frame_test_src1.html</title> <style type="text/css"><!-- body {   font-family: verdana,arial,sans-serif; font-size: 16px;   color: #000000; background: #ffffff;   margin:0; padding:10px; } a.ml:link, a.ml:visited, a.ml:active, a.ml:hover {   font-family: verdana,arial,sans-serif; font-weight:bold;   text-decoration:none; font-size: 16px;   color:#006600; background:transparent; } --></style> <script type='text/javascript'><!-- function menu(e,n) {   window.parent.frames['frame2'].menuShow(e,n); } //--></script> </head> <body> <p><a class='ml' href="javascript://" onmouseover="menu(event,1)">Label1</a></p> <p><a class='ml' href="javascript://" onmouseover="menu(event,2)">Label2</a></p> <p><a class='ml' href="javascript://" onmouseover="menu(event,3)">Label3</a></p> </body> </html>