var content_img2=data1.split(","); 
var doa_img2,dob_img2,count_img2=content_img2.length;
function end_img2(){
var idy,idw,idh
idw=80;                                              
idh=20;                                              


var inputid=document.getElementById("img2");
inputid.attachEvent("onmouseover",function(){clearTimeout(dob_img2); reset_addr_img2();doa_img2=setTimeout(do1_img2,300);});
inputid.attachEvent("onmouseout",function(){clearTimeout(doa_img2);dob_img2=setTimeout(do2_img2,300);});
idy=125;

function creatediv(){var a;a=document.createElement("div");a.style.position="absolute";return a}
var diva=creatediv();
var ostyle=diva.style;
ostyle.border="1px solid #FAEBD7";
ostyle.filter="alpha(opacity=0)";
diva.attachEvent("onmouseover",function(){var a=event.srcElement.style;a.backgroundColor='#FFD2D2';a.color='red';clearTimeout(dob_img2);})
diva.attachEvent("onmouseout",function(){var a=event.srcElement.style;a.backgroundColor='#ff7575';a.color="white";clearTimeout(doa_img2);dob_img2=setTimeout(do2_img2,500);})

for(i=0;i<count_img2;i++)
{var b=diva.cloneNode(true);
b.id="img2"+i;
b.style.top=idy+i*idh;

b.innerHTML="<a style='cursor:default;color:#ffffff'  href="+alink+escape(content_img2[i])+"&cla="+escape("Á¬ÒÂÈ¹")+" ><div style='background:#ff7575;width:100;height:20;cursor:default;font-size:13px;text-align:center;'>"+content_img2[i]+"</div></a>";
document.getElementById("Navigation1_trans").appendChild(b);

}}
function do1_img2()
{if(document.getElementById("img20").style.pixelLeft-document.getElementById("img21").style.pixelLeft<10){
var b=document.getElementById("img20").style.pixelLeft;
for(var i=1;i<count_img2;i++){
 var a=document.getElementById("img2"+i);
 a.style.pixelLeft=b;
 }
return 0;}
var exchange=20;
 for(var i=0;i<count_img2;i++){
 var a=document.getElementById("img2"+i);
 a.style.pixelLeft-=exchange;
a.filters.alpha.opacity +=50;
exchange=-exchange;
 }
doa_img2=setTimeout(do1_img2,30);
}
function do2_img2()
{
if(document.getElementById("img20").filters.alpha.opacity==0){

return 0;
}
var exchange=-20;
 for(var i=0;i<count_img2;i++){
 var a=document.getElementById("img2"+i);
 a.style.pixelLeft-=exchange;
 a.filters.alpha.opacity -=20;
 exchange=-exchange;
 }
dob_img2=setTimeout(do2_img2,10);
}
end_img2();

function reset_addr_img2(){
if(document.getElementById("img20").filters.alpha.opacity==100)return 0;
var idx=document.body.offsetWidth/2+115;
var exchange=100;
for(i=0;i<count_img2;i++)
{
document.getElementById("img2"+i).style.pixelLeft=idx+exchange;
exchange=-exchange;
}
}