<html>
<head>
<title>Показ дополнительного изображения при курсоре</title>
</head>
<body>
<applet 
    code=map_view.class   name=red
    width=250  height=250  archive=map_view.zip codebase="../" mayscript>
    <param name=bgcolor value=#EEE6CF>

    <param name=layers_all value="show1 show2 sq example">
    <param name=layers_draw value="#show1 #show2 #sq #example" >

<param name=show1 value="draw_layer=0xf00 
                        fill_color_layer=#ff0000
                        border_color_layer=#ff0000
                        border_width_layer=7
                        round=10,10
                        visible=0">
  <param name=show1_object_0 value="rect 2 -10 10 10"> 	

<param name=show2 value="draw_layer=0xf00 
                        fill_color_layer=#00ff00
                        border_color_layer=#00ff00
                        border_width_layer=7
                        round=10,10
                        visible=0">
  <param name=show2_object_0 value="rect 2 -10 10 10"> 	

    <param name=sq value="draw_layer=0x1501 draw_active=0x500
 border_width_layer=1 
 border_color_layer=#003399 
 fill_color_layer=#000000
 border_width=2
 border_color=#000080
 fill_color=#FFFF00
 cursor=show1">
       <param name=sq_object_0 value="rect 10 10 80 80"> 

    <param name=example value="draw_layer=0x1D00 
 border_width_layer=1 
 border_color_layer=#FF0099 
 fill_color_layer=#CCCCFF
 border_width=2
 border_color=#DC143C
 fill_color=#40E0D0">

       <param name=example_object_0 value="rect 15 100 180 140 color=#009999"> 
       <param name=example_object_1 value="poly 120 70 160 5 240 70 115 30 245 30 120 70 color=#336699"> 
       <param name=example_object_2 value="image  Image/Bbear.gif 0x00 160 80 width=80 height=100 image_size=20,30 color=#FF9999"> 
       <param name=example_object_3 value="image  Image/Bbear.gif 0x00 150 70 width=60 height=80 image_size=60,80 color=#FF9999"> 

</applet>
</body>
</html>