<!--//

 document.write(" <img src='images/商品热销3副本.jpg' width=211 height=247 border='0'  onload=\"showimage()\" />");
 document.write("<div id=\"layer_right\" style='position:absolute;width: 157px;height: 167px;z-index:12;left: 27px;top: 69px;'></div>");
 document.write("<div style='width:211px; top: 226px; font-size: 12px; text-align: center;'><a href='hot.html'>Click for further information</a></div>");

sandra0 = new Image();
sandra0.src = "images/hot/qiehuan/1.gif";
sandra1 = new Image();
sandra1.src = "images/hot/qiehuan/2.gif";
sandra2 = new Image();
sandra2.src = "images/hot/qiehuan/3.gif";
sandra3 = new Image();
sandra3.src = "images/hot/qiehuan/4.gif";

var i_strngth=1
var i_image=0
var imageurl = new Array()
imageurl[0] ="images/hot/qiehuan/1.gif"
imageurl[1] ="images/hot/qiehuan/2.gif"
imageurl[2] ="images/hot/qiehuan/3.gif"
imageurl[3] ="images/hot/qiehuan/4.gif"
function showimage() { 
if(document.all) {
if (i_strngth <=110) {
layer_right.innerHTML="<a href='hot.html'><img style='filter:alpha(opacity="+i_strngth+")' src="+imageurl[i_image]+" border=0></a>";
i_strngth=i_strngth+10
var timer=setTimeout("showimage()",100)
}
else {
clearTimeout(timer)
var timer=setTimeout("hideimage()",1000)
}
}
if(document.layers) {
clearTimeout(timer)
document.layer_right.document.write("<a href='hot.html'><img src="+imageurl[i_image]+" border=0></a>")
document.close()
i_image++
if (i_image >= imageurl.length) {i_image=0} 
var timer=setTimeout("showimage()",2000)
} 
}
function hideimage() { 
if (i_strngth >=-10) {
layer_right.innerHTML="<a href='hot.html'><img style='filter:alpha(opacity="+i_strngth+")' src="+imageurl[i_image]+" border=0></a>";
i_strngth=i_strngth-10
var timer=setTimeout("hideimage()",100)
} 
else {
clearTimeout(timer)
i_image++
if (i_image >= imageurl.length) {i_image=0}
i_strngth=1
var timer=setTimeout("showimage()",500) 
}
}
//-->

