<body leftmargin="0" topmargin="0">


<map name="Map">
  <area shape="rect" coords="5, 226, 93, 276" href="bbs/Default.asp" target="_blank">
<area shape="rect" coords="7, 186, 98, 208" href="http://wpa.qq.com/msgrd?V=1&Uin=453615509&Site=华医医疗美容&Menu=yes" target="_blank">

<area shape="rect" coords="6, 162, 97, 184" href="http://wpa.qq.com/msgrd?V=1&Uin=359118225&Site=华医医疗美容&Menu=yes" target="_blank">
</map>

<div id="img" style="position:absolute;; width: 200; height: 151"><img src="dlq.jpg" width="100" height="280" border="0" usemap="#Map" /></div> 

<script LANGUAGE="JavaScript"> 
var xPos = 20; 
var yPos = 10; 
img.style.left= xPos; 
img.style.top = yPos; 
var step = 1; 
var delay = 30; 
var width,height,Hoffset,Woffset; 
var y = 1; 
var x = 1; 
var interval; 
img.visibility = "visible"; 
function changePos() 
{ 
width = document.body.clientWidth; 
height = document.body.clientHeight; 
Hoffset = img.offsetHeight; 
Woffset = img.offsetWidth; 
if (y) 
{ 
yPos = yPos + step; 
} 
else 
{ 
yPos = yPos - step; 
} 
if (yPos < 0) 
{ 
y = 1; 
yPos = 0; 
} 
if (yPos >= (height - Hoffset)) 
{ 
y = 0; 
yPos = (height - Hoffset); 
} 
if (x) 
{ 
xPos = xPos + step; 
} 
else 
{ 
xPos = xPos - step; 
} 
if (xPos < 0) 
{ 
x = 1; 
xPos = 0; 
} 
if (xPos >= (width - Woffset)) 
{ 
x = 0; 
xPos = (width - Woffset); 
} 
img.style.left = xPos + document.body.scrollLeft; 
img.style.top = yPos + document.body.scrollTop; 
} 
function start() 
{ 
interval = setInterval('changePos()', delay); 
} 
function pause_resume() 
{ 
clearInterval(interval); 
} 
start(); 
</script>
</body> 